vbe: Provide VPL binman-symbols for the next phase
authorSimon Glass <sjg@chromium.org>
Sun, 26 Jan 2025 18:43:26 +0000 (11:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:01:36 +0000 (16:01 -0600)
commitdab3bbc2b85f93d162cfdcb75685e1ddb0ac9ae2
tree5496c573110520c8a8134a0a71c7268912a2f7da
parent384f815d08f6257d2e953d05736769ab37f6733e
vbe: Provide VPL binman-symbols for the next phase

Add support for moving from TPL->VPL->SPL so that the VPL build can fit
properly into the boot flow.

Use #ifdefs to avoid creating unwanted symbols which Binman would then
try (and perhaps fail) to provide.

Add debugging to indicate the next phase.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c