]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb58e0854929d477b0f28d186d3868df889134e41
tree32ecaafa1d653e275683cfacac41dd2bb57efca1
parent5065ec3e8b2a57c1ceb9b20a8b0ce4209f85fca1
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]