
17 Oct
2022
17 Oct
'22
11:30 p.m.
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 ---
(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!