commit | a72641c95a6dc701b445a26c5a6c5f5e6173014a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:09 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:18 2022 -0400 |
tree | 989bba69aef5da389fde5195e44a438c7a8f78de | |
parent | a87cd0c5c9ecf2f60019aa7a2ce99187084e98c5 [diff] |
vbe: Support selecting operations by SPL phase VBE supports booting firmware during the SPL phases, i.e. so that VPL can start SPL and SPL can start U-Boot. It also supports booting an OS, when in U-Boot. As a first step towards these features, add functions to indicate the current VBE phase. The firmware selection is done in VPL and the OS selection is done in U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org>