mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
e5aa8a9b15
Sometimes it is useful to jump into U-Boot directly from coreboot or UEFI without any 16-bit init. This can help during development by allowing U-Boot to avoid doing all the init required by the platform. U-Boot expects its GDT to be set up correctly by its 16-bit code. If coreboot doesn't do this (because it hasn't run the payload setup code yet) then this won't happen. In this case we cannot rely on the GDT settings. U-Boot will hang or crash if these are wrong. Provide a development-only option to set up the GDT correctly. This is just a hack so you can jump to U-Boot from any stage of coreboot, not just at the end. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |
||
---|---|---|
.. | ||
baytrail | ||
broadwell | ||
coreboot | ||
efi | ||
intel_common | ||
ivybridge | ||
qemu | ||
quark | ||
queensbay | ||
call32.S | ||
call64.S | ||
config.mk | ||
cpu.c | ||
cpu_x86.c | ||
interrupts.c | ||
ioapic.c | ||
irq.c | ||
lapic.c | ||
Makefile | ||
mp_init.c | ||
mtrr.c | ||
pci.c | ||
resetvec.S | ||
sipi_vector.S | ||
start.S | ||
start16.S | ||
turbo.c | ||
u-boot.lds |