Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | efi_selftest: incorrect use of bitwise or | Heinrich Schuchardt | |
We should use a logical or when combining logical values. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> | |||
2018-09-23 | efi_selftest: test for loaded image protocol | Heinrich Schuchardt | |
Verify that the loaded image protocol is installed on the image handle. Verify that the loaded image protocol points to the system table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |