commit | 50d61e2718a5cfb13a785c602a4ea7d7cf967909 | [log] [tgz] |
---|---|---|
author | Lukas Auer <lukas.auer@aisec.fraunhofer.de> | Thu Nov 22 11:26:31 2018 +0100 |
committer | Andes <uboot@andestech.com> | Mon Nov 26 13:57:32 2018 +0800 |
tree | 850b9755fddb538404de573d2746e48fb260ffcb | |
parent | d7db7066ed6504fb15c8502dd0b2a591d77fe15f [diff] |
riscv: qemu: support booting Linux Support booting Linux (as payload of BBL) from FIT images. For this, the default CONFIG_SYS_BOOTM_LEN is increased to 16 MB, and the environment variables fdt_high and initrd_high are set to mark the device tree and initrd as in-place. Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>