u-boot-brain/arch/x86/cpu/i386
Bin Meng bc1a8f0d7a x86: Use the existing GDT in the ROM for 64-bit U-Boot proper
It is unnecessary to use a RAM version GDT for 64-bit U-Boot proper.
In fact we can just use the ROM version directly, which not only
eliminates the risk of being overwritten by application, but also
removes the complexity of patching the cpu_call64().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-02-12 14:37:17 +08:00
..
call64.S x86: Don't copy the cpu_call64() function to a hardcoded address 2019-02-12 14:37:16 +08:00
cpu.c x86: Use the existing GDT in the ROM for 64-bit U-Boot proper 2019-02-12 14:37:17 +08:00
interrupt.c x86: make the LAPIC / IOAPIC construct switchable with Kconfig 2018-12-10 10:12:29 +08:00
Makefile x86: Move setjmp to the i386 directory 2017-02-07 13:07:36 +08:00
setjmp.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00