commit | 9d0042e26e6e1c644109b3540c057883cc059a42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:18 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:04:00 2022 -0400 |
tree | 2ebffc848bf73eafd60afe68dd81d4de04e3d3ae | |
parent | 5490548e54c8c6f2472c96c922c8d83d56acfd15 [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>