1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-21 18:13:39 +02:00
Files
u-boot-megous/common
Randolph 58fa2a5aa1 spl: riscv: add os type for next booting stage
If SPL_LOAD_FIT_OPENSBI_OS_BOOT is enabled, the function
spl_invoke_opensbi should change the target OS type to IH_OS_LINUX.
OpenSBI will load the Linux image as the next boot stage.
The os_takes_devicetree function returns a value of true or false
depending on whether or not SPL_LOAD_FIT_OPENSBI_OS_BOOT is enabled.

Signed-off-by: Randolph <randolph@andestech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-10-19 17:29:33 +08:00
..
2023-10-06 14:38:13 -04:00
2023-10-06 14:38:12 -04:00
2023-10-09 15:24:31 -04:00