
6 Jul
2018
6 Jul
'18
8:42 a.m.
On 07/06/2018 07:24 AM, Alexander Graf wrote:
On 06.07.18 07:09, Heinrich Schuchardt wrote:
This unit test checks the CalculateCrc32 bootservice and checks the headers of the system table, the boot services tablle, and the runtime services table before and after ExitBootServices().
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
This is a good step forward, thanks!
I still don't see any code that adapts the systab crc in efi_install_configuration_table(), so we're clearly missing a test case for this.
You are right. We are changing the field NumberOfTableEntries which is part of the crc32. The field ConfigurationTable is currently not changed.
Best regards
Heinrich