u-boot/lib/efi_selftest
Simon Glass 3db7110857 crc32: Use the crc.h header for crc functions
Drop inclusion of crc.h in common.h and use the correct header directly
instead.

With this we can drop the conflicting definition in fw_env.h and rely on
the crc.h header, which is already included.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2019-12-02 18:23:08 -05:00
..
.gitignore
Kconfig efi_selftest: description of CMD_BOOTEFI_SELFTEST 2019-07-06 21:25:32 +02:00
Makefile efi_selftest: enable all UEFI unit tests on the sandbox 2019-11-12 23:13:54 +01:00
efi_freestanding.c
efi_selftest.c
efi_selftest_bitblt.c
efi_selftest_block_device.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_config_table.c crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
efi_selftest_console.c
efi_selftest_controllers.c
efi_selftest_crc32.c crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
efi_selftest_devicepath.c
efi_selftest_devicepath_util.c
efi_selftest_disk_image.h
efi_selftest_event_groups.c efi_selftest: correct event group test 2019-06-10 23:06:19 +02:00
efi_selftest_events.c
efi_selftest_exception.c efi_selftest: use standalone UEFI program for exception 2019-08-29 05:54:26 +02:00
efi_selftest_exitbootservices.c efi_selftest: do not call CloseEvent() after ExitBootServices() 2019-07-16 22:17:15 +00:00
efi_selftest_fdt.c
efi_selftest_gop.c efi_loader: QueryMode() must allocate buffer 2019-06-20 22:26:15 +00:00
efi_selftest_hii.c
efi_selftest_hii_data.c
efi_selftest_loaded_image.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_loadimage.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_manageprotocols.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_memory.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_miniapp_exception.c efi_selftest: use standalone UEFI program for exception 2019-08-29 05:54:26 +02:00
efi_selftest_miniapp_exit.c
efi_selftest_miniapp_return.c
efi_selftest_open_protocol.c efi_selftest: unit test for OpenProtocolInformation() 2019-06-01 22:40:24 +02:00
efi_selftest_register_notify.c efi_loader: correct notification of protocol installation 2019-05-31 23:27:11 +02:00
efi_selftest_rtc.c efi_loader: Kconfig entries for GetTime(), SetTime() 2019-06-01 04:53:13 +02:00
efi_selftest_set_virtual_address_map.c efi_selftest: sharpen ConvertPointer() test 2019-07-30 21:36:22 +02:00
efi_selftest_snp.c efi_loader: fix status management in network stack 2019-09-05 23:18:51 +02:00
efi_selftest_startimage_exit.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_startimage_return.c
efi_selftest_textinput.c
efi_selftest_textinputex.c
efi_selftest_textoutput.c
efi_selftest_tpl.c
efi_selftest_unaligned.c
efi_selftest_unicode_collation.c
efi_selftest_util.c efi_selftest: remove redundant function efi_st_memcmp() 2019-05-07 21:10:04 +02:00
efi_selftest_variables.c efi_selftest: testing read-only variables 2019-10-06 16:02:37 +02:00
efi_selftest_variables_runtime.c efi_selftest: test variable services at runtime 2019-07-06 21:25:32 +02:00
efi_selftest_watchdog.c