aboutsummaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-11 09:47:18 -0600
committerSimon Glass <sjg@chromium.org>2022-10-17 21:17:13 -0600
commit8aaacd61368929cd2af2296f00ee15fa4bf0ae55 (patch)
treeaa689ac90258bc89b13c321114dffe6555830ea4 /boot/Makefile
parenta753190a0c544d211faf13a296bd80e830150158 (diff)
downloadu-boot-8aaacd61368929cd2af2296f00ee15fa4bf0ae55.zip
u-boot-8aaacd61368929cd2af2296f00ee15fa4bf0ae55.tar.gz
u-boot-8aaacd61368929cd2af2296f00ee15fa4bf0ae55.tar.bz2
vbe: Add fixups for a basic set of OS requests
As a starting point, add support for providing random data, if requested by the OS. Also add ASLR, as a placeholder for now. Signed-off-by: Simon Glass <sjg@chromium.org> (fixed up to use uclass_first_device_err() instead)
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 67e3352..dd45d78 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -47,5 +47,5 @@ ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o
endif
-obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o
+obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o vbe_fixup.o
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE_SIMPLE) += vbe_simple.o