u-boot/arch/x86
Graeme Russ 1176a7067a x86: Speed up copy-to-RAM and clear BSS operations
The implementations of memcpy and memset are now the optimised versions
from glibc, so use them instead of simple copy loops

--
Changes for v2:
 - Removed unneeded brackets
2012-01-04 21:05:00 +11:00
..
cpu x86: Add infrastructure to extract an e820 table from the coreboot tables 2011-12-19 13:26:16 +11:00
include/asm x86: Import glibc memcpy implementation 2012-01-02 03:58:46 +11:00
lib x86: Speed up copy-to-RAM and clear BSS operations 2012-01-04 21:05:00 +11:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00