1. 74a614d efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock by Heinrich Schuchardt · 3 years, 9 months ago
  2. d56013d efi_selftest: use CRLF as line endings in dtbdump by Heinrich Schuchardt · 3 years, 9 months ago
  3. 65ab48d efi_selftest: provide initrddump test tool by Heinrich Schuchardt · 3 years, 9 months ago
  4. 8644af7 efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLE by Heinrich Schuchardt · 3 years, 9 months ago
  5. b6f6080 efi_selftest: ask before overwriting in dtbdump.efi by Heinrich Schuchardt · 3 years, 9 months ago
  6. 8e70f1c efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  7. 04cc791 efi_selftest: implement exception test for sandbox by Heinrich Schuchardt · 4 years ago
  8. 7f8e656 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 3 years, 11 months ago
  9. 6d78ca8 efi_selftest: clean up Makefile by Heinrich Schuchardt · 3 years, 11 months ago
  10. b6f1109 efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 3 years, 11 months ago
  11. af69267 efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 4 years ago
  12. fccd3d9 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · 4 years ago
  13. b1aa6fc efi_selftest: add tool to download dtb by Heinrich Schuchardt · 4 years ago
  14. 493a37f efi: Fix typo in documentation by Sean Anderson · 4 years, 1 month ago
  15. eb0d1d8 efi_selftest: avoid unnecessary reset by Heinrich Schuchardt · 4 years, 1 month ago
  16. dc374ab efi_selftest: print CRC32 of initrd as hexadecimal by Heinrich Schuchardt · 4 years, 1 month ago
  17. 9487683 efi_selftest: enable printing hexadecimal numbers by Heinrich Schuchardt · 4 years, 1 month ago
  18. 52a8481 efi_selftest: check for RISC-V boot-hartid in FDT by Heinrich Schuchardt · 4 years, 1 month ago
  19. 18161a8 efi_selftest: rework device tree test by Heinrich Schuchardt · 4 years, 1 month ago
  20. 5bf12a7 efi_selftest: restore gd before do_reset() by Heinrich Schuchardt · 4 years, 1 month ago
  21. d2a8857 efi_selftest: simplify Makefile by Heinrich Schuchardt · 4 years, 2 months ago
  22. fa63753 efi_selftest: substitute ResetSystem() by do_reset() by Heinrich Schuchardt · 4 years, 2 months ago
  23. c06867d efi_selftest: add a test for ResetSystem() by Heinrich Schuchardt · 4 years, 2 months ago
  24. 5c2227e efi_selftest: block device test requires CONFIG_DOS_PARTITION by Heinrich Schuchardt · 4 years, 3 months ago
  25. a1077bf efi_selftest: SNP test depends on network by Heinrich Schuchardt · 4 years, 3 months ago
  26. 4a3155d efi_selftest: adjust runtime test for variables by Heinrich Schuchardt · 4 years, 4 months ago
  27. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  28. 42a426e efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 6 months ago
  29. cde162e efi_selftest: test CalculateCrc32, CopyMem, SetMem by Heinrich Schuchardt · 4 years, 7 months ago
  30. e108976 efi_selftest: check length reported by GetNextVariableName() by Heinrich Schuchardt · 4 years, 7 months ago
  31. 479ab6c efi_selftest: add selftests for loadfile2 used to load initramfs by Ilias Apalodimas · 4 years, 8 months ago
  32. d743104 efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · 4 years, 10 months ago
  33. 1064f2e efi_selftest: enable CONFIG_CMD_POWEROFF by Heinrich Schuchardt · 4 years, 10 months ago
  34. 7d6f16f efi_selftest: unit test for EFI_RNG_PROTOCOL by Heinrich Schuchardt · 4 years, 10 months ago
  35. 362b991 efi_selftest: Update .gitignore by Sughosh Ganu · 4 years, 10 months ago
  36. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  37. 2e716b8 efi_selftest: enable all UEFI unit tests on the sandbox by Heinrich Schuchardt · 5 years ago
  38. 1b7313d efi_selftest: testing read-only variables by Heinrich Schuchardt · 5 years ago
  39. c9dd62f efi_selftest: correct SetVariable() test by Heinrich Schuchardt · 5 years ago
  40. 5a24239 efi_loader: selftest: enable APPEND_WRITE tests by AKASHI Takahiro · 5 years ago
  41. 72a8f16 efi_loader: fix status management in network stack by Heinrich Schuchardt · 5 years ago
  42. 0c7adf4 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · 5 years ago
  43. 53c7017 efi_selftest: use standalone UEFI program for exception by Heinrich Schuchardt · 5 years ago
  44. ce9ad03 efi_selftest: enable Exit() unit test on x86_64 by Heinrich Schuchardt · 5 years ago
  45. bb68957 efi_selftest: sharpen ConvertPointer() test by Heinrich Schuchardt · 5 years ago
  46. c0a8a95 efi_selftest: fix SetVirtualAddressMap unit test by Heinrich Schuchardt · 5 years ago
  47. 112464f efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · 5 years ago
  48. 4e996a8 efi_selftest: do not call CloseEvent() after ExitBootServices() by Heinrich Schuchardt · 5 years ago
  49. 1bb52fc efi_selftest: test variable services at runtime by Heinrich Schuchardt · 5 years ago
  50. fb08380 efi_selftest: description of CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago
  51. 97cf208 efi_loader: QueryMode() must allocate buffer by Heinrich Schuchardt · 5 years ago
  52. 1e37be5 efi_selftest: correct event group test by Heinrich Schuchardt · 5 years ago
  53. 7950e8e efi_selftest: unit test for OpenProtocolInformation() by Heinrich Schuchardt · 5 years ago
  54. 5ec48e3 efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · 5 years ago
  55. f09cea3 efi_loader: correct notification of protocol installation by Heinrich Schuchardt · 5 years ago
  56. 609b6ba efi: selftest: APPEND_WRITE is not supported by AKASHI Takahiro · 5 years ago
  57. 433bfe7 efi_loader: implement SetTime by Heinrich Schuchardt · 5 years ago
  58. 95ab381 efi_loader: rename Unicode collation protocol 2 variables by Heinrich Schuchardt · 5 years ago
  59. 64b5ba4 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · 5 years ago
  60. 3349973 efi_loader: make Unicode collation protocol customizable by Heinrich Schuchardt · 5 years ago
  61. 24f6be7 efi_selftest: unit test for RegisterProtocolNotify() by Heinrich Schuchardt · 5 years ago
  62. 8101dd3 efi_selftest: remove redundant function efi_st_memcmp() by Heinrich Schuchardt · 5 years ago
  63. a9a25cc efi_selftest: test exit_data by Heinrich Schuchardt · 6 years ago
  64. 6182495 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  65. 68066d5 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · 6 years ago
  66. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  67. 8688b75 efi_selftest: expect boot services data for fdt by Heinrich Schuchardt · 6 years ago
  68. 207c5bc efi_selftest: physical and virtual addresses must match by Heinrich Schuchardt · 6 years ago
  69. 1c606e8 efi_selftest: check image_base, image_size by Heinrich Schuchardt · 6 years ago
  70. d082650 efi_selftest: avoid double free in dp utilities test by Heinrich Schuchardt · 6 years ago
  71. d0bd876 efi_selftest: fix test_hii_string_get_string() by Heinrich Schuchardt · 6 years ago
  72. e616100 efi_loader: fix build error for freestanding.o by Heinrich Schuchardt · 6 years ago
  73. d787cad efi_selftest: LoadImage from file device path by Heinrich Schuchardt · 6 years ago
  74. ee3c8ba efi_selftest: fix memory allocation in HII tests by Heinrich Schuchardt · 6 years ago
  75. afa17aa efi_selftest: do not use efi_free_pool() by Heinrich Schuchardt · 6 years ago
  76. 5fbb289 efi_loader: Make HII a config option by Alexander Graf · 6 years ago
  77. f38753d efi_selftest: fix HII tests by Heinrich Schuchardt · 6 years ago
  78. 4c4fb10 efi_selftest: add HII database protocols test by AKASHI Takahiro · 6 years ago
  79. 6c75db0 efi_loader: do not use symbolic links by Heinrich Schuchardt · 6 years ago
  80. 2013c68 efi_loader: use freestanding library for efi apps by Heinrich Schuchardt · 6 years ago
  81. 1170fee efi_selftest: fix variables test for GetNextVariableName() by AKASHI Takahiro · 6 years ago
  82. 0e3dc01 efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · 6 years ago
  83. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  84. 44e7c62 efi_selftest: tpl unit test, check return values by Heinrich Schuchardt · 6 years ago
  85. 1309a15 efi_selftest: events unit test, check return values by Heinrich Schuchardt · 6 years ago
  86. 8a42641 efi_selftest: SNP unit test on sandbox by Heinrich Schuchardt · 6 years ago
  87. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  88. e4fd695 efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  89. 05aceb2 efi_selftest: block device: avoid read after free by Heinrich Schuchardt · 6 years ago
  90. 3c2c54c efi_selftest: rename setup_ok by Heinrich Schuchardt · 6 years ago
  91. 0fdb9e3 efi_selftest: fix simple network protocol test by Heinrich Schuchardt · 6 years ago
  92. 34c9665 efi_selftest: check fdt is marked as runtime data by Heinrich Schuchardt · 6 years ago
  93. 42910ff efi_selftest: building sandbox with EFI_SELFTEST by Heinrich Schuchardt · 6 years ago
  94. 3484130 efi_selftest: add test for memory allocation by Heinrich Schuchardt · 6 years ago
  95. 335ce71 efi_selftest: incorrect use of bitwise or by Heinrich Schuchardt · 6 years ago
  96. c966076 efi_loader: do not use unsupported printf code by Heinrich Schuchardt · 6 years ago
  97. 4c17439 efi_selftest: do not write to linker generated array by Heinrich Schuchardt · 6 years ago
  98. e237302 efi_loader: UninstallMultipleProtocolInterfaces error code by Heinrich Schuchardt · 6 years ago
  99. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  100. d8b2216 efi_selftest: fix typos by Heinrich Schuchardt · 6 years ago