summaryrefslogtreecommitdiff
path: root/board/freescale/ls1088a/Kconfig
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2017-11-22 09:01:26 +0530
committerYork Sun <york.sun@nxp.com>2017-12-06 14:55:17 -0800
commit30c41d2191e9d726e3677c8af969f76d7669262c (patch)
treec18ae08042dc39edfe843d2cc3288ce54ff4f926 /board/freescale/ls1088a/Kconfig
parent4def378fab61b8e4dededb818e92cd8dc075bcff (diff)
armv8: LS1088A_QSPI: SECURE_BOOT: Images validation
Validates PPA, MC, DPC, Bootscript, DPL and Kernel images in ESBC phase using esbc_validate command. Enable validation of boot.scr script prior to its execution dependent on "secureboot" flag in environment Add header address for PPA to be validated during ESBC phase for LS1088A platform based on LAyerscape Chasis 3. Moves sec_init prior to ppa_init as for validation of PPA sec must be initialised before the PPA is initialised. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Signed-off-by: Vinitha Pillai-B57223 <vinitha.pillai@nxp.com> Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1088a/Kconfig')
-rw-r--r--board/freescale/ls1088a/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/Kconfig b/board/freescale/ls1088a/Kconfig
index 1ada661743..4479dd0758 100644
--- a/board/freescale/ls1088a/Kconfig
+++ b/board/freescale/ls1088a/Kconfig
@@ -12,6 +12,7 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "ls1088aqds"
+source "board/freescale/common/Kconfig"
endif
if TARGET_LS1088ARDB
@@ -28,4 +29,5 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "ls1088ardb"
+source "board/freescale/common/Kconfig"
endif