commit | c81500065c006e0d6f7824f972738176ef862bad | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Sep 14 16:31:29 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 14 16:33:03 2021 -0400 |
tree | 5d21823d7badf9fdc4ef29decb4e5483d4d36dee | |
parent | c6eac9122f022424f274dede255c793523c25953 [diff] |
test: Enable basic hashes in EFI FIT images We currently have a problem with crc32 checksums in FIT images now failing, and we did not catch this as it doesn't show up in sandbox nor do we have FIT image tests today that enable crc32. Rectify this by enabling CRC32 hashes in the EFI FIT tests, as these are always run in CI. Signed-off-by: Tom Rini <trini@konsulko.com>