]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
trats/trats2: enable exynos ace sha subsystem and hardware based lib rand
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 25 Mar 2014 09:58:22 +0000 (10:58 +0100)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:06:31 +0000 (15:06 -0400)
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>

include/configs/trats.h
include/configs/trats2.h

index 7cea2592ff6448d05dc45ae22cfda0c2bfa06316..c00d60a618c3f8159378a2d58ed1d35558119218 100644 (file)
 #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
 
index 6d389df9df4c3020b532ae7a301957f2ea4c5bf2..59896b162eabe5b8395026274f46e08a8b5b15ef 100644 (file)
@@ -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