[PATCH v2 12/14] vbe: Add fixups for a basic set of OS requests
Simon Glass
sjg at chromium.org
Mon Oct 17 23:30:06 CEST 2022
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 at chromium.org>
---
(no changes since v1)
boot/Makefile | 2 +-
boot/vbe_fixup.c | 233 +++++++++++++++++++++++++++++++
test/py/tests/test_event_dump.py | 1 +
3 files changed, 235 insertions(+), 1 deletion(-)
create mode 100644 boot/vbe_fixup.c
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list