]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit795c7b3715ebbcba456d27cbd0c01fe865e62651
treeaa2327cb3542e93a1f78c580d832ec07e171be8b
parent819c95c641982ddb3212c01e7bcb2f6bf731bff2
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]