commit | c017c52c25a49e0ead2ff10cffca1ecd560f0b37 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:19 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:04:00 2022 -0400 |
tree | 1ccd6bff1d9a619784bcfd067a2056c984f37ec7 | |
parent | 9d0042e26e6e1c644109b3540c057883cc059a42 [diff] [blame] |
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>
diff --git a/include/spl.h b/include/spl.h index 7286f4b..3eb27de 100644 --- a/include/spl.h +++ b/include/spl.h
@@ -66,6 +66,8 @@ 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, }; /**