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)
commit34c96659ed578b50f08bbba40e39fdb9d15865e1
tree042ba911904f06e22b8daa83196fc8ce7493627b
parent0c9ac06a2894ea08488b5f8f5d1e5cbd57808900
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