aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-20 18:23:10 -0600
committerTom Rini <trini@konsulko.com>2022-10-31 11:03:18 -0400
commitd2b22ae23196604fda88e1ad9ec9f0e8fd285d07 (patch)
treede0c2bdf2ab67e2f95be3b1194ce1db53fe87f5e /include
parent70b26e4356f9153d2d8195748a0e146c35b0c42e (diff)
downloadu-boot-d2b22ae23196604fda88e1ad9ec9f0e8fd285d07.zip
u-boot-d2b22ae23196604fda88e1ad9ec9f0e8fd285d07.tar.gz
u-boot-d2b22ae23196604fda88e1ad9ec9f0e8fd285d07.tar.bz2
vbe: Support reading the next SPL phase via VBE
Add an SPL loader to obtain the next-phase binary from a FIT provided by the VBE driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/bootstage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index 7088d0b..685939c 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -166,6 +166,8 @@ enum bootstage_id {
BOOTSTAGE_ID_NAND_FIT_READ_OK,
BOOTSTAGE_ID_FIT_LOADABLE_START = 160, /* for Loadable Images */
+
+ BOOTSTAGE_ID_FIT_SPL_START = 170, /* for SPL Images */
/*
* These boot stages are new, higher level, and not directly related
* to the old boot progress numbers. They are useful for recording