Age | Commit message (Expand) | Author |
2020-03-22 | efi_selftest: test CalculateCrc32, CopyMem, SetMem | Heinrich Schuchardt |
2020-03-22 | efi_selftest: check length reported by GetNextVariableName() | Heinrich Schuchardt |
2020-02-28 | efi_selftest: add selftests for loadfile2 used to load initramfs | Ilias Apalodimas |
2020-01-15 | efi_driver: fix efi_uc_stop() | Heinrich Schuchardt |
2020-01-15 | efi_selftest: enable CONFIG_CMD_POWEROFF | Heinrich Schuchardt |
2020-01-07 | efi_selftest: unit test for EFI_RNG_PROTOCOL | Heinrich Schuchardt |
2020-01-07 | efi_selftest: Update .gitignore | Sughosh Ganu |
2019-12-02 | crc32: Use the crc.h header for crc functions | Simon Glass |
2019-11-12 | efi_selftest: enable all UEFI unit tests on the sandbox | Heinrich Schuchardt |
2019-10-06 | efi_selftest: testing read-only variables | Heinrich Schuchardt |
2019-10-06 | efi_selftest: correct SetVariable() test | Heinrich Schuchardt |
2019-09-20 | efi_loader: selftest: enable APPEND_WRITE tests | AKASHI Takahiro |
2019-09-05 | efi_loader: fix status management in network stack | Heinrich Schuchardt |
2019-09-05 | efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT | Heinrich Schuchardt |
2019-08-29 | efi_selftest: use standalone UEFI program for exception | Heinrich Schuchardt |
2019-08-29 | efi_selftest: enable Exit() unit test on x86_64 | Heinrich Schuchardt |
2019-07-30 | efi_selftest: sharpen ConvertPointer() test | Heinrich Schuchardt |
2019-07-30 | efi_selftest: fix SetVirtualAddressMap unit test | Heinrich Schuchardt |
2019-07-16 | efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE | Heinrich Schuchardt |
2019-07-16 | efi_selftest: do not call CloseEvent() after ExitBootServices() | Heinrich Schuchardt |
2019-07-06 | efi_selftest: test variable services at runtime | Heinrich Schuchardt |
2019-07-06 | efi_selftest: description of CMD_BOOTEFI_SELFTEST | Heinrich Schuchardt |
2019-06-20 | efi_loader: QueryMode() must allocate buffer | Heinrich Schuchardt |
2019-06-10 | efi_selftest: correct event group test | Heinrich Schuchardt |
2019-06-01 | efi_selftest: unit test for OpenProtocolInformation() | Heinrich Schuchardt |
2019-06-01 | efi_loader: Kconfig entries for GetTime(), SetTime() | Heinrich Schuchardt |
2019-05-31 | efi_loader: correct notification of protocol installation | Heinrich Schuchardt |
2019-05-24 | efi: selftest: APPEND_WRITE is not supported | AKASHI Takahiro |
2019-05-24 | efi_loader: implement SetTime | Heinrich Schuchardt |
2019-05-19 | efi_loader: rename Unicode collation protocol 2 variables | Heinrich Schuchardt |
2019-05-12 | efi_loader: make device path to text protocol customizable | Heinrich Schuchardt |
2019-05-12 | efi_loader: make Unicode collation protocol customizable | Heinrich Schuchardt |
2019-05-07 | efi_selftest: unit test for RegisterProtocolNotify() | Heinrich Schuchardt |
2019-05-07 | efi_selftest: remove redundant function efi_st_memcmp() | Heinrich Schuchardt |
2019-05-02 | efi_selftest: test exit_data | Heinrich Schuchardt |
2019-04-23 | efi_loader: need either ACPI table or device tree | Heinrich Schuchardt |
2019-04-23 | efi_selftest: do not run FDT test with ACPI table. | Heinrich Schuchardt |
2019-04-23 | efi_loader: consistent naming of protocol GUIDs | Heinrich Schuchardt |
2019-04-12 | efi_selftest: expect boot services data for fdt | Heinrich Schuchardt |
2019-04-12 | efi_selftest: physical and virtual addresses must match | Heinrich Schuchardt |
2019-04-07 | efi_selftest: check image_base, image_size | Heinrich Schuchardt |
2019-03-27 | efi_selftest: avoid double free in dp utilities test | Heinrich Schuchardt |
2019-03-20 | efi_selftest: fix test_hii_string_get_string() | Heinrich Schuchardt |
2019-03-14 | efi_loader: fix build error for freestanding.o | Heinrich Schuchardt |
2019-02-16 | efi_selftest: LoadImage from file device path | Heinrich Schuchardt |
2019-02-16 | efi_selftest: fix memory allocation in HII tests | Heinrich Schuchardt |
2019-02-16 | efi_selftest: do not use efi_free_pool() | Heinrich Schuchardt |
2019-02-13 | efi_loader: Make HII a config option | Alexander Graf |
2019-02-13 | efi_selftest: fix HII tests | Heinrich Schuchardt |
2019-02-13 | efi_selftest: add HII database protocols test | AKASHI Takahiro |