aboutsummaryrefslogtreecommitdiff
path: root/include/bloblist.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-20 18:23:18 -0600
committerTom Rini <trini@konsulko.com>2022-10-31 11:04:00 -0400
commitd8b7c34f98a7ff957e6921954eee3b7834576291 (patch)
tree2ebffc848bf73eafd60afe68dd81d4de04e3d3ae /include/bloblist.h
parent2a5c67f50a438b266dc72c9401e578ec8b81db16 (diff)
vbe: Record which phases loaded using VBE
We expect VPL and SPL to load using VBE. Add a record of this so we can check it in U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r--include/bloblist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index 9684bfd5f4..2a2f1700eb 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -112,6 +112,7 @@ enum bloblist_tag_t {
*/
BLOBLISTT_PROJECT_AREA = 0x8000,
BLOBLISTT_U_BOOT_SPL_HANDOFF = 0x8000, /* Hand-off info from SPL */
+ BLOBLISTT_VBE = 0x8001, /* VBE per-phase state */
/*
* Vendor-specific tags are permitted here. Projects can be open source