]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8e883dcf2404c2ec431896dfabf8c3a355d4068d
treeaa689ac90258bc89b13c321114dffe6555830ea4
parent000bd0512a6f7fb5c3dbfbe7facc9707c0d5d53f
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