Commit a8826eb4b34f47747ef760191c2aeaaa53d4d482

Authored by Jagannadha Sutradharudu Teki
Committed by Albert ARIBAUD
1 parent 84515165da

zynq-common: Enable verified boot(RSA)

CONFIG_FIT_SIGNATURE - signature node support in FIT image
CONFIG_RSA - RSA lib support

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

include/configs/zynq-common.h
... ... @@ -217,6 +217,10 @@
217 217 #define CONFIG_OF_SEPARATE
218 218 #define CONFIG_DISPLAY_BOARDINFO_LATE
219 219  
  220 +/* RSA support */
  221 +#define CONFIG_FIT_SIGNATURE
  222 +#define CONFIG_RSA
  223 +
220 224 /* Boot FreeBSD/vxWorks from an ELF image */
221 225 #if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
222 226 # define CONFIG_API