diff mbox

[U-Boot] powerpc/mpc85xx: Define PBI Flash Base for C29XPCIE Secure Boot

Message ID 1418378704-24479-1-git-send-email-aneesh.bansal@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Aneesh Bansal Dec. 12, 2014, 10:05 a.m. UTC
CONFIG_SYS_PBI_FLASH_BASE is defined for Secure Boot on C29X

Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
---
 arch/powerpc/include/asm/fsl_secure_boot.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

York Sun Jan. 23, 2015, 12:28 a.m. UTC | #1
On 12/12/2014 04:05 AM, Aneesh Bansal wrote:
> CONFIG_SYS_PBI_FLASH_BASE is defined for Secure Boot on C29X
> 
> Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
> ---

Applied to u-boot-mpc85xx master branch, awaiting upstream.

York
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index 14c6fc3..b4c0c99 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -12,6 +12,8 @@ 
 #define CONFIG_SYS_PBI_FLASH_BASE		0xc0000000
 #elif defined(CONFIG_BSC9132QDS)
 #define CONFIG_SYS_PBI_FLASH_BASE		0xc8000000
+#elif defined(CONFIG_C29XPCIE)
+#define CONFIG_SYS_PBI_FLASH_BASE		0xcc000000
 #else
 #define CONFIG_SYS_PBI_FLASH_BASE		0xce000000
 #endif