mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 12:26:01 +01:00
Merge branch 'patch/spl-opensbi' into allwinner
This commit is contained in:
commit
e5dfab78fe
@ -1432,7 +1432,8 @@ config SPL_YMODEM_SUPPORT
|
||||
|
||||
config SPL_ATF
|
||||
bool "Support ARM Trusted Firmware"
|
||||
depends on ARM64 && SPL_FIT
|
||||
depends on ARM64
|
||||
depends on SPL_LOAD_FIT && !SPL_FIT_IMAGE_TINY
|
||||
help
|
||||
ATF(ARM Trusted Firmware) is a component for ARM AArch64 which
|
||||
is loaded by SPL (which is considered as BL2 in ATF terminology).
|
||||
@ -1479,6 +1480,7 @@ config SPL_OPTEE_IMAGE
|
||||
config SPL_OPENSBI
|
||||
bool "Support RISC-V OpenSBI"
|
||||
depends on RISCV && SPL_RISCV_MMODE && RISCV_SMODE
|
||||
depends on SPL_LOAD_FIT && !SPL_FIT_IMAGE_TINY
|
||||
help
|
||||
OpenSBI is an open-source implementation of the RISC-V Supervisor Binary
|
||||
Interface (SBI) specification. U-Boot supports the OpenSBI FW_DYNAMIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user