u-boot-brain/arch/riscv
Rick Chen 0462358b62 riscv: bootm: Support to boot riscv-linux
riscv-linux should use BBL (Berkeley bootloader) for
loading the Linux kernel.

U-Boot can play as FSBL(first stage bootloader)
to boot BBL and riscv-linux.

In BBL's init_first_hart(), it will pass dtb with a1.
So implement bootm to pass arguments to BBL correctly.

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
2018-03-30 13:13:29 +08:00
..
cpu/nx25 riscv: cpu: Add nx25 to support RISC-V 2018-01-12 08:05:12 -05:00
dts riscv: nx25: dts: Add AE250 dts to support RISC-V 2018-01-12 08:05:12 -05:00
include/asm riscv: checkpatch: Fix alignment should match open parenthesis 2018-03-30 13:13:22 +08:00
lib riscv: bootm: Support to boot riscv-linux 2018-03-30 13:13:29 +08:00
config.mk riscv: Add Kconfig to support RISC-V 2018-01-12 08:05:12 -05:00
Kconfig riscv: Add Kconfig to support RISC-V 2018-01-12 08:05:12 -05:00
Makefile riscv: Add Kconfig to support RISC-V 2018-01-12 08:05:12 -05:00