[U-Boot] [PATCH 2/2][v2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS
Scott Wood
scottwood at freescale.com
Mon Jan 20 23:16:09 CET 2014
On Mon, 2014-01-20 at 13:08 +0530, Aneesh Bansal wrote:
> diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
> index 4c7f0b1..db124df 100644
> --- a/arch/powerpc/include/asm/fsl_secure_boot.h
> +++ b/arch/powerpc/include/asm/fsl_secure_boot.h
> @@ -15,5 +15,11 @@
> #endif
> #define CONFIG_SYS_PBI_FLASH_WINDOW 0xcff80000
>
> +#if CONFIG_SYS_FSL_ISBC_VER > 1
> +#define CONFIG_SECURE_HKAREA_CPC
> +#undef CONFIG_SYS_INIT_L3_ADDR
> +#define CONFIG_SYS_INIT_L3_ADDR 0xbff00000
> +#endif
Where is CONFIG_SECURE_HKAREA_CPC documented? Shouldn't it be in
CONFIG_SYS?
-Scott
More information about the U-Boot
mailing list