vbe: Add fixups for a basic set of OS requests
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:18 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:13 +0000 (21:17 -0600)
commit8aaacd61368929cd2af2296f00ee15fa4bf0ae55
treeaa689ac90258bc89b13c321114dffe6555830ea4
parenta753190a0c544d211faf13a296bd80e830150158
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)
boot/Makefile
boot/vbe_fixup.c [new file with mode: 0644]
test/py/tests/test_event_dump.py