Re: [U-Boot] [PATCH 30/30] riscv: qemu: detect and boot the kernel passed by QEMU

2018-10-22 Thread Bin Meng
On Sat, Oct 20, 2018 at 6:11 AM Lukas Auer wrote: > > QEMU embeds the location of the kernel image in the device tree. Store > this address in the environment as variable kernel_start and use it in > CONFIG_BOOTCOMMAND to boot the kernel. > > Signed-off-by: Lukas Auer > --- > > board/emulation/q

[U-Boot] [PATCH 30/30] riscv: qemu: detect and boot the kernel passed by QEMU

2018-10-19 Thread Lukas Auer
QEMU embeds the location of the kernel image in the device tree. Store this address in the environment as variable kernel_start and use it in CONFIG_BOOTCOMMAND to boot the kernel. Signed-off-by: Lukas Auer --- board/emulation/qemu-riscv/Kconfig | 1 + board/emulation/qemu-riscv/qemu-risc