Skip to content
Snippets Groups Projects
Commit 91d82a29 authored by Gabe Black's avatar Gabe Black Committed by Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 112a575e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment