[U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS

York Sun yorksun at freescale.com
Tue Dec 2 23:17:30 CET 2014


On 12/01/2014 09:50 PM, Gaurav Rana wrote:
> From: Gaurav Kumar Rana <gaurav.rana at freescale.com>
> 
> Secure boot target is added for P5040DS platform.
> 
> Signed-off-by: Gaurav Kumar Rana <gaurav.rana at freescale.com>
> ---
>  configs/P5040DS_SECURE_BOOT_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 configs/P5040DS_SECURE_BOOT_defconfig
> 
> diff --git a/configs/P5040DS_SECURE_BOOT_defconfig b/configs/P5040DS_SECURE_BOOT_defconfig
> new file mode 100644
> index 0000000..8e21ca5
> --- /dev/null
> +++ b/configs/P5040DS_SECURE_BOOT_defconfig
> @@ -0,0 +1,4 @@
> +CONFIG_SYS_EXTRA_OPTIONS="SECURE_BOOT"
> +CONFIG_PPC=y
> +CONFIG_MPC85xx=y
> +CONFIG_TARGET_P5040DS=y
> 

This is a new target. Please update MAINTAINER file. Please make sure you tested
it on top of tree.

York


More information about the U-Boot mailing list