1 From b43d6d42d734e78bd9b805a62f2a64933c144a41 Mon Sep 17 00:00:00 2001
2 From: Sumit Garg <sumit.garg@nxp.com>
3 Date: Thu, 14 Jul 2016 07:20:02 -0400
4 Subject: [PATCH 80/93] ls1012ardb: PPA: Enable PPA validation in case of
7 As part of Secure Boot Chain of trust, enable validation of PPA image
8 before the image is started.
10 Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
12 arch/arm/include/asm/fsl_secure_boot.h | 2 ++
13 include/configs/ls1012a_common.h | 2 --
14 include/configs/ls1012ardb.h | 2 ++
15 3 files changed, 4 insertions(+), 2 deletions(-)
17 diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h
18 index b2e9105..0580fcd 100644
19 --- a/arch/arm/include/asm/fsl_secure_boot.h
20 +++ b/arch/arm/include/asm/fsl_secure_boot.h
22 #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
24 #define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x600c0000
26 +#define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x40480000
29 #error "No CONFIG_SYS_LS_PPA_FW_IN_xxx defined"
30 diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
31 index 0d64889..7e935ad 100644
32 --- a/include/configs/ls1012a_common.h
33 +++ b/include/configs/ls1012a_common.h
35 #define CONFIG_DOS_PARTITION
36 #define CONFIG_CMD_EXT2
38 -#include <asm/fsl_secure_boot.h>
40 #endif /* __LS1012A_COMMON_H */
41 diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h
42 index e97c1f9..d78edd2 100644
43 --- a/include/configs/ls1012ardb.h
44 +++ b/include/configs/ls1012ardb.h
47 #define CONFIG_FSL_CAAM /* Enable CAAM */
49 +#include <asm/fsl_secure_boot.h>
51 #endif /* __LS1012ARDB_H__ */