1. 54bfba2 efi_selftest: correct block device unit test by Heinrich Schuchardt · 6 years ago
  2. 8c588a58 efi_selftest: unit test for GetTime() by Heinrich Schuchardt · 6 years ago
  3. 42e2b56 efi_selftest: support printing leading zeroes by Heinrich Schuchardt · 6 years ago
  4. 62045b0 efi_selftest: unit test for CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  5. 74fc044 efi_selftest: check crc32 for InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  6. 9b30232 efi_selftest: test InstallConfigurationTable() by Heinrich Schuchardt · 6 years ago
  7. 1bfb157 efi_selftest: test writing to file by Heinrich Schuchardt · 6 years ago
  8. 404ea59 efi_selftest: Clean up a few comments and messages by Simon Glass · 6 years ago
  9. c034bfa efi_loader: Disable miniapps on sandbox by Alexander Graf · 6 years ago
  10. f260bd3 efi_selftest: update .gitignore by Heinrich Schuchardt · 6 years ago
  11. b5351a4 SPDX: Fixup tags from latest EFI PR by Tom Rini · 6 years ago
  12. fe5bc23 efi_selftest: check for buffer overflow in efi_get_variable by Ivan Gorinov · 6 years ago
  13. 03fb269 efi_selftest: imply FAT, FAT_WRITE by Heinrich Schuchardt · 6 years ago
  14. 85b4692 efi_selftest: test unaligned memory access by Heinrich Schuchardt · 6 years ago
  15. fa241e2 efi_selftest: test ReinstallProtocolInterface by Heinrich Schuchardt · 6 years ago
  16. 0d6ea05 efi_selftest: correct efi_selftest_manageprotocols by Heinrich Schuchardt · 6 years ago
  17. d799c67 efi_selftest: unit test for variable services by Heinrich Schuchardt · 6 years ago
  18. f243141 efi_selftest: updating the cursor position by Heinrich Schuchardt · 6 years ago
  19. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  20. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  21. e83222b efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 6 years ago
  22. 065a8ec efi_selftest: fix typo in efi_selftest_devicepath.c by Heinrich Schuchardt · 6 years ago
  23. b5cd687 efi_selftest: do not execute test if setup failed by Heinrich Schuchardt · 6 years ago
  24. 1348c17 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) by Heinrich Schuchardt · 6 years ago
  25. db851c8 efi_selftest: partition label for test image by Heinrich Schuchardt · 6 years ago
  26. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  27. 51a0f45 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · 7 years ago
  28. 6fc901c efi_selftest: unit test for event groups by Heinrich Schuchardt · 7 years ago
  29. 9967adb efi_selftest: fix device tree unit test by Heinrich Schuchardt · 7 years ago
  30. 0aa2da7 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  31. b944e47 efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  32. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  33. ae86b6b efi_selftest: use correct compiler flags for miniapps by Heinrich Schuchardt · 7 years ago
  34. 003876d efi_selftest: reduce noise in test output for device trees by Heinrich Schuchardt · 7 years ago
  35. f768619 efi_selftest: provide a test for block io by Heinrich Schuchardt · 7 years ago
  36. ba45c9e efi_selftest: add missing LF in test output by Heinrich Schuchardt · 7 years ago
  37. 8218f7b efi_selftest: test start image by Heinrich Schuchardt · 7 years ago
  38. fb83350 efi_selftest: test for (Dis)ConnectController by Heinrich Schuchardt · 7 years ago
  39. 8d7cf39 efi_selftest: remove todo in device path test by Heinrich Schuchardt · 7 years ago
  40. 77425e7 efi_selftest: remove todo in manage protocols by Heinrich Schuchardt · 7 years ago
  41. 5be9744 efi_selftest: do not try to close device path protocol by Heinrich Schuchardt · 7 years ago
  42. 853540c efi_selftest: colored test output by Heinrich Schuchardt · 7 years ago
  43. e0abeac efi_selftest: do not cut off u16 strings when printing by Heinrich Schuchardt · 7 years ago
  44. 6a380e5 efi_selftest: avoid superfluous messages for task priority levels by Heinrich Schuchardt · 7 years ago
  45. ad50dcf efi_selftest: avoid superfluous messages for event services by Heinrich Schuchardt · 7 years ago
  46. c51e7df efi_selftest: add missing line feed by Heinrich Schuchardt · 7 years ago
  47. 17b96cb efi_selftest: compile without special compiler flags by Heinrich Schuchardt · 7 years ago
  48. bf19064 efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  49. 49d62cb efi_selftest: test for graphics output protocol by Heinrich Schuchardt · 7 years ago
  50. f5a2a93 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  51. 152cade efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  52. 927ca89 efi_selftest: test protocol management by Heinrich Schuchardt · 7 years ago
  53. 7406f82 efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  54. 7bbae6f efi_selftest: test reboot by watchdog by Heinrich Schuchardt · 7 years ago
  55. d78e40d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · 7 years ago
  56. 1f66a12 efi_selftest: deduplicate code by Heinrich Schuchardt · 7 years ago
  57. 9a52a0f efi_selftest: efi_st_memcmp should return 0 by Heinrich Schuchardt · 7 years ago
  58. fd4a1c4 efi_selftest: reformat code by Heinrich Schuchardt · 7 years ago
  59. 30a0045 efi_selftest: provide test for watchdog timer by Heinrich Schuchardt · 7 years ago
  60. abe9946 efi_selftest: correctly check return values by Heinrich Schuchardt · 7 years ago
  61. fdd0456 efi_selftest: error handling in SNP test by Heinrich Schuchardt · 7 years ago
  62. 7f8ec5b efi_selftest: avoid dereferencing NULL in tpl test by Heinrich Schuchardt · 7 years ago
  63. c155dfe efi_selftest: efi_st_memcmp return difference of bytes by Heinrich Schuchardt · 7 years ago
  64. 5ca23ed efi_loader: supply EFI network test by Heinrich Schuchardt · 7 years ago
  65. 1b63325 efi_selftest: allow printing MAC addresses by Heinrich Schuchardt · 7 years ago
  66. ca379e1 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  67. e67e724 efi_selftest: make tests easier to read by Heinrich Schuchardt · 7 years ago
  68. 037ee6f efi_selftest: use efi_st_error for all error messages by Heinrich Schuchardt · 7 years ago
  69. 0923876 efi_selftest: check notification of ExitBootServices by Heinrich Schuchardt · 7 years ago
  70. 1835f6e efi_selftest: test task priority levels by Heinrich Schuchardt · 7 years ago
  71. bd12669 efi_selftest: provide unit test for event services by Heinrich Schuchardt · 7 years ago
  72. 623b3a5 efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago