u-boot-brain/arch/i386
Graeme Russ f2ff75c0a2 x86: Use loops instead of memcpy/memset in board_init_f
Provides a small speed increase and prepares for fully relocatable image.
Downside is the TEXT_BASE, bss, load address etc must ALL be aligned on a
a 4-byte boundary which is not such a terrible restriction as everything
is already 4-byte aligned anyway
2010-10-07 20:03:33 +11:00
..
cpu x86: Set cold/warm boot flag 2010-10-07 20:03:30 +11:00
include/asm x86: Set cold/warm boot flag 2010-10-07 20:03:30 +11:00
lib x86: Use loops instead of memcpy/memset in board_init_f 2010-10-07 20:03:33 +11:00
config.mk x86: Change compiler options 2010-10-07 20:03:23 +11:00