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

Secure boot target is added for P5040DS platform.
Signed-off-by: Gaurav Rana gaurav.rana@freescale.com --- board/freescale/corenet_ds/MAINTAINERS | 1 + configs/P5040DS_SECURE_BOOT_defconfig | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 configs/P5040DS_SECURE_BOOT_defconfig
diff --git a/board/freescale/corenet_ds/MAINTAINERS b/board/freescale/corenet_ds/MAINTAINERS index c8ca674..745847c 100644 --- a/board/freescale/corenet_ds/MAINTAINERS +++ b/board/freescale/corenet_ds/MAINTAINERS @@ -27,3 +27,4 @@ F: configs/P5040DS_defconfig F: configs/P5040DS_NAND_defconfig F: configs/P5040DS_SDCARD_defconfig F: configs/P5040DS_SPIFLASH_defconfig +F: 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

On 12/03/2014 02:47 AM, Gaurav Rana wrote:
Secure boot target is added for P5040DS platform.
Signed-off-by: Gaurav Rana gaurav.rana@freescale.com
Applied to u-boot-mpc85xx master branch, awaiting upstream.
York
participants (2)
-
Gaurav Rana
-
York Sun