diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-07-07 15:36:07 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-07-25 15:00:24 +0200 |
commit | 62045b0eb43285424712875b92ddc683cd00991e (patch) | |
tree | 27e7c3db666cca47aad3b2f4a08b5514e37f513c /lib/efi_selftest/Makefile | |
parent | 74fc044574e780c4af790b1f88dd74b317787eff (diff) | |
download | u-boot-62045b0eb43285424712875b92ddc683cd00991e.tar.gz u-boot-62045b0eb43285424712875b92ddc683cd00991e.tar.xz u-boot-62045b0eb43285424712875b92ddc683cd00991e.zip |
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>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r-- | lib/efi_selftest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index c0fd490d2e..1f3084cfb8 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -16,6 +16,7 @@ efi_selftest_bitblt.o \ efi_selftest_config_table.o \ efi_selftest_controllers.o \ efi_selftest_console.o \ +efi_selftest_crc32.o \ efi_selftest_devicepath.o \ efi_selftest_devicepath_util.o \ efi_selftest_events.o \ |