1. c4054c1 efi_selftest: BitBlt test by Heinrich Schuchardt · 12 months ago
  2. b52a277 efi_selftest: remove superfluous assignments by Heinrich Schuchardt · 1 year, 2 months ago
  3. d9df8a5 efi_selftests: add extra testcases on controller handling by Ilias Apalodimas · 1 year, 3 months ago
  4. 5669591 efi_selftests: fix protocol repeated selftesting by Ilias Apalodimas · 1 year, 3 months ago
  5. 3ae95fe efi_selftests: fix controllers repeated selftesting by Ilias Apalodimas · 1 year, 3 months ago
  6. a61e6ad efi_selftest: ReinstallProtocolInterface test by Heinrich Schuchardt · 1 year, 3 months ago
  7. 75ebeb4 efi_selftest: LocateHandleBuffer return code by Heinrich Schuchardt · 1 year, 4 months ago
  8. 8063c55 efi: selftest: Make load_file() and load_file2() static by Bin Meng · 1 year, 6 months ago
  9. 013f9f8 efi: selftest: Make record static by Bin Meng · 1 year, 6 months ago
  10. 4d4ec25 efi_selftest: add hii set keyboard layout test case by Vincent Stehlé · 1 year, 9 months ago
  11. 9ba35e6 efi_selftest: conformance test for GetNextVariableName by Heinrich Schuchardt · 1 year, 9 months ago
  12. 63db156 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · 1 year, 9 months ago
  13. f2833d4 efi_selftest: test FatToStr() truncation by Heinrich Schuchardt · 1 year, 10 months ago
  14. 6717a03 efi_selftest: Improve the FatToStr() unit test by Heinrich Schuchardt · 1 year, 10 months ago
  15. caf29d1 efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() by Heinrich Schuchardt · 1 year, 10 months ago
  16. 77b5c4a efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · 2 years ago
  17. 564e55c efi_selftest: rename event_notify by Heinrich Schuchardt · 2 years ago
  18. 0dfc4c8 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · 2 years ago
  19. 1e30e37 efi_selftest: unit test for EFI Conformance Profile Table by Heinrich Schuchardt · 2 years, 1 month ago
  20. b33f246 efi_selftest: export efi_st_get_config_table() by Heinrich Schuchardt · 2 years, 1 month ago
  21. 2b7a6e0 efi_selftest: on sandbox use host specific assembly by Heinrich Schuchardt · 2 years, 1 month ago
  22. 7a85f32 EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices by Paul Barbieri · 2 years, 3 months ago
  23. c900a42 efi_selftest: error handling in efi_selftest_tcg2 by Heinrich Schuchardt · 2 years, 5 months ago
  24. 0db8221 efi_selftest: clean up unaligned unit test by Heinrich Schuchardt · 2 years, 5 months ago
  25. 1b2c3e5 efi_selftest: buildefi_selftest_unaligned.c by Heinrich Schuchardt · 2 years, 5 months ago
  26. 9c045a4 efi_loader: move dtbdump.c, initrddump.c to lib/efi_loader by Heinrich Schuchardt · 2 years, 7 months ago
  27. b9b4cec efi_selftest: merge FDT and RISC-V tests by Heinrich Schuchardt · 2 years, 8 months ago
  28. 8efefce efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOL by Sunil V L · 2 years, 8 months ago
  29. 156ccbc efi: Use 16-bit unicode strings by Simon Glass · 2 years, 8 months ago
  30. 3dd719d efi_loader: correct function comment style by Heinrich Schuchardt · 2 years, 8 months ago
  31. da158ec Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  32. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  33. 7884a09 efi_selftest: implement printing GUIDs by Heinrich Schuchardt · 2 years, 8 months ago
  34. 9abd2ca efi_selftest: simplify endian conversion for FDT test by Heinrich Schuchardt · 2 years, 10 months ago
  35. 22ad3f5 efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICE by Heinrich Schuchardt · 2 years, 10 months ago
  36. aa1b504 efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured Boot by Masahisa Kojima · 2 years, 11 months ago
  37. 28fc87e efi_selftest: Receive the packets until the receive buffer is empty by Masami Hiramatsu · 3 years ago
  38. 9845b92 efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Masami Hiramatsu · 3 years ago
  39. 39a37ad efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media check by Masami Hiramatsu · 3 years ago
  40. 7891fe6 efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · 3 years, 3 months ago
  41. ead698a efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · 3 years, 4 months ago
  42. 5e21958 efi_selfest: redefine enum efi_test_phase by Heinrich Schuchardt · 3 years, 6 months ago
  43. 4ac6041 efi: ESRT creation tests by Jose Marinho · 3 years, 6 months ago
  44. 6f90899 efi_selftest: Remove loadfile2 for initrd selftests by Ilias Apalodimas · 3 years, 6 months ago
  45. a81978e efi_selftest: illegal cast to pointer in initrddump by Heinrich Schuchardt · 3 years, 6 months ago
  46. 1edfc3f efi_selftest: multi part device path to text by Heinrich Schuchardt · 3 years, 7 months ago
  47. 512f092 efi_selftest: compiler flags for dtbdump.o by Heinrich Schuchardt · 3 years, 7 months ago
  48. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  49. 6bca36c efi_selftest: use GUID to find ESP in dtbdump by Heinrich Schuchardt · 3 years, 8 months ago
  50. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  51. 74a614d efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock by Heinrich Schuchardt · 3 years, 8 months ago
  52. d56013d efi_selftest: use CRLF as line endings in dtbdump by Heinrich Schuchardt · 3 years, 8 months ago
  53. 65ab48d efi_selftest: provide initrddump test tool by Heinrich Schuchardt · 3 years, 8 months ago
  54. 8644af7 efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLE by Heinrich Schuchardt · 3 years, 8 months ago
  55. b6f6080 efi_selftest: ask before overwriting in dtbdump.efi by Heinrich Schuchardt · 3 years, 8 months ago
  56. 8e70f1c efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 9 months ago
  57. 04cc791 efi_selftest: implement exception test for sandbox by Heinrich Schuchardt · 3 years, 10 months ago
  58. 7f8e656 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  59. 6d78ca8 efi_selftest: clean up Makefile by Heinrich Schuchardt · 3 years, 10 months ago
  60. b6f1109 efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 3 years, 10 months ago
  61. af69267 efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  62. fccd3d9 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · 3 years, 10 months ago
  63. b1aa6fc efi_selftest: add tool to download dtb by Heinrich Schuchardt · 3 years, 11 months ago
  64. 493a37f efi: Fix typo in documentation by Sean Anderson · 4 years ago
  65. eb0d1d8 efi_selftest: avoid unnecessary reset by Heinrich Schuchardt · 4 years ago
  66. dc374ab efi_selftest: print CRC32 of initrd as hexadecimal by Heinrich Schuchardt · 4 years ago
  67. 9487683 efi_selftest: enable printing hexadecimal numbers by Heinrich Schuchardt · 4 years ago
  68. 52a8481 efi_selftest: check for RISC-V boot-hartid in FDT by Heinrich Schuchardt · 4 years ago
  69. 18161a8 efi_selftest: rework device tree test by Heinrich Schuchardt · 4 years ago
  70. 5bf12a7 efi_selftest: restore gd before do_reset() by Heinrich Schuchardt · 4 years ago
  71. d2a8857 efi_selftest: simplify Makefile by Heinrich Schuchardt · 4 years, 1 month ago
  72. fa63753 efi_selftest: substitute ResetSystem() by do_reset() by Heinrich Schuchardt · 4 years, 1 month ago
  73. c06867d efi_selftest: add a test for ResetSystem() by Heinrich Schuchardt · 4 years, 1 month ago
  74. 5c2227e efi_selftest: block device test requires CONFIG_DOS_PARTITION by Heinrich Schuchardt · 4 years, 2 months ago
  75. a1077bf efi_selftest: SNP test depends on network by Heinrich Schuchardt · 4 years, 2 months ago
  76. 4a3155d efi_selftest: adjust runtime test for variables by Heinrich Schuchardt · 4 years, 3 months ago
  77. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  78. 42a426e efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 5 months ago
  79. cde162e efi_selftest: test CalculateCrc32, CopyMem, SetMem by Heinrich Schuchardt · 4 years, 6 months ago
  80. e108976 efi_selftest: check length reported by GetNextVariableName() by Heinrich Schuchardt · 4 years, 6 months ago
  81. 479ab6c efi_selftest: add selftests for loadfile2 used to load initramfs by Ilias Apalodimas · 4 years, 7 months ago
  82. d743104 efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · 4 years, 9 months ago
  83. 1064f2e efi_selftest: enable CONFIG_CMD_POWEROFF by Heinrich Schuchardt · 4 years, 9 months ago
  84. 7d6f16f efi_selftest: unit test for EFI_RNG_PROTOCOL by Heinrich Schuchardt · 4 years, 9 months ago
  85. 362b991 efi_selftest: Update .gitignore by Sughosh Ganu · 4 years, 9 months ago
  86. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  87. 2e716b8 efi_selftest: enable all UEFI unit tests on the sandbox by Heinrich Schuchardt · 4 years, 11 months ago
  88. 1b7313d efi_selftest: testing read-only variables by Heinrich Schuchardt · 5 years ago
  89. c9dd62f efi_selftest: correct SetVariable() test by Heinrich Schuchardt · 5 years ago
  90. 5a24239 efi_loader: selftest: enable APPEND_WRITE tests by AKASHI Takahiro · 5 years ago
  91. 72a8f16 efi_loader: fix status management in network stack by Heinrich Schuchardt · 5 years ago
  92. 0c7adf4 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · 5 years ago
  93. 53c7017 efi_selftest: use standalone UEFI program for exception by Heinrich Schuchardt · 5 years ago
  94. ce9ad03 efi_selftest: enable Exit() unit test on x86_64 by Heinrich Schuchardt · 5 years ago
  95. bb68957 efi_selftest: sharpen ConvertPointer() test by Heinrich Schuchardt · 5 years ago
  96. c0a8a95 efi_selftest: fix SetVirtualAddressMap unit test by Heinrich Schuchardt · 5 years ago
  97. 112464f efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · 5 years ago
  98. 4e996a8 efi_selftest: do not call CloseEvent() after ExitBootServices() by Heinrich Schuchardt · 5 years ago
  99. 1bb52fc efi_selftest: test variable services at runtime by Heinrich Schuchardt · 5 years ago
  100. fb08380 efi_selftest: description of CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago