Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | efi_selftest: check crc32 for InstallConfigurationTable | Heinrich Schuchardt | |
InstallConfigurationTable() may change the number of installed configuration tables. Check the crc32 of the system table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> | |||
2018-07-25 | efi_selftest: test InstallConfigurationTable() | Heinrich Schuchardt | |
Provide a unit test for InstallConfigurationTable(). A table is installed, updated, removed. The table entry and the triggering of events is checked. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |