summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2021-05-11 03:23:55 -0700
committerTien Fong Chee <tien.fong.chee@intel.com>2021-05-23 20:08:32 -0700
commit77b7884f50b4ad94bd7d714962d3e6399354fd30 (patch)
tree98dd77a3c44f7fbed0a8062d448dbee8e5d9a0d1
parent21d8c90bef6bf954ad386301dfea7b0811911c9a (diff)
downloadu-boot-socfpga-77b7884f50b4ad94bd7d714962d3e6399354fd30.tar.gz
configs: socfpga: n5x: Enables required configs for DDR retention
Enables required configs to support DDR retention. including generic firmware loader for loading backup calibration data, and SHA384 checking. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
-rw-r--r--configs/socfpga_n5x_atf_defconfig5
-rw-r--r--configs/socfpga_n5x_defconfig5
-rw-r--r--configs/socfpga_n5x_vab_defconfig5
3 files changed, 15 insertions, 0 deletions
diff --git a/configs/socfpga_n5x_atf_defconfig b/configs/socfpga_n5x_atf_defconfig
index 6552b9eb08..147fd56560 100644
--- a/configs/socfpga_n5x_atf_defconfig
+++ b/configs/socfpga_n5x_atf_defconfig
@@ -79,3 +79,8 @@ CONFIG_WDT=y
CONFIG_CMD_WDT=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_PANIC_HANG=y
+CONFIG_SHA512_ALGO=y
+CONFIG_SHA384=y
+CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
+CONFIG_FS_LOADER=y
+CONFIG_SPL_ENV_SUPPORT=y
diff --git a/configs/socfpga_n5x_defconfig b/configs/socfpga_n5x_defconfig
index 3e382e0b37..4be79861bb 100644
--- a/configs/socfpga_n5x_defconfig
+++ b/configs/socfpga_n5x_defconfig
@@ -71,3 +71,8 @@ CONFIG_CMD_WDT=y
CONFIG_WDT=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_PANIC_HANG=y
+CONFIG_SHA512_ALGO=y
+CONFIG_SHA384=y
+CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
+CONFIG_FS_LOADER=y
+CONFIG_SPL_ENV_SUPPORT=y
diff --git a/configs/socfpga_n5x_vab_defconfig b/configs/socfpga_n5x_vab_defconfig
index aed5a9627c..5362889878 100644
--- a/configs/socfpga_n5x_vab_defconfig
+++ b/configs/socfpga_n5x_vab_defconfig
@@ -80,3 +80,8 @@ CONFIG_WDT=y
CONFIG_CMD_WDT=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_PANIC_HANG=y
+CONFIG_SHA512_ALGO=y
+CONFIG_SHA384=y
+CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
+CONFIG_FS_LOADER=y
+CONFIG_SPL_ENV_SUPPORT=y