vbe: Add initial support for VBE
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:32 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit4c7418f3efbc0e193caa0f5af2b3d750af47854d
treeaa2327cb3542e93a1f78c580d832ec07e171be8b
parent98887ab802e4118e7c813e5e052678772fa1b3a8
vbe: Add initial support for VBE

Create a new bootmeth for VBE along with a library to handle finding the
VBE methods.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile
boot/vbe.c [new file with mode: 0644]
include/bootstd.h
include/vbe.h [new file with mode: 0644]