summaryrefslogtreecommitdiff
path: root/configs/kontron_sl28_defconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-04-25 06:55:08 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2022-04-26 14:43:57 +0300
commit20759b2973e77d86ffea11a7eff3fccbc0e37dd9 (patch)
tree11ead1b39b43095d2ffe1c26e5f72bf81edcda62 /configs/kontron_sl28_defconfig
parent49bb245f1dc447152a80b522cce7b964e0972517 (diff)
downloadu-boot-20759b2973e77d86ffea11a7eff3fccbc0e37dd9.tar.xz
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/kontron_sl28_defconfig')
-rw-r--r--configs/kontron_sl28_defconfig2
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