]> Git Repo - u-boot.git/commit - include/configs/qemu-riscv.h
riscv: qemu: detect and boot the kernel passed by QEMU
authorLukas Auer <[email protected]>
Thu, 22 Nov 2018 10:26:36 +0000 (11:26 +0100)
committerAndes <[email protected]>
Mon, 26 Nov 2018 05:57:33 +0000 (13:57 +0800)
commit66ffe5783b6340977ead5782cce9b63edfc0e348
tree7ed1c06db8b5a625b6d041ba75d39e7a764483e3
parentafb301295363391f588f37696c27795cd7c0ffc4
riscv: qemu: detect and boot the kernel passed by QEMU

QEMU embeds the location of the kernel image in the device tree. Store
this address in the environment as variable kernel_start. It is used in
the board-local distro boot command QEMU to boot the kernel with the
U-Boot device tree. The QEMU boot command is added as the first boot
target device.

Signed-off-by: Lukas Auer <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
board/emulation/qemu-riscv/Kconfig
board/emulation/qemu-riscv/qemu-riscv.c
include/configs/qemu-riscv.h
This page took 0.034011 seconds and 4 git commands to generate.