commit | 4c7418f3efbc0e193caa0f5af2b3d750af47854d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:32 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:11 2022 -0400 |
tree | aa2327cb3542e93a1f78c580d832ec07e171be8b | |
parent | 98887ab802e4118e7c813e5e052678772fa1b3a8 [diff] [blame] |
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>
diff --git a/boot/Makefile b/boot/Makefile index 854b391..c52c969 100644 --- a/boot/Makefile +++ b/boot/Makefile
@@ -46,3 +46,5 @@ ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o endif + +obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o