1. 1b7313d efi_selftest: testing read-only variables by Heinrich Schuchardt · 5 years ago
  2. c9dd62f efi_selftest: correct SetVariable() test by Heinrich Schuchardt · 5 years ago
  3. 5a24239 efi_loader: selftest: enable APPEND_WRITE tests by AKASHI Takahiro · 5 years ago
  4. 72a8f16 efi_loader: fix status management in network stack by Heinrich Schuchardt · 5 years ago
  5. 0c7adf4 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · 5 years ago
  6. 53c7017 efi_selftest: use standalone UEFI program for exception by Heinrich Schuchardt · 5 years ago
  7. ce9ad03 efi_selftest: enable Exit() unit test on x86_64 by Heinrich Schuchardt · 5 years ago
  8. bb68957 efi_selftest: sharpen ConvertPointer() test by Heinrich Schuchardt · 5 years ago
  9. c0a8a95 efi_selftest: fix SetVirtualAddressMap unit test by Heinrich Schuchardt · 5 years ago
  10. 112464f efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · 5 years ago
  11. 4e996a8 efi_selftest: do not call CloseEvent() after ExitBootServices() by Heinrich Schuchardt · 5 years ago
  12. 1bb52fc efi_selftest: test variable services at runtime by Heinrich Schuchardt · 5 years ago
  13. fb08380 efi_selftest: description of CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago
  14. 97cf208 efi_loader: QueryMode() must allocate buffer by Heinrich Schuchardt · 5 years ago
  15. 1e37be5 efi_selftest: correct event group test by Heinrich Schuchardt · 5 years ago
  16. 7950e8e efi_selftest: unit test for OpenProtocolInformation() by Heinrich Schuchardt · 5 years ago
  17. 5ec48e3 efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · 5 years ago
  18. f09cea3 efi_loader: correct notification of protocol installation by Heinrich Schuchardt · 5 years ago
  19. 609b6ba efi: selftest: APPEND_WRITE is not supported by AKASHI Takahiro · 5 years ago
  20. 433bfe7 efi_loader: implement SetTime by Heinrich Schuchardt · 5 years ago
  21. 95ab381 efi_loader: rename Unicode collation protocol 2 variables by Heinrich Schuchardt · 5 years ago
  22. 64b5ba4 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · 5 years ago
  23. 3349973 efi_loader: make Unicode collation protocol customizable by Heinrich Schuchardt · 6 years ago
  24. 24f6be7 efi_selftest: unit test for RegisterProtocolNotify() by Heinrich Schuchardt · 6 years ago
  25. 8101dd3 efi_selftest: remove redundant function efi_st_memcmp() by Heinrich Schuchardt · 6 years ago
  26. a9a25cc efi_selftest: test exit_data by Heinrich Schuchardt · 6 years ago
  27. 6182495 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  28. 68066d5 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · 6 years ago
  29. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  30. 8688b75 efi_selftest: expect boot services data for fdt by Heinrich Schuchardt · 6 years ago
  31. 207c5bc efi_selftest: physical and virtual addresses must match by Heinrich Schuchardt · 6 years ago
  32. 1c606e8 efi_selftest: check image_base, image_size by Heinrich Schuchardt · 6 years ago
  33. d082650 efi_selftest: avoid double free in dp utilities test by Heinrich Schuchardt · 6 years ago
  34. d0bd876 efi_selftest: fix test_hii_string_get_string() by Heinrich Schuchardt · 6 years ago
  35. e616100 efi_loader: fix build error for freestanding.o by Heinrich Schuchardt · 6 years ago
  36. d787cad efi_selftest: LoadImage from file device path by Heinrich Schuchardt · 6 years ago
  37. ee3c8ba efi_selftest: fix memory allocation in HII tests by Heinrich Schuchardt · 6 years ago
  38. afa17aa efi_selftest: do not use efi_free_pool() by Heinrich Schuchardt · 6 years ago
  39. 5fbb289 efi_loader: Make HII a config option by Alexander Graf · 6 years ago
  40. f38753d efi_selftest: fix HII tests by Heinrich Schuchardt · 6 years ago
  41. 4c4fb10 efi_selftest: add HII database protocols test by AKASHI Takahiro · 6 years ago
  42. 6c75db0 efi_loader: do not use symbolic links by Heinrich Schuchardt · 6 years ago
  43. 2013c68 efi_loader: use freestanding library for efi apps by Heinrich Schuchardt · 6 years ago
  44. 1170fee efi_selftest: fix variables test for GetNextVariableName() by AKASHI Takahiro · 6 years ago
  45. 0e3dc01 efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · 6 years ago
  46. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  47. 44e7c62 efi_selftest: tpl unit test, check return values by Heinrich Schuchardt · 6 years ago
  48. 1309a15 efi_selftest: events unit test, check return values by Heinrich Schuchardt · 6 years ago
  49. 8a42641 efi_selftest: SNP unit test on sandbox by Heinrich Schuchardt · 6 years ago
  50. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  51. e4fd695 efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  52. 05aceb2 efi_selftest: block device: avoid read after free by Heinrich Schuchardt · 6 years ago
  53. 3c2c54c efi_selftest: rename setup_ok by Heinrich Schuchardt · 6 years ago
  54. 0fdb9e3 efi_selftest: fix simple network protocol test by Heinrich Schuchardt · 6 years ago
  55. 34c9665 efi_selftest: check fdt is marked as runtime data by Heinrich Schuchardt · 6 years ago
  56. 42910ff efi_selftest: building sandbox with EFI_SELFTEST by Heinrich Schuchardt · 6 years ago
  57. 3484130 efi_selftest: add test for memory allocation by Heinrich Schuchardt · 6 years ago
  58. 335ce71 efi_selftest: incorrect use of bitwise or by Heinrich Schuchardt · 6 years ago
  59. c966076 efi_loader: do not use unsupported printf code by Heinrich Schuchardt · 6 years ago
  60. 4c17439 efi_selftest: do not write to linker generated array by Heinrich Schuchardt · 6 years ago
  61. e237302 efi_loader: UninstallMultipleProtocolInterfaces error code by Heinrich Schuchardt · 6 years ago
  62. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  63. d8b2216 efi_selftest: fix typos by Heinrich Schuchardt · 6 years ago
  64. 1c32bb1 efi_selftest: test handling of exceptions by Heinrich Schuchardt · 6 years ago
  65. f6e7b65 efi_selftest: simplify lib/efi_selftest/Makefile by Heinrich Schuchardt · 6 years ago
  66. b50f075 efi_selftest: creating new handle in controller test by Heinrich Schuchardt · 6 years ago
  67. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  68. a729eb3 efi_loader: Disable efi selftest on sandbox for now by Alexander Graf · 6 years ago
  69. e102038 efi_selftest: missing braces in efi_selftest_textinputex.c by Heinrich Schuchardt · 6 years ago
  70. 6dec873 efi_selftest: test key notification functions by Heinrich Schuchardt · 6 years ago
  71. 3394f20 efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  72. 1d69c8d efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  73. 262ff41 efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  74. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  75. 1d719e7 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  76. efe79a7 efi_selftest: test for loaded image protocol by Heinrich Schuchardt · 6 years ago
  77. e470efd efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · 6 years ago
  78. 54bfba2 efi_selftest: correct block device unit test by Heinrich Schuchardt · 6 years ago
  79. 8c588a58 efi_selftest: unit test for GetTime() by Heinrich Schuchardt · 6 years ago
  80. 42e2b56 efi_selftest: support printing leading zeroes by Heinrich Schuchardt · 6 years ago
  81. 62045b0 efi_selftest: unit test for CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  82. 74fc044 efi_selftest: check crc32 for InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  83. 9b30232 efi_selftest: test InstallConfigurationTable() by Heinrich Schuchardt · 6 years ago
  84. 1bfb157 efi_selftest: test writing to file by Heinrich Schuchardt · 6 years ago
  85. 404ea59 efi_selftest: Clean up a few comments and messages by Simon Glass · 6 years ago
  86. c034bfa efi_loader: Disable miniapps on sandbox by Alexander Graf · 6 years ago
  87. f260bd3 efi_selftest: update .gitignore by Heinrich Schuchardt · 6 years ago
  88. b5351a4 SPDX: Fixup tags from latest EFI PR by Tom Rini · 6 years ago
  89. fe5bc23 efi_selftest: check for buffer overflow in efi_get_variable by Ivan Gorinov · 6 years ago
  90. 03fb269 efi_selftest: imply FAT, FAT_WRITE by Heinrich Schuchardt · 6 years ago
  91. 85b4692 efi_selftest: test unaligned memory access by Heinrich Schuchardt · 7 years ago
  92. fa241e2 efi_selftest: test ReinstallProtocolInterface by Heinrich Schuchardt · 6 years ago
  93. 0d6ea05 efi_selftest: correct efi_selftest_manageprotocols by Heinrich Schuchardt · 6 years ago
  94. d799c67 efi_selftest: unit test for variable services by Heinrich Schuchardt · 6 years ago
  95. f243141 efi_selftest: updating the cursor position by Heinrich Schuchardt · 7 years ago
  96. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  97. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  98. e83222b efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 7 years ago
  99. 065a8ec efi_selftest: fix typo in efi_selftest_devicepath.c by Heinrich Schuchardt · 7 years ago
  100. b5cd687 efi_selftest: do not execute test if setup failed by Heinrich Schuchardt · 7 years ago