]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: check fdt is marked as runtime data
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Nov 2018 16:58:54 +0000 (17:58 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commitb3fb961dab5abedcadba92b105028c67ba913e64
tree042ba911904f06e22b8daa83196fc8ce7493627b
parent393ac48e1592d71e1197abfbbfcba6550ec30f74
efi_selftest: check fdt is marked as runtime data

Check that the memory area containing the device tree is marked as runtime
data.

Update the Python test to pass ${fdtcontroladdr} to bootefi.

Update the description of the Python test.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_memory.c
test/py/tests/test_efi_selftest.py