Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | efi_selftest: check fdt is marked as runtime data | Heinrich Schuchardt | |
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> | |||
2018-12-02 | efi_selftest: add test for memory allocation | Heinrich Schuchardt | |
This unit test checks the following runtime services: AllocatePages, FreePages, GetMemoryMap Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |