[U-Boot] [PATCH v1 23/24] zynq-common: Enable verified boot(RSA)
Michal Simek
michal.simek at xilinx.com
Fri Jan 3 11:11:08 CET 2014
From: Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki at xilinx.com>
CONFIG_FIT_SIGNATURE - signature node support in FIT image
CONFIG_RSA - RSA lib support
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
Changes in v1: None
include/configs/zynq.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index b21e060..36caa36 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq.h
@@ -193,6 +193,10 @@
#define CONFIG_DISPLAY_BOARDINFO_LATE
#define CONFIG_DEFAULT_DEVICE_TREE "zynq-generic"
+/* 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.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140103/2c366c54/attachment.pgp>
More information about the U-Boot
mailing list