]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_selftest: unit test for CalculateCrc32()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 7 Jul 2018 13:36:07 +0000 (15:36 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 13:00:24 +0000 (15:00 +0200)
commit62045b0eb43285424712875b92ddc683cd00991e
tree27e7c3db666cca47aad3b2f4a08b5514e37f513c
parent74fc044574e780c4af790b1f88dd74b317787eff
efi_selftest: unit test for CalculateCrc32()

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>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_crc32.c [new file with mode: 0644]