commit | cde6bd5f7b278d2606c7955b1db2a298aa24f4bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:26 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:01:36 2025 -0600 |
tree | 5496c573110520c8a8134a0a71c7268912a2f7da | |
parent | fbf83c76ee606b7c6c3987fd9496f26a4ca7e9d0 [diff] |
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>