1. 5500d71 efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · Mon Apr 16 07:59:10 2018 +0200
  2. 0c388db efi_selftest: fix typo in efi_selftest_devicepath.c by Heinrich Schuchardt · Mon Apr 16 07:59:04 2018 +0200
  3. a9d2260 efi_selftest: do not execute test if setup failed by Heinrich Schuchardt · Mon Apr 16 07:59:03 2018 +0200
  4. b6f15e9 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) by Heinrich Schuchardt · Wed Apr 04 15:42:13 2018 +0200
  5. 65cc1be efi_selftest: partition label for test image by Heinrich Schuchardt · Wed Apr 04 15:42:12 2018 +0200
  6. 6b06e0d efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · Tue Apr 03 22:37:11 2018 +0200
  7. 5f86d33 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · Wed Mar 14 19:57:02 2018 +0100
  8. 9ca3071 efi_selftest: unit test for event groups by Heinrich Schuchardt · Sun Feb 18 15:17:53 2018 +0100
  9. 0a9b9e5 efi_selftest: fix device tree unit test by Heinrich Schuchardt · Mon Mar 12 19:52:25 2018 +0100
  10. 224d0d1 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Sat Mar 03 15:39:53 2018 +0100
  11. 68e7f2d efi_selftest: test gop bitblt by Heinrich Schuchardt · Wed Feb 07 22:14:23 2018 +0100
  12. 43d2799 efi_selftest: check installation of the device tree by Heinrich Schuchardt · Sat Mar 03 15:29:04 2018 +0100
  13. 92aef0f efi_selftest: use correct compiler flags for miniapps by Heinrich Schuchardt · Fri Feb 02 01:05:47 2018 +0100
  14. 211c219 efi_selftest: reduce noise in test output for device trees by Heinrich Schuchardt · Sat Jan 20 20:44:10 2018 +0100
  15. d322f92 efi_selftest: provide a test for block io by Heinrich Schuchardt · Sun Jan 21 19:29:31 2018 +0100
  16. 4795aa7 efi_selftest: add missing LF in test output by Heinrich Schuchardt · Sun Jan 21 20:30:57 2018 +0000
  17. e3cde3a efi_selftest: test start image by Heinrich Schuchardt · Fri Jan 19 19:01:05 2018 +0100
  18. 22703d3 efi_selftest: test for (Dis)ConnectController by Heinrich Schuchardt · Thu Jan 11 08:16:08 2018 +0100
  19. b287b28 efi_selftest: remove todo in device path test by Heinrich Schuchardt · Thu Jan 11 08:16:07 2018 +0100
  20. 4ba3704 efi_selftest: remove todo in manage protocols by Heinrich Schuchardt · Thu Jan 11 08:16:06 2018 +0100
  21. 5d09b5e efi_selftest: do not try to close device path protocol by Heinrich Schuchardt · Thu Jan 11 08:15:56 2018 +0100
  22. 9137df8 efi_selftest: colored test output by Heinrich Schuchardt · Thu Jan 11 08:15:54 2018 +0100
  23. 7c7756e efi_selftest: do not cut off u16 strings when printing by Heinrich Schuchardt · Fri Dec 22 19:21:04 2017 +0100
  24. 5cf88b6 efi_selftest: avoid superfluous messages for task priority levels by Heinrich Schuchardt · Fri Dec 22 19:21:03 2017 +0100
  25. 932b8ef efi_selftest: avoid superfluous messages for event services by Heinrich Schuchardt · Fri Dec 22 19:21:02 2017 +0100
  26. bf7ea1d efi_selftest: add missing line feed by Heinrich Schuchardt · Sun Nov 26 14:05:19 2017 +0100
  27. 023b63e efi_selftest: compile without special compiler flags by Heinrich Schuchardt · Sun Nov 26 14:05:18 2017 +0100
  28. 37daf87 efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by Heinrich Schuchardt · Sun Nov 26 14:05:11 2017 +0100
  29. b0e5a12 efi_selftest: test for graphics output protocol by Heinrich Schuchardt · Thu Oct 26 19:25:52 2017 +0200
  30. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · Mon Nov 06 21:17:48 2017 +0100
  31. f8d4ec3 efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · Mon Nov 06 21:17:47 2017 +0100
  32. c53591c efi_selftest: test protocol management by Heinrich Schuchardt · Mon Nov 06 21:17:43 2017 +0100
  33. 45bb4dc efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · Wed Oct 18 18:13:19 2017 +0200
  34. d11c7e5 efi_selftest: test reboot by watchdog by Heinrich Schuchardt · Wed Oct 18 18:13:16 2017 +0200
  35. 02efd5d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · Wed Oct 18 18:13:13 2017 +0200
  36. 2eb1558 efi_selftest: deduplicate code by Heinrich Schuchardt · Wed Oct 18 18:13:12 2017 +0200
  37. a8ec628 efi_selftest: efi_st_memcmp should return 0 by Heinrich Schuchardt · Wed Oct 18 18:13:11 2017 +0200
  38. 65ad3b8 efi_selftest: reformat code by Heinrich Schuchardt · Wed Oct 18 18:13:10 2017 +0200
  39. 4bce80a efi_selftest: provide test for watchdog timer by Heinrich Schuchardt · Wed Oct 18 18:13:05 2017 +0200
  40. f4ee272 efi_selftest: correctly check return values by Heinrich Schuchardt · Fri Oct 13 01:00:05 2017 +0200
  41. 4505471 efi_selftest: error handling in SNP test by Heinrich Schuchardt · Sun Oct 08 06:57:28 2017 +0200
  42. c43fa8c efi_selftest: avoid dereferencing NULL in tpl test by Heinrich Schuchardt · Sun Oct 08 06:57:25 2017 +0200
  43. ea09093 efi_selftest: efi_st_memcmp return difference of bytes by Heinrich Schuchardt · Fri Oct 06 20:39:13 2017 +0200
  44. 2a6daf7 efi_loader: supply EFI network test by Heinrich Schuchardt · Thu Oct 05 16:36:07 2017 +0200
  45. 2cd42e8 efi_selftest: allow printing MAC addresses by Heinrich Schuchardt · Thu Oct 05 16:36:06 2017 +0200
  46. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · Thu Oct 05 16:35:54 2017 +0200
  47. 1afe5f7 efi_selftest: make tests easier to read by Heinrich Schuchardt · Wed Oct 04 15:31:26 2017 +0200
  48. cbfdf81 efi_selftest: use efi_st_error for all error messages by Heinrich Schuchardt · Wed Oct 04 12:37:02 2017 +0200
  49. 630d134 efi_selftest: check notification of ExitBootServices by Heinrich Schuchardt · Fri Sep 15 10:06:19 2017 +0200
  50. ee0f65d efi_selftest: test task priority levels by Heinrich Schuchardt · Fri Sep 15 10:06:17 2017 +0200
  51. b277ced efi_selftest: provide unit test for event services by Heinrich Schuchardt · Fri Sep 15 10:06:15 2017 +0200
  52. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · Fri Sep 15 10:06:11 2017 +0200