u-boot-brain/arch/i386
Graeme Russ c14a3669b2 x86: Move GDT to a safe location in RAM
Currently, the GDT is either located in FLASH or in the non-relocated
U-Boot image in RAM. Both of these locations are unsafe as those
locations can be erased during a U-Boot update. Move the GDT into the
highest available memory location and relocate U-Boot to just below it

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06 00:15:43 +02:00
..
cpu x86: Move GDT to a safe location in RAM 2010-05-06 00:15:43 +02:00
include/asm x86: Add unaligned.h 2010-05-06 00:13:08 +02:00
lib x86: Fix do_go_exec() 2010-05-06 00:14:08 +02:00
config.mk Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00