libpayload: Add faster, architecture specific versions of memset and memcpy.

Change-Id: I0f3a82de860fd3afa10a557b37fb90fe6b06ae90
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1726
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Gabe Black
2012-09-27 17:42:23 -07:00
committed by Stefan Reinauer
parent c324794cb0
commit 3b84086e3d
2 changed files with 104 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ head.o-y += head.S
libc-y += main.c sysinfo.c
libc-y += timer.c coreboot.c util.S
libc-y += exec.S virtual.c
libc-y += string.c
# Multiboot support is configurable
libc-$(CONFIG_MULTIBOOT) += multiboot.c