[U-Boot] [PATCH 4/4 v6] Exynos: config: Enable hash command

2013-03-15 Thread Akshay Saraswat
This enables hash command.

Tested with command hash sha256 0x40008000 0x2B 0x40009000.
Used mm and md to write a standard string to memory location
0x40008000 and ran the above command to verify the output.

Signed-off-by: ARUN MANKUZHI aru...@samsung.com
Signed-off-by: Akshay Saraswat aksha...@samsung.com
---
Changes since v2:
- New patch to enable config for hash command.

Changes since v3:
- Added new generic config for ace_sha to enable ace support in hash.c.

Changes since v4:
- Added Acked-by: Simon Glass s...@chromium.org.

Changes since v5:
- Removed Acked-by: Simon Glass s...@chromium.org because of a 
change.
- Changed CONFIG_ACE_SHA to CONFIG_SHA_HW_ACCEL.

 include/configs/exynos5250-dt.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 9b15bf3..8d361fa 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -47,6 +47,7 @@
 
 /* Enable ACE acceleration for SHA1 and SHA256 */
 #define CONFIG_EXYNOS_ACE_SHA
+#define CONFIG_SHA_HW_ACCEL
 
 #define CONFIG_SYS_SDRAM_BASE  0x4000
 #define CONFIG_SYS_TEXT_BASE   0x43E0
@@ -116,6 +117,7 @@
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_NET
+#define CONFIG_CMD_HASH
 
 #define CONFIG_BOOTDELAY   3
 #define CONFIG_ZERO_BOOTDELAY_CHECK
-- 
1.8.0

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/4 v6] Exynos: config: Enable hash command

2013-03-15 Thread Simon Glass
On Fri, Mar 15, 2013 at 1:52 AM, Akshay Saraswat aksha...@samsung.com wrote:
 This enables hash command.

 Tested with command hash sha256 0x40008000 0x2B 0x40009000.
 Used mm and md to write a standard string to memory location
 0x40008000 and ran the above command to verify the output.

 Signed-off-by: ARUN MANKUZHI aru...@samsung.com
 Signed-off-by: Akshay Saraswat aksha...@samsung.com

Acked-by: Simon Glass s...@chromium.org

 ---
 Changes since v2:
 - New patch to enable config for hash command.

 Changes since v3:
 - Added new generic config for ace_sha to enable ace support in 
 hash.c.

 Changes since v4:
 - Added Acked-by: Simon Glass s...@chromium.org.

 Changes since v5:
 - Removed Acked-by: Simon Glass s...@chromium.org because of a 
 change.
 - Changed CONFIG_ACE_SHA to CONFIG_SHA_HW_ACCEL.

  include/configs/exynos5250-dt.h | 2 ++
  1 file changed, 2 insertions(+)

 diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
 index 9b15bf3..8d361fa 100644
 --- a/include/configs/exynos5250-dt.h
 +++ b/include/configs/exynos5250-dt.h
 @@ -47,6 +47,7 @@

  /* Enable ACE acceleration for SHA1 and SHA256 */
  #define CONFIG_EXYNOS_ACE_SHA
 +#define CONFIG_SHA_HW_ACCEL

  #define CONFIG_SYS_SDRAM_BASE  0x4000
  #define CONFIG_SYS_TEXT_BASE   0x43E0
 @@ -116,6 +117,7 @@
  #define CONFIG_CMD_EXT2
  #define CONFIG_CMD_FAT
  #define CONFIG_CMD_NET
 +#define CONFIG_CMD_HASH

  #define CONFIG_BOOTDELAY   3
  #define CONFIG_ZERO_BOOTDELAY_CHECK
 --
 1.8.0

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot