commit | 632a5696facae7f299779bc7279b6fafb9b8033b | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Tue Mar 13 14:48:33 2018 +0800 |
committer | Andes <uboot@andestech.com> | Fri Mar 30 13:13:29 2018 +0800 |
tree | 95cc26045dd4a5a9ab9cebf1ea26a9531d4cf7c9 | |
parent | f8e3a122abfe30f31827dac00b32ad286d4b97b0 [diff] |
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>