1. 7a05b1e efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  2. e29e691 efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  3. 9cda2ef efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  4. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  5. 3b923a0 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  6. 70507ed efi_selftest: test for loaded image protocol by Heinrich Schuchardt · 6 years ago
  7. 653517a efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · 6 years ago
  8. 669f484 efi_selftest: correct block device unit test by Heinrich Schuchardt · 6 years ago
  9. a7be4b8 efi_selftest: unit test for GetTime() by Heinrich Schuchardt · 6 years ago
  10. fe3ae73 efi_selftest: support printing leading zeroes by Heinrich Schuchardt · 6 years ago
  11. 06b3a93 efi_selftest: unit test for CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  12. 2a29e8f efi_selftest: check crc32 for InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  13. 4a640e3 efi_selftest: test InstallConfigurationTable() by Heinrich Schuchardt · 6 years ago
  14. 76bc73c efi_selftest: test writing to file by Heinrich Schuchardt · 6 years ago
  15. 0b9680f efi_selftest: Clean up a few comments and messages by Simon Glass · 6 years ago
  16. 1224a0f efi_loader: Disable miniapps on sandbox by Alexander Graf · 6 years ago
  17. 571a1a4 efi_selftest: update .gitignore by Heinrich Schuchardt · 6 years ago
  18. a0434ab SPDX: Fixup tags from latest EFI PR by Tom Rini · 6 years ago
  19. da168a4 efi_selftest: check for buffer overflow in efi_get_variable by Ivan Gorinov · 7 years ago
  20. ef50ab1 efi_selftest: imply FAT, FAT_WRITE by Heinrich Schuchardt · 7 years ago
  21. 0073f26 efi_selftest: test unaligned memory access by Heinrich Schuchardt · 7 years ago
  22. 3fba0cd efi_selftest: test ReinstallProtocolInterface by Heinrich Schuchardt · 7 years ago
  23. dc05b70 efi_selftest: correct efi_selftest_manageprotocols by Heinrich Schuchardt · 7 years ago
  24. 549fbca efi_selftest: unit test for variable services by Heinrich Schuchardt · 7 years ago
  25. 9c14ab2 efi_selftest: updating the cursor position by Heinrich Schuchardt · 7 years ago
  26. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  27. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  28. 5500d71 efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 7 years ago
  29. 0c388db efi_selftest: fix typo in efi_selftest_devicepath.c by Heinrich Schuchardt · 7 years ago
  30. a9d2260 efi_selftest: do not execute test if setup failed by Heinrich Schuchardt · 7 years ago
  31. b6f15e9 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) by Heinrich Schuchardt · 7 years ago
  32. 65cc1be efi_selftest: partition label for test image by Heinrich Schuchardt · 7 years ago
  33. 6b06e0d efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  34. 5f86d33 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · 7 years ago
  35. 9ca3071 efi_selftest: unit test for event groups by Heinrich Schuchardt · 7 years ago
  36. 0a9b9e5 efi_selftest: fix device tree unit test by Heinrich Schuchardt · 7 years ago
  37. 224d0d1 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  38. 68e7f2d efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  39. 43d2799 efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  40. 92aef0f efi_selftest: use correct compiler flags for miniapps by Heinrich Schuchardt · 7 years ago
  41. 211c219 efi_selftest: reduce noise in test output for device trees by Heinrich Schuchardt · 7 years ago
  42. d322f92 efi_selftest: provide a test for block io by Heinrich Schuchardt · 7 years ago
  43. 4795aa7 efi_selftest: add missing LF in test output by Heinrich Schuchardt · 7 years ago
  44. e3cde3a efi_selftest: test start image by Heinrich Schuchardt · 7 years ago
  45. 22703d3 efi_selftest: test for (Dis)ConnectController by Heinrich Schuchardt · 7 years ago
  46. b287b28 efi_selftest: remove todo in device path test by Heinrich Schuchardt · 7 years ago
  47. 4ba3704 efi_selftest: remove todo in manage protocols by Heinrich Schuchardt · 7 years ago
  48. 5d09b5e efi_selftest: do not try to close device path protocol by Heinrich Schuchardt · 7 years ago
  49. 9137df8 efi_selftest: colored test output by Heinrich Schuchardt · 7 years ago
  50. 7c7756e efi_selftest: do not cut off u16 strings when printing by Heinrich Schuchardt · 7 years ago
  51. 5cf88b6 efi_selftest: avoid superfluous messages for task priority levels by Heinrich Schuchardt · 7 years ago
  52. 932b8ef efi_selftest: avoid superfluous messages for event services by Heinrich Schuchardt · 7 years ago
  53. bf7ea1d efi_selftest: add missing line feed by Heinrich Schuchardt · 7 years ago
  54. 023b63e efi_selftest: compile without special compiler flags by Heinrich Schuchardt · 7 years ago
  55. 37daf87 efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  56. b0e5a12 efi_selftest: test for graphics output protocol by Heinrich Schuchardt · 7 years ago
  57. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  58. f8d4ec3 efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  59. c53591c efi_selftest: test protocol management by Heinrich Schuchardt · 7 years ago
  60. 45bb4dc efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  61. d11c7e5 efi_selftest: test reboot by watchdog by Heinrich Schuchardt · 7 years ago
  62. 02efd5d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · 7 years ago
  63. 2eb1558 efi_selftest: deduplicate code by Heinrich Schuchardt · 7 years ago
  64. a8ec628 efi_selftest: efi_st_memcmp should return 0 by Heinrich Schuchardt · 7 years ago
  65. 65ad3b8 efi_selftest: reformat code by Heinrich Schuchardt · 7 years ago
  66. 4bce80a efi_selftest: provide test for watchdog timer by Heinrich Schuchardt · 7 years ago
  67. f4ee272 efi_selftest: correctly check return values by Heinrich Schuchardt · 7 years ago
  68. 4505471 efi_selftest: error handling in SNP test by Heinrich Schuchardt · 7 years ago
  69. c43fa8c efi_selftest: avoid dereferencing NULL in tpl test by Heinrich Schuchardt · 7 years ago
  70. ea09093 efi_selftest: efi_st_memcmp return difference of bytes by Heinrich Schuchardt · 7 years ago
  71. 2a6daf7 efi_loader: supply EFI network test by Heinrich Schuchardt · 7 years ago
  72. 2cd42e8 efi_selftest: allow printing MAC addresses by Heinrich Schuchardt · 7 years ago
  73. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  74. 1afe5f7 efi_selftest: make tests easier to read by Heinrich Schuchardt · 7 years ago
  75. cbfdf81 efi_selftest: use efi_st_error for all error messages by Heinrich Schuchardt · 7 years ago
  76. 630d134 efi_selftest: check notification of ExitBootServices by Heinrich Schuchardt · 7 years ago
  77. ee0f65d efi_selftest: test task priority levels by Heinrich Schuchardt · 7 years ago
  78. b277ced efi_selftest: provide unit test for event services by Heinrich Schuchardt · 7 years ago
  79. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago