u-boot/arch/x86
Graeme Russ 74bfbe1ba5 x86: Rework Global Descriptor Table loading
The inline assembler is ugly and uses hard coded magic numbers. Make it more
elegant to allow cleaner implementation of future GDT related patches. The
compiler seems smart enough to generate the same code anyway

--
Changes for v2:
 - Rebased against revised patch #3
 - Use GDT size define instead of magic number
 - Added commit message
2012-01-04 22:17:19 +11:00
..
cpu x86: Rework Global Descriptor Table loading 2012-01-04 22:17:19 +11:00
include/asm x86: Remove GDR related magic numbers 2012-01-04 21:05:09 +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