diff options
| author | Simon Glass <[email protected]> | 2022-10-11 09:47:18 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-10-17 21:17:13 -0600 |
| commit | 8aaacd61368929cd2af2296f00ee15fa4bf0ae55 (patch) | |
| tree | aa689ac90258bc89b13c321114dffe6555830ea4 /boot/Makefile | |
| parent | a753190a0c544d211faf13a296bd80e830150158 (diff) | |
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 <[email protected]>
(fixed up to use uclass_first_device_err() instead)
Diffstat (limited to 'boot/Makefile')
| -rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index 67e335255f1..dd45d786f8c 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 |
