mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
vbe: Add a command to show the VBE state
Add a VBE comment which shows the current state. Currently this is just the phases which booted via VBE. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d8b7c34f98
commit
7f3470bfaa
2 changed files with 32 additions and 1 deletions
|
@ -66,6 +66,8 @@ enum u_boot_phase {
|
|||
PHASE_SPL, /* Running in SPL */
|
||||
PHASE_BOARD_F, /* Running in U-Boot before relocation */
|
||||
PHASE_BOARD_R, /* Running in U-Boot after relocation */
|
||||
|
||||
PHASE_COUNT,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue