1. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 11 months ago
  2. 4fd7d27 test/py: always use autostart on tpm2 selftests by Ilias Apalodimas · 11 months ago
  3. 539e2f7 test: use a non system PCR for testing PCR extend by Ilias Apalodimas · 11 months ago
  4. 04291ee cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 12 months ago
  5. 60d76e3 test: spl: Add a test for the SPI load method by Sean Anderson · 11 months ago
  6. 6961ca0 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 11 months ago
  7. 7a82bff test/py: net: Add a test for 'pxe get' command by Love Kumar · 12 months ago
  8. 34124ad test/py: sleep: Add a test for the time command by Love Kumar · 12 months ago
  9. 53fab13 efi: Use the installed SMBIOS tables by Simon Glass · 1 year ago
  10. 280fcda test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True by Michal Simek · 1 year, 1 month ago
  11. 7cc1d87 cmd: gpt: Add command to swap partition order by Joshua Watt · 1 year, 1 month ago
  12. 648140f cmd: gpt: Preserve bootable flag by Joshua Watt · 1 year, 1 month ago
  13. 368beaf cmd: gpt: Preserve type GUID if enabled by Joshua Watt · 1 year, 1 month ago
  14. a1e793a cmd: gpt: Add command to set bootable flags by Joshua Watt · 1 year, 1 month ago
  15. b1433af cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · 1 year, 1 month ago
  16. a3eb350 tests: gpt: Remove test order dependency by Joshua Watt · 1 year, 1 month ago
  17. f72d0d4 event: Convert existing spy records to simple by Simon Glass · 1 year, 1 month ago
  18. c9eff0a initcall: Support emitting events by Simon Glass · 1 year, 1 month ago
  19. ba5e3e1 event: Support a simple spy record by Simon Glass · 1 year, 1 month ago
  20. 252c9c1 test: capsule: Remove logic to add public key ESL by Sughosh Ganu · 1 year, 1 month ago
  21. 61cad8d sandbox: trace: Increase trace buffer size by Sughosh Ganu · 1 year, 1 month ago
  22. 56f243d test: capsule: Generate EFI capsules through binman by Sughosh Ganu · 1 year, 1 month ago
  23. d08db02 bootstd: Add a test for bootmeth_cros by Simon Glass · 1 year, 1 month ago
  24. 00613bc test: Move 1MB.fat32.img and 2MB.ext2.img by Simon Glass · 1 year, 1 month ago
  25. d5737b3 expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 1 month ago
  26. f7ee9f3 test: unit test for semihosting by Heinrich Schuchardt · 1 year, 2 months ago
  27. 4f399f2 test: avoid function name 'setup' by Heinrich Schuchardt · 1 year, 2 months ago
  28. 8900ba1 tests: Fix exception when cleaning up skipped test by Joshua Watt · 1 year, 3 months ago
  29. 87c1a41 expo: Add tests for the configuration editor by Simon Glass · 1 year, 4 months ago
  30. 42c0e5b test: Find leftovers after clean/mrproper by Tobias Deiminger · 1 year, 3 months ago
  31. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 3 months ago
  32. b1574dd python: Update requirements.txt for security issues by Tom Rini · 1 year, 4 months ago
  33. 0773e4d test: correct architecture in EFI FIT test by Heinrich Schuchardt · 1 year, 3 months ago
  34. cb4fe56 Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · 1 year, 3 months ago
  35. 011f015 test/py: Account PCR updates properly during testing by Ilias Apalodimas · 1 year, 4 months ago
  36. 789ed27 test/py: replace 'tpm2 init, startup, selftest' sequences by Ilias Apalodimas · 1 year, 4 months ago
  37. 7da82de Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 3 months ago
  38. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 4 months ago
  39. b6f954e test/py: efi_capsule: test for FMP versioning by Masahisa Kojima · 1 year, 4 months ago
  40. 482ef90 test: efi_capsule: refactor efi_capsule test by Masahisa Kojima · 1 year, 4 months ago
  41. eafbe16 test/py: IPv6 network discovery test by Ehsan Mohandesi · 1 year, 5 months ago
  42. 29fb68c net: dhcp6: Add a sandbox test for dhcp6 by Sean Edmond · 1 year, 5 months ago
  43. 7f30eec Merge branch '2023-05-03-assorted-updates-and-fixes' by Tom Rini · 1 year, 5 months ago
  44. 27a03f0 efi: Rename the base efi self-test by Simon Glass · 1 year, 5 months ago
  45. bd730aa test: fix pydoc issues for EFI tests by Heinrich Schuchardt · 1 year, 5 months ago
  46. 2ac800a test: hush_if_test: Add hush variable test by Stefan Herbrechtsmeier · 1 year, 6 months ago
  47. af2fde4 pytest: Use --lazy with umount by Tom Rini · 1 year, 6 months ago
  48. 9031cb6 test: fix launch_efi() by Heinrich Schuchardt · 1 year, 5 months ago
  49. b54477f test: fix pylint warning for capsule tests by Heinrich Schuchardt · 1 year, 5 months ago
  50. 83d48a3 test/py: android: extend abootimg test by Safae Ouajih · 1 year, 8 months ago
  51. 046b8ef pytest: Update requirements to match sphinx versions by Tom Rini · 1 year, 6 months ago
  52. 8511aab vbe: Use the correct image filename in the test by Simon Glass · 1 year, 6 months ago
  53. 90999b4 test_vboot.py: include test of fdt_add_pubkey tool by Roman Kopytin · 1 year, 6 months ago
  54. f98b112 test: fs: Check fat short file name by Stefan Herbrechtsmeier · 1 year, 6 months ago
  55. 7b7f1bf test: Add concurrencytest to the requirements by Simon Glass · 1 year, 7 months ago
  56. 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 7 months ago
  57. c1d266a trace: Relax test requirements by Simon Glass · 1 year, 7 months ago
  58. 9a8a27a dm: test: Add a test for the various migration combinations by Simon Glass · 1 year, 7 months ago
  59. 7e91bf8 test: Add a way to set the environment for a pytest by Simon Glass · 1 year, 7 months ago
  60. e316fba dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 7 months ago
  61. 9cea479 trace: Add a test by Simon Glass · 1 year, 8 months ago
  62. b93a652 mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 9 months ago
  63. dcffa44 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 8 months ago
  64. 3d01254 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 8 months ago
  65. 601d1bf test/py: gpt: add test for the gpt partition type GUID identifier by Enric Balletbo i Serra · 1 year, 8 months ago
  66. d985f1d bootstd: Add a test for the bootstd menu by Simon Glass · 1 year, 9 months ago
  67. 7d850f8 sandbox: Enable mmc command and legacy images by Simon Glass · 1 year, 9 months ago
  68. e64289e test: env: add test for u-boot-initial-env creation by Max Krummenacher · 1 year, 10 months ago
  69. bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 1 year, 9 months ago
  70. 8959992 test: Add test for source command by Sean Anderson · 1 year, 9 months ago
  71. 583f124 event: Re-add file paths to the tests by Tom Rini · 1 year, 10 months ago
  72. a84040a eficonfig: refactor file selection handling by Masahisa Kojima · 1 year, 10 months ago
  73. 499503e dm: Add tests for the sandbox host driver by Simon Glass · 1 year, 11 months ago
  74. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 1 year, 11 months ago
  75. 7cbb573 test: Correct pylint warnings in fs_helper by Simon Glass · 1 year, 11 months ago
  76. 4349ba5 test: Split out mk_fs function into a helper by Simon Glass · 1 year, 11 months ago
  77. 0b4cbeb test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · 2 years ago
  78. 873cf8a test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 1 year, 11 months ago
  79. 77bec9e vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · 1 year, 11 months ago
  80. 2a5c67f vbe: Use a manual test by Simon Glass · 1 year, 11 months ago
  81. 4218456 vbe: Add Kconfig options for VPL by Simon Glass · 1 year, 11 months ago
  82. c263e21 vbe: Move OS implementation into a separate file by Simon Glass · 1 year, 11 months ago
  83. 98bedf4 vbe: Rename vbe_fixup to vbe_request by Simon Glass · 1 year, 11 months ago
  84. cbd71fa test: Support tests which can only be run manually by Simon Glass · 1 year, 11 months ago
  85. 5fe72d9 event: Drop the path when checking event-list filenames by Simon Glass · 2 years ago
  86. 27e6ebc test: Move to a working version of setuptools by Simon Glass · 1 year, 11 months ago
  87. ae0bf22 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years ago
  88. 8aaacd6 vbe: Add fixups for a basic set of OS requests by Simon Glass · 2 years ago
  89. a753190 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years ago
  90. 23c0df6 cmd: xxd: add new command by Roger Knecht · 2 years, 1 month ago
  91. 690a1d6 cmd: cat: add new command by Roger Knecht · 2 years, 1 month ago
  92. 874490c test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years ago
  93. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years ago
  94. da4fb70 test: unit test for eficonfig by Masahisa Kojima · 2 years ago
  95. 45a226a test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 2 months ago
  96. 4866802 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 2 months ago
  97. b681669 test: Make test_gpio_read() independent by Simon Glass · 2 years, 2 months ago
  98. d401187 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 2 months ago
  99. c7c113d test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 2 months ago
  100. a1f620e test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 2 months ago