Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-12 | efi_selftest: adjust runtime test for variables | Heinrich Schuchardt | 1 | -7/+6 | |
As variable services are available at runtime we have to expect EFI_SUCCESS when calling the services. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||||
2019-07-06 | efi_selftest: test variable services at runtime | Heinrich Schuchardt | 1 | -0/+94 | |
Provide a unit test for the variable services at runtime. Currently we expect EFI_UNSUPPORTED to be returned as the runtime implementation is still missing. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |