]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS
authorgaurav rana <gaurav.rana@freescale.com>
Wed, 3 Dec 2014 08:47:50 +0000 (14:17 +0530)
committerYork Sun <yorksun@freescale.com>
Fri, 16 Jan 2015 17:27:15 +0000 (09:27 -0800)
Secure boot target is added for P5040DS platform.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/corenet_ds/MAINTAINERS
configs/P5040DS_SECURE_BOOT_defconfig [new file with mode: 0644]

index c8ca6746f19164a27caabbf72c007b5ae4f99e91..745847cdbaa34802faffe39f64e2660db5ebd417 100644 (file)
@@ -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 (file)
index 0000000..8e21ca5
--- /dev/null
@@ -0,0 +1,4 @@
+CONFIG_SYS_EXTRA_OPTIONS="SECURE_BOOT"
+CONFIG_PPC=y
+CONFIG_MPC85xx=y
+CONFIG_TARGET_P5040DS=y