summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2014-03-25 10:58:22 +0100
committerTom Rini <trini@ti.com>2014-03-28 15:06:31 -0400
commite0021706f64c53680bad92bbd4d6fabdfd974911 (patch)
treeebfe18fed2aed402c1d94f4edf64a7f846914d88 /include
parent0bd937248a7a69f531e19eac28d164fce0c60855 (diff)
downloadtalos-obmc-uboot-e0021706f64c53680bad92bbd4d6fabdfd974911.tar.gz
talos-obmc-uboot-e0021706f64c53680bad92bbd4d6fabdfd974911.zip
trats/trats2: enable exynos ace sha subsystem and hardware based lib rand
This allows to use exynos random number generator by enabling configs: - CONFIG_EXYNOS_ACE_SHA - CONFIG_LIB_HW_RAND Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> cc: Piotr Wilczek <p.wilczek@samsung.com> cc: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/trats.h4
-rw-r--r--include/configs/trats2.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 7cea2592ff..c00d60a618 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -313,6 +313,10 @@
#define CONFIG_USB_GADGET_VBUS_DRAW 2
#define CONFIG_USB_CABLE_CHECK
+/* Security subsystem - enable hw_rand() */
+#define CONFIG_EXYNOS_ACE_SHA
+#define CONFIG_LIB_HW_RAND
+
/* Common misc for Samsung */
#define CONFIG_MISC_COMMON
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 6d389df9df..59896b162e 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -324,6 +324,10 @@ int get_soft_i2c_sda_pin(void);
#define CONFIG_USB_GADGET_VBUS_DRAW 2
#define CONFIG_USB_CABLE_CHECK
+/* Security subsystem - enable hw_rand() */
+#define CONFIG_EXYNOS_ACE_SHA
+#define CONFIG_LIB_HW_RAND
+
/* Common misc for Samsung */
#define CONFIG_MISC_COMMON
OpenPOWER on IntegriCloud