arm: Add and enable an arch specific version of memmove

Hardware / Coreboot - Gabe Black [google.com] - 14 July 2013 13:36 UTC

This version is taken from arch/arm/lib/memmove.S in the Linux kernel.

Change-Id: Ic875d0cf5b1cb407606530b7f465c406b134f0fa

7a6651c arm: Add and enable an arch specific version of memmove.
src/arch/armv7/Kconfig | 1 +
src/arch/armv7/Makefile.inc | 3 +
src/arch/armv7/memmove.S | 197 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 201 insertions(+)

Upstream: review.coreboot.org


  • Share