diff options
author | Michael Walle <michael@walle.cc> | 2022-04-25 09:25:08 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2022-04-26 17:13:57 +0530 |
commit | 20759b2973e77d86ffea11a7eff3fccbc0e37dd9 (patch) | |
tree | 11ead1b39b43095d2ffe1c26e5f72bf81edcda62 /configs | |
parent | 49bb245f1dc447152a80b522cce7b964e0972517 (diff) | |
download | u-boot-20759b2973e77d86ffea11a7eff3fccbc0e37dd9.tar.gz |
board: sl28: add basic PSCI implementation
For now, this only provides reset and poweroff functions.
Signed-off-by: Michael Walle <michael@walle.cc>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kontron_sl28_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig index 7a00e48ebc..dc8c28f8cc 100644 --- a/configs/kontron_sl28_defconfig +++ b/configs/kontron_sl28_defconfig @@ -20,6 +20,8 @@ CONFIG_ENV_OFFSET_REDUND=0x3f0000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI=y # CONFIG_PSCI_RESET is not set +CONFIG_ARMV8_PSCI=y +CONFIG_ARMV8_PSCI_RELOCATE=y CONFIG_SYS_LOAD_ADDR=0x82000000 CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y |