mx7dsabresd: add secure boot support
authorAdrian Alonso <aalonso@freescale.com>
Mon, 12 Oct 2015 18:48:16 +0000 (13:48 -0500)
committerStefano Babic <sbabic@denx.de>
Fri, 30 Oct 2015 14:22:37 +0000 (15:22 +0100)
Add secure boot support for mx7dsabresd target board

Signed-off-by: Adrian Alonso <aalonso@freescale.com>
board/freescale/mx7dsabresd/imximage.cfg
include/configs/mx7dsabresd.h

index 91b70ee..76574ff 100644 (file)
@@ -23,6 +23,13 @@ IMAGE_VERSION 2
 BOOT_FROM      sd
 
 /*
+ * Secure boot support
+ */
+#ifdef CONFIG_SECURE_BOOT
+CSF CONFIG_CSF_SIZE
+#endif
+
+/*
  * Device Configuration Data (DCD)
  *
  * Each entry must have the format:
index f16f9c1..eb45d50 100644 (file)
 #define CONFIG_DBG_MONITOR
 #define PHYS_SDRAM_SIZE                        SZ_1G
 
+/* Uncomment to enable secure boot support */
+/* #define CONFIG_SECURE_BOOT */
+#define CONFIG_CSF_SIZE                        0x4000
+
 /* Network */
 #define CONFIG_CMD_MII
 #define CONFIG_FEC_MXC