diff options
| author | Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com> | 2014-01-09 01:48:28 +0530 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-10 15:18:33 +0100 | 
| commit | a8826eb4b34f47747ef760191c2aeaaa53d4d482 (patch) | |
| tree | 3fd862d70945d954466bc1bd8cc4f93ddbfbb826 | |
| parent | 84515165da1dd21171b7d6042f07b2af210849b5 (diff) | |
| download | olio-uboot-2014.01-a8826eb4b34f47747ef760191c2aeaaa53d4d482.tar.xz olio-uboot-2014.01-a8826eb4b34f47747ef760191c2aeaaa53d4d482.zip | |
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>
| -rw-r--r-- | include/configs/zynq-common.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 8707bc00c..e7a8e9fb1 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -217,6 +217,10 @@  #define CONFIG_OF_SEPARATE  #define CONFIG_DISPLAY_BOARDINFO_LATE +/* RSA support */ +#define CONFIG_FIT_SIGNATURE +#define CONFIG_RSA +  /* Boot FreeBSD/vxWorks from an ELF image */  #if defined(CONFIG_ZYNQ_BOOT_FREEBSD)  # define CONFIG_API |