commit | 58fa2a5aa164fd8b516bd66649bbb595ebf1540c | [log] [tgz] |
---|---|---|
author | Randolph <randolph@andestech.com> | Thu Oct 12 14:35:07 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Oct 19 17:29:33 2023 +0800 |
tree | 4c08bb463fd6c669119d57f3b5b2e04c74503b01 | |
parent | 9421e419817a2a86ad73995ff3ffd0957bec7b82 [diff] |
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>