Home
last modified time | relevance | path

Searched hist:"91 d82a29e7aec12c97dcd4a4be1962f6d794b35c" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart16.S91d82a29e7aec12c97dcd4a4be1962f6d794b35c Sat Nov 03 11:41:28 UTC 2012 Gabe Black <gabeblack@chromium.org> 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>
H A Dstart.S91d82a29e7aec12c97dcd4a4be1962f6d794b35c Sat Nov 03 11:41:28 UTC 2012 Gabe Black <gabeblack@chromium.org> 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>
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dglobal_data.h91d82a29e7aec12c97dcd4a4be1962f6d794b35c Sat Nov 03 11:41:28 UTC 2012 Gabe Black <gabeblack@chromium.org> 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>