1. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · 1 year, 9 months ago
  2. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 9 months ago
  3. 420107b trace: Relax test requirements by Simon Glass · 1 year, 10 months ago
  4. a2d24e6 dm: test: Add a test for the various migration combinations by Simon Glass · 1 year, 10 months ago
  5. 68f9a6d test: Add a way to set the environment for a pytest by Simon Glass · 1 year, 10 months ago
  6. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  7. c2f0190 trace: Add a test by Simon Glass · 1 year, 11 months ago
  8. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 11 months ago
  9. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 11 months ago
  10. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 11 months ago
  11. bfd98c6 test/py: gpt: add test for the gpt partition type GUID identifier by Enric Balletbo i Serra · 1 year, 11 months ago
  12. d2bc33ed bootstd: Add a test for the bootstd menu by Simon Glass · 1 year, 11 months ago
  13. 461b791 sandbox: Enable mmc command and legacy images by Simon Glass · 1 year, 11 months ago
  14. 7f76cde test: env: add test for u-boot-initial-env creation by Max Krummenacher · 2 years ago
  15. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  16. d41db1a test: Add test for source command by Sean Anderson · 2 years ago
  17. 2440d04 event: Re-add file paths to the tests by Tom Rini · 2 years ago
  18. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · 2 years ago
  19. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · 2 years, 1 month ago
  20. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  21. fbd9550 test: Correct pylint warnings in fs_helper by Simon Glass · 2 years, 1 month ago
  22. 1d5006c test: Split out mk_fs function into a helper by Simon Glass · 2 years, 1 month ago
  23. f29ced6 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · 2 years, 2 months ago
  24. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
  25. f1eba35 vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · 2 years, 1 month ago
  26. 5490548 vbe: Use a manual test by Simon Glass · 2 years, 1 month ago
  27. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · 2 years, 1 month ago
  28. 39db199 vbe: Move OS implementation into a separate file by Simon Glass · 2 years, 1 month ago
  29. 5a09137 vbe: Rename vbe_fixup to vbe_request by Simon Glass · 2 years, 1 month ago
  30. 1f1614b test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  31. 520ee2e event: Drop the path when checking event-list filenames by Simon Glass · 2 years, 2 months ago
  32. 2e8bbd4 test: Move to a working version of setuptools by Simon Glass · 2 years, 1 month ago
  33. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years, 2 months ago
  34. 386d05d vbe: Add fixups for a basic set of OS requests by Simon Glass · 2 years, 2 months ago
  35. 1b035c1 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years, 2 months ago
  36. f841bb8 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
  37. 11827c4 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
  38. 4c18acf test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 2 months ago
  39. 509f32e sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
  40. 2e18844 test: unit test for eficonfig by Masahisa Kojima · 2 years, 3 months ago
  41. 62b92f8 test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 4 months ago
  42. 686fad7 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 4 months ago
  43. 2964287 test: Make test_gpio_read() independent by Simon Glass · 2 years, 4 months ago
  44. dddd077 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 4 months ago
  45. 3539c17 test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 4 months ago
  46. 97bb191 test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 4 months ago
  47. aa47712 test: Make test_sqfs_ls() single-threaded by Simon Glass · 2 years, 4 months ago
  48. 998a2f2 test: Update FIT tests to run in parallel by Simon Glass · 2 years, 4 months ago
  49. ae3db3d test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · 2 years, 4 months ago
  50. 54ef2ca test/py: Allow tests to be marked single-threaded only by Simon Glass · 2 years, 4 months ago
  51. d8ecaf3 test: Fix test_pinmux to run in parallel by Simon Glass · 2 years, 4 months ago
  52. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · 2 years, 4 months ago
  53. d0af04c vbe: Support VBE simple by Simon Glass · 2 years, 4 months ago
  54. 4305fe7 event: Add an event for device tree fixups by Simon Glass · 2 years, 4 months ago
  55. 644d807 test: Add some tests for kconfig.h by Simon Glass · 2 years, 4 months ago
  56. a598073 test/py: Run simple dm commands without checking by Michal Simek · 2 years, 5 months ago
  57. 901f5ba py: tests: Bind should run only on sandbox by Michal Simek · 2 years, 5 months ago
  58. 79e3129 efi: test/py: repair authenticated capsules tests by Vincent Stehlé · 2 years, 5 months ago
  59. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  60. 906c4cf requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 5 months ago
  61. dd9440d requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 5 months ago
  62. d968b79 test/py: efi_secboot: add a test for a forged signed image by AKASHI Takahiro · 2 years, 5 months ago
  63. deccc81 test: fix some pylint errors in test_bind.py by Heinrich Schuchardt · 2 years, 7 months ago
  64. cab460b test/py: test_stackprotector: Disable for ASAN by Andrew Scull · 2 years, 6 months ago
  65. 70c7e54 test: work around for EFI terminal size probing by Heinrich Schuchardt · 2 years, 5 months ago
  66. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 6 months ago
  67. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 6 months ago
  68. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 7 months ago
  69. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 7 months ago
  70. b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 7 months ago
  71. f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 6 months ago
  72. 78307c1 test/py: test_part: Correct the test case name by Bin Meng · 2 years, 7 months ago
  73. a992e8a test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 7 months ago
  74. 739b386 test/py: Reset the console timeout value by Bin Meng · 2 years, 7 months ago
  75. ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
  76. 578c98b test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · 2 years, 7 months ago
  77. dbeedc3 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · 2 years, 7 months ago
  78. 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 7 months ago
  79. 18c5bfb test/py: Add a way to start sandbox without a device tree by Simon Glass · 2 years, 7 months ago
  80. 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 7 months ago
  81. 9bab9f5 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · 2 years, 7 months ago
  82. dbb2cf7 test: unit test for bootmenu by Heinrich Schuchardt · 2 years, 7 months ago
  83. e62205d vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 7 months ago
  84. b6c665f vpl: Support running vpl tests by Simon Glass · 2 years, 7 months ago
  85. d3203bd bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 7 months ago
  86. 5ffde63 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 8 months ago
  87. 2db313d test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 8 months ago
  88. 6e4f9c5 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · 3 years, 6 months ago
  89. 6e638af env: Allow text-env tests to run with awk by Simon Glass · 2 years, 9 months ago
  90. 2853256 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  91. 5d472d3 test: py: vboot: add test for global image signature by Philippe Reynes · 2 years, 8 months ago
  92. 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 8 months ago
  93. 8bb75c9 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · 2 years, 8 months ago
  94. 14e3b5b test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · 2 years, 8 months ago
  95. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  96. 76d0c87 test: test UEFI boot manager by Heinrich Schuchardt · 2 years, 9 months ago
  97. 11e0443 test/py: Add tests for the erofs by Huang Jianan · 2 years, 9 months ago
  98. 0248932 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 9 months ago
  99. f799076 test: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  100. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 10 months ago