u-boot/arch/x86
Gabe Black b16f521a5e x86: Allow excluding reset vector code from u-boot
When running from coreboot we don't want this code.

This version works by ifdef-ing out all of the code that would go
into those sections and all the code that refers to it. The sections are
then empty, and the linker will either leave them empty for the loader
to ignore or remove them entirely.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-11-28 11:40:03 -08:00
..
cpu x86: Allow excluding reset vector code from u-boot 2012-11-28 11:40:03 -08:00
include/asm x86: Add initial memory barrier macros 2012-11-28 11:40:03 -08:00
lib x86: Remove duplicate PCI init 2012-11-28 11:40:03 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00