u-boot-brain/arch/i386/cpu
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
..
sc520 x86: Split sc520 memory sizing versus reporting 2010-05-06 00:14:44 +02:00
config.mk i386: Move cpu/i386/* to arch/i386/cpu/* 2010-04-13 09:13:26 +02:00
cpu.c i386: Move cpu/i386/* to arch/i386/cpu/* 2010-04-13 09:13:26 +02:00
interrupts.c x86: Add register dump to crash handlers 2010-05-06 00:14:00 +02:00
Makefile i386: Move cpu/i386/* to arch/i386/cpu/* 2010-04-13 09:13:26 +02:00
resetvec.S i386: Move cpu/i386/* to arch/i386/cpu/* 2010-04-13 09:13:26 +02:00
serial.c i386: Move cpu/i386/* to arch/i386/cpu/* 2010-04-13 09:13:26 +02:00
start.S x86: Move GDT to a safe location in RAM 2010-05-06 00:15:43 +02:00
start16.S x86: Move GDT to a safe location in RAM 2010-05-06 00:15:43 +02:00