u-boot/arch/x86
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags
These were removed, but actually are useful.

Cold means that we started from a reset/power on.
Warm means that we started from another U-Boot.

We determine whether u-boot on x86 was warm or cold booted (really if
it started at the beginning of the text segment or at the ELF entry point).
We plumb the result through to the global data structure.

Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-06 14:30:42 -08:00
..
cpu x86: Add back cold- and warm-boot flags 2012-12-06 14:30:42 -08:00
include/asm x86: Add back cold- and warm-boot flags 2012-12-06 14:30:42 -08:00
lib x86: Make calculate_relocation_address an overridable function 2012-12-06 14:30:41 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00