summaryrefslogtreecommitdiff
path: root/cmd/vbe.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24vbe: Avoid a build failure when bloblist is not enabledSimon Glass1-2/+5
This needs to be able to work (at least partially) without the bloblist active. Add a condition for this. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-10-31vbe: Add a command to show the VBE stateSimon Glass1-1/+30
Add a VBE comment which shows the current state. Currently this is just the phases which booted via VBE. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-08-12vbe: Add a new vbe commandSimon Glass1-0/+87
Add a command to look at VBE methods and their status. Provide a test for all of this as well. Signed-off-by: Simon Glass <sjg@chromium.org>