[U-Boot] [PATCH v2 33/35] zynq-common: Enable verified boot(RSA)

18 Dec
2013
18 Dec
'13
4:30 p.m.
CONFIG_FIT_SIGNATURE - signature node support in FIT image CONFIG_RSA - RSA lib support
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com --- V2: none
include/configs/zynq-common.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index c7e9b76..fc2ca3c 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -249,6 +249,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
--
1.8.3
4162
Age (days ago)
4162
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jagannadha Sutradharudu Teki