1. 773f1ed CI, pytest: Add a test for sandbox without LTO by Tom Rini · Thu Oct 26 14:31:38 2023 -0400
  2. eb0a7eb sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · Thu Oct 26 14:31:37 2023 -0400
  3. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  4. 9271dbc test/py: always use autostart on tpm2 selftests by Ilias Apalodimas · Wed Oct 25 10:25:25 2023 +0300
  5. a2cea82 test: use a non system PCR for testing PCR extend by Ilias Apalodimas · Tue Oct 24 10:43:54 2023 -0500
  6. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · Mon Oct 09 01:24:36 2023 +0000
  7. 8734d6f test: spl: Add a test for the SPI load method by Sean Anderson · Sat Oct 14 16:48:05 2023 -0400
  8. 00135d8 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Oct 13 08:45:55 2023 -0400
  9. 55ef453 test/py: net: Add a test for 'pxe get' command by Love Kumar · Tue Oct 03 18:42:46 2023 +0530
  10. e08bee9 test/py: sleep: Add a test for the time command by Love Kumar · Wed Sep 27 10:33:55 2023 +0530
  11. aadec12 efi: Use the installed SMBIOS tables by Simon Glass · Wed Sep 20 07:29:51 2023 -0600
  12. a59a24b test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True by Michal Simek · Wed Aug 30 18:36:23 2023 +0200
  13. d88ba5f cmd: gpt: Add command to swap partition order by Joshua Watt · Thu Aug 31 10:51:41 2023 -0600
  14. 9e58adf cmd: gpt: Preserve bootable flag by Joshua Watt · Thu Aug 31 10:51:40 2023 -0600
  15. da40173 cmd: gpt: Preserve type GUID if enabled by Joshua Watt · Thu Aug 31 10:51:39 2023 -0600
  16. 44d6233 cmd: gpt: Add command to set bootable flags by Joshua Watt · Thu Aug 31 10:51:38 2023 -0600
  17. fd1134e cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · Thu Aug 31 10:51:37 2023 -0600
  18. d64d579 tests: gpt: Remove test order dependency by Joshua Watt · Thu Aug 31 10:51:36 2023 -0600
  19. b8357c1 event: Convert existing spy records to simple by Simon Glass · Mon Aug 21 21:16:56 2023 -0600
  20. 6b42d38 initcall: Support emitting events by Simon Glass · Mon Aug 21 21:16:54 2023 -0600
  21. 3bfbedd event: Support a simple spy record by Simon Glass · Mon Aug 21 21:16:48 2023 -0600
  22. 33f8386 test: capsule: Remove logic to add public key ESL by Sughosh Ganu · Tue Aug 22 23:10:07 2023 +0530
  23. 0c3783e sandbox: trace: Increase trace buffer size by Sughosh Ganu · Tue Aug 22 23:10:02 2023 +0530
  24. 467130a test: capsule: Generate EFI capsules through binman by Sughosh Ganu · Tue Aug 22 23:10:00 2023 +0530
  25. fff928c bootstd: Add a test for bootmeth_cros by Simon Glass · Thu Aug 24 13:55:41 2023 -0600
  26. 0870921 test: Move 1MB.fat32.img and 2MB.ext2.img by Simon Glass · Thu Aug 24 13:55:38 2023 -0600
  27. b1263bc expo: Tidy up the expo.py tool and usage by Simon Glass · Mon Aug 14 16:40:28 2023 -0600
  28. 393fcf7 test: unit test for semihosting by Heinrich Schuchardt · Mon Jul 31 22:01:21 2023 +0200
  29. 117c396 test: avoid function name 'setup' by Heinrich Schuchardt · Sat Jul 15 10:48:39 2023 +0200
  30. 8e6e2de tests: Fix exception when cleaning up skipped test by Joshua Watt · Mon Jul 03 08:35:09 2023 -0500
  31. b8c2655 expo: Add tests for the configuration editor by Simon Glass · Thu Jun 01 10:23:03 2023 -0600
  32. 4d412fa test: Find leftovers after clean/mrproper by Tobias Deiminger · Tue Jun 20 00:41:07 2023 +0200
  33. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  34. e64dcb2 python: Update requirements.txt for security issues by Tom Rini · Tue May 30 15:50:30 2023 -0400
  35. eda4590 test: correct architecture in EFI FIT test by Heinrich Schuchardt · Thu Jun 15 13:40:05 2023 +0200
  36. 7856b71 Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · Tue Jun 13 13:14:49 2023 -0400
  37. c5967e7 test/py: Account PCR updates properly during testing by Ilias Apalodimas · Wed Jun 07 12:18:12 2023 +0300
  38. 55c8ce5 test/py: replace 'tpm2 init, startup, selftest' sequences by Ilias Apalodimas · Wed Jun 07 12:18:11 2023 +0300
  39. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 12 16:42:37 2023 -0400
  40. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  41. 73a8a1d test/py: efi_capsule: test for FMP versioning by Masahisa Kojima · Wed Jun 07 14:42:00 2023 +0900
  42. a7ffc2f test: efi_capsule: refactor efi_capsule test by Masahisa Kojima · Wed Jun 07 14:41:59 2023 +0900
  43. 3eb5053 test/py: IPv6 network discovery test by Ehsan Mohandesi · Fri Apr 21 17:08:22 2023 -0700
  44. d407acf net: dhcp6: Add a sandbox test for dhcp6 by Sean Edmond · Tue Apr 11 10:48:48 2023 -0700
  45. 0f2c979 Merge branch '2023-05-03-assorted-updates-and-fixes' by Tom Rini · Thu May 04 11:49:30 2023 -0400
  46. 945a259 efi: Rename the base efi self-test by Simon Glass · Thu Apr 20 11:38:16 2023 +1200
  47. 14dee8b test: fix pydoc issues for EFI tests by Heinrich Schuchardt · Wed May 03 07:08:05 2023 +0200
  48. 7a76eb0 test: hush_if_test: Add hush variable test by Stefan Herbrechtsmeier · Mon Apr 03 15:50:01 2023 +0200
  49. 52520d7 pytest: Use --lazy with umount by Tom Rini · Wed Apr 05 22:19:39 2023 -0400
  50. 45b4832 test: fix launch_efi() by Heinrich Schuchardt · Thu Apr 20 19:49:47 2023 +0200
  51. 2275a41 test: fix pylint warning for capsule tests by Heinrich Schuchardt · Thu Apr 13 18:13:32 2023 +0200
  52. b39cfcb test/py: android: extend abootimg test by Safae Ouajih · Mon Feb 06 00:50:20 2023 +0100
  53. 5932c27 pytest: Update requirements to match sphinx versions by Tom Rini · Thu Mar 23 14:57:57 2023 -0400
  54. da0ed9d vbe: Use the correct image filename in the test by Simon Glass · Sun Apr 02 14:01:25 2023 +1200
  55. 84e2b2b test_vboot.py: include test of fdt_add_pubkey tool by Roman Kopytin · Mon Mar 20 03:28:13 2023 +0000
  56. a09bcfe test: fs: Check fat short file name by Stefan Herbrechtsmeier · Wed Mar 22 09:46:02 2023 +0100
  57. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · Thu Feb 23 18:18:22 2023 -0700
  58. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · Mon Feb 27 17:28:21 2023 -0500
  59. 420107b trace: Relax test requirements by Simon Glass · Fri Feb 17 15:45:16 2023 -0700
  60. a2d24e6 dm: test: Add a test for the various migration combinations by Simon Glass · Mon Feb 13 08:56:41 2023 -0700
  61. 68f9a6d test: Add a way to set the environment for a pytest by Simon Glass · Mon Feb 13 08:56:40 2023 -0700
  62. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  63. c2f0190 trace: Add a test by Simon Glass · Sun Jan 15 14:16:00 2023 -0700
  64. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · Thu Jan 05 10:31:09 2023 +0100
  65. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · Tue Jan 17 10:47:41 2023 -0700
  66. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · Tue Jan 17 10:47:12 2023 -0700
  67. bfd98c6 test/py: gpt: add test for the gpt partition type GUID identifier by Enric Balletbo i Serra · Tue Jan 10 17:19:35 2023 +0100
  68. d2bc33ed bootstd: Add a test for the bootstd menu by Simon Glass · Fri Jan 06 08:52:41 2023 -0600
  69. 461b791 sandbox: Enable mmc command and legacy images by Simon Glass · Fri Jan 06 08:52:19 2023 -0600
  70. 7f76cde test: env: add test for u-boot-initial-env creation by Max Krummenacher · Fri Dec 09 13:09:56 2022 +0100
  71. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · Mon Dec 12 14:12:11 2022 -0500
  72. d41db1a test: Add test for source command by Sean Anderson · Mon Dec 12 14:12:08 2022 -0500
  73. 2440d04 event: Re-add file paths to the tests by Tom Rini · Tue Nov 22 12:31:55 2022 -0500
  74. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · Sun Nov 20 09:21:13 2022 +0900
  75. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · Sat Oct 29 19:47:19 2022 -0600
  76. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  77. fbd9550 test: Correct pylint warnings in fs_helper by Simon Glass · Sat Oct 29 19:47:06 2022 -0600
  78. 1d5006c test: Split out mk_fs function into a helper by Simon Glass · Sat Oct 29 19:47:05 2022 -0600
  79. f29ced6 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · Mon Oct 03 16:12:15 2022 +0900
  80. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  81. f1eba35 vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · Thu Oct 20 18:23:20 2022 -0600
  82. 5490548 vbe: Use a manual test by Simon Glass · Thu Oct 20 18:23:17 2022 -0600
  83. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  84. 39db199 vbe: Move OS implementation into a separate file by Simon Glass · Thu Oct 20 18:23:11 2022 -0600
  85. 5a09137 vbe: Rename vbe_fixup to vbe_request by Simon Glass · Thu Oct 20 18:23:05 2022 -0600
  86. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  87. 520ee2e event: Drop the path when checking event-list filenames by Simon Glass · Sat Oct 08 21:33:21 2022 -0600
  88. 2e8bbd4 test: Move to a working version of setuptools by Simon Glass · Fri Oct 21 19:30:43 2022 -0600
  89. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · Tue Oct 11 09:47:20 2022 -0600
  90. 386d05d vbe: Add fixups for a basic set of OS requests by Simon Glass · Tue Oct 11 09:47:18 2022 -0600
  91. 1b035c1 test: Move common FIT code into a separate fit_util file by Simon Glass · Tue Oct 11 09:47:17 2022 -0600
  92. f841bb8 cmd: xxd: add new command by Roger Knecht · Sat Sep 03 13:15:04 2022 +0000
  93. 11827c4 cmd: cat: add new command by Roger Knecht · Sat Sep 03 11:34:53 2022 +0000
  94. 4c18acf test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · Sat Oct 01 20:55:14 2022 +0200
  95. 509f32e sandbox: Add a test for SCSI by Simon Glass · Wed Sep 21 16:21:47 2022 +0200
  96. 2e18844 test: unit test for eficonfig by Masahisa Kojima · Mon Sep 12 17:33:59 2022 +0900
  97. 62b92f8 test/py: Support --build when running tests in parallel by Simon Glass · Sat Aug 06 17:51:57 2022 -0600
  98. 686fad7 test/py: Move U-Boot building into a function by Simon Glass · Sat Aug 06 17:51:56 2022 -0600
  99. 2964287 test: Make test_gpio_read() independent by Simon Glass · Sat Aug 06 17:51:54 2022 -0600
  100. dddd077 test: Mark test_gpt tests as slow by Simon Glass · Sat Aug 06 17:51:53 2022 -0600