Commit 78e9ca52edaab74ad645d719676ff4c24d2f462c

Authored by Adrian Alonso
Committed by Stefano Babic
1 parent ee3899aa6c

mx7dsabresd: add secure boot support

Add secure boot support for mx7dsabresd target board

Signed-off-by: Adrian Alonso <aalonso@freescale.com>

Showing 2 changed files with 11 additions and 0 deletions Side-by-side Diff

board/freescale/mx7dsabresd/imximage.cfg
... ... @@ -23,6 +23,13 @@
23 23 BOOT_FROM sd
24 24  
25 25 /*
  26 + * Secure boot support
  27 + */
  28 +#ifdef CONFIG_SECURE_BOOT
  29 +CSF CONFIG_CSF_SIZE
  30 +#endif
  31 +
  32 +/*
26 33 * Device Configuration Data (DCD)
27 34 *
28 35 * Each entry must have the format:
include/configs/mx7dsabresd.h
... ... @@ -14,6 +14,10 @@
14 14 #define CONFIG_DBG_MONITOR
15 15 #define PHYS_SDRAM_SIZE SZ_1G
16 16  
  17 +/* Uncomment to enable secure boot support */
  18 +/* #define CONFIG_SECURE_BOOT */
  19 +#define CONFIG_CSF_SIZE 0x4000
  20 +
17 21 /* Network */
18 22 #define CONFIG_CMD_MII
19 23 #define CONFIG_FEC_MXC