vbe: Add a new vbe command
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:37 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit5fe76d460d857b00d582d7cd6cea9ac740ea912b
tree32ecaafa1d653e275683cfacac41dd2bb57efca1
parent11361c596585bff7530e993e2d6c88c2766c0913
vbe: Add a new vbe command

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>
cmd/Kconfig
cmd/Makefile
cmd/vbe.c [new file with mode: 0644]
test/boot/vbe_simple.c [new file with mode: 0644]