All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add ACE HW support for SHA 256
@ 2013-02-27 15:24 Akshay Saraswat
  2013-02-27 15:24 ` [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated " Akshay Saraswat
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Akshay Saraswat @ 2013-02-27 15:24 UTC (permalink / raw)
  To: u-boot

This patch set adds hardware acceleration for SHA 256
with the help of ACE.

Akshay Saraswat (4):
  Exynos: Add hardware accelerated SHA 256
  Exynos: config: Enable ACE HW for SHA 256 for Exynos
  gen: Add sha256 command
  Exynos: Flush memory region before starting SHA DMA operation

 arch/arm/cpu/armv7/exynos/Makefile         |   4 +
 arch/arm/cpu/armv7/exynos/ace_sha.c        | 123 ++++++++++++
 arch/arm/include/asm/arch-exynos/ace_sfr.h | 310 +++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/ace_sha.h |  41 ++++
 arch/arm/include/asm/arch-exynos/cpu.h     |   4 +
 common/Makefile                            |   1 +
 common/cmd_sha256.c                        |  69 +++++++
 include/configs/exynos5250-dt.h            |   3 +
 8 files changed, 555 insertions(+)
 create mode 100644 arch/arm/cpu/armv7/exynos/ace_sha.c
 create mode 100644 arch/arm/include/asm/arch-exynos/ace_sfr.h
 create mode 100644 arch/arm/include/asm/arch-exynos/ace_sha.h
 create mode 100644 common/cmd_sha256.c

-- 
1.8.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-28  1:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-27 15:24 [U-Boot] [PATCH 0/4] Add ACE HW support for SHA 256 Akshay Saraswat
2013-02-27 15:24 ` [U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated " Akshay Saraswat
2013-02-28  1:25   ` Kim Phillips
2013-02-27 15:24 ` [U-Boot] [PATCH 2/4] Exynos: config: Enable ACE HW for SHA 256 for Exynos Akshay Saraswat
2013-02-27 20:22   ` Simon Glass
2013-02-27 15:24 ` [U-Boot] [PATCH 3/4] gen: Add sha256 command Akshay Saraswat
2013-02-27 20:22   ` Simon Glass
2013-02-27 20:23     ` Simon Glass
2013-02-27 15:24 ` [U-Boot] [PATCH 4/4] Exynos: Flush memory region before starting SHA DMA operation Akshay Saraswat
2013-02-28  1:29   ` Kim Phillips

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.