aboutsummaryrefslogtreecommitdiff
path: root/board/kontron/sl28/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-11-18 17:46:01 +0100
committerTom Rini <trini@konsulko.com>2020-12-04 16:09:06 -0500
commite057760f38465f77ff9b557570f56845011729fe (patch)
treeebe72744bb378016f65f4d9ce9349784aa3971cd /board/kontron/sl28/Kconfig
parentea22783f4010ed1599b96f5b7183222bfcc48537 (diff)
downloadu-boot-e057760f38465f77ff9b557570f56845011729fe.zip
u-boot-e057760f38465f77ff9b557570f56845011729fe.tar.gz
u-boot-e057760f38465f77ff9b557570f56845011729fe.tar.bz2
board: sl28: add ATF support (bl31)
Add support to load the bl31 part of the ARM Trusted Firmware by the SPL. Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'board/kontron/sl28/Kconfig')
-rw-r--r--board/kontron/sl28/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/kontron/sl28/Kconfig b/board/kontron/sl28/Kconfig
index cdec39b..aba49fc 100644
--- a/board/kontron/sl28/Kconfig
+++ b/board/kontron/sl28/Kconfig
@@ -15,4 +15,14 @@ config SYS_CONFIG_NAME
config SYS_TEXT_BASE
default 0x96000000
+config SL28_SPL_LOADS_ATF_BL31
+ bool "SPL loads BL31 of the ARM Trusted Firmware"
+ select SPL_ATF
+ select SPL_ATF_LOAD_IMAGE_V2
+ select ARMV8_SEC_FIRMWARE_SUPPORT
+ select SEC_FIRMWARE_ARMV8_PSCI
+ help
+ Enable this to load a BL31 image by the SPL. You have to
+ provde a bl31.bin in u-boot's root directory.
+
endif