1. e1ab990 sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · 1 year, 8 months ago
  2. 175e766 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  3. 4108c6b bootstd: Report missing labels only when asked by Simon Glass · 1 year, 7 months ago
  4. 52520d7 pytest: Use --lazy with umount by Tom Rini · 1 year, 8 months ago
  5. 76a00a3 test: move unit tests into a sub-menu by Heinrich Schuchardt · 1 year, 8 months ago
  6. 2bae053 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 8 months ago
  7. 45b4832 test: fix launch_efi() by Heinrich Schuchardt · 1 year, 7 months ago
  8. 2275a41 test: fix pylint warning for capsule tests by Heinrich Schuchardt · 1 year, 8 months ago
  9. 1b0e2d1 test: dm: mmc: Check block erasing boundaries by Loic Poulain · 1 year, 10 months ago
  10. 5a42005 test: blkmap: Add test suite by Tobias Waldekranz · 1 year, 9 months ago
  11. b39cfcb test/py: android: extend abootimg test by Safae Ouajih · 1 year, 10 months ago
  12. 5932c27 pytest: Update requirements to match sphinx versions by Tom Rini · 1 year, 8 months ago
  13. 95c015f Merge branch 'next' by Tom Rini · 1 year, 8 months ago
  14. 2d7d9c0 test: Run the VPL tests with 'make check' by Simon Glass · 1 year, 8 months ago
  15. da0ed9d vbe: Use the correct image filename in the test by Simon Glass · 1 year, 8 months ago
  16. cc91ed7 fdt: Make fdt addr -q quieter by Peter Hoyes · 1 year, 8 months ago
  17. 84e2b2b test_vboot.py: include test of fdt_add_pubkey tool by Roman Kopytin · 1 year, 8 months ago
  18. a09bcfe test: fs: Check fat short file name by Stefan Herbrechtsmeier · 1 year, 8 months ago
  19. b354403 test: exit: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  20. e604bc0 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  21. 0742ce7 unit-test: cover run_commandf() by test-cases by Evgeny Bachinin · 1 year, 8 months ago
  22. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · 1 year, 9 months ago
  23. 26e0cab cli: Correct handling of invalid escape sequences in cread_line() by Simon Glass · 1 year, 8 months ago
  24. 60217a2 cli: Correct several bugs in cli_getch() by Simon Glass · 1 year, 8 months ago
  25. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · 1 year, 9 months ago
  26. a122030 Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · 1 year, 9 months ago
  27. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · 1 year, 9 months ago
  28. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · 1 year, 9 months ago
  29. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · 1 year, 9 months ago
  30. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · 1 year, 9 months ago
  31. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · 1 year, 9 months ago
  32. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · 1 year, 9 months ago
  33. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · 1 year, 9 months ago
  34. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 9 months ago
  35. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 9 months ago
  36. 8e4edb2 test: unit test for crc8 by Heinrich Schuchardt · 1 year, 9 months ago
  37. 110eb30 test: cmd: fdt: Test fdt bootcpu by Marek Vasut · 1 year, 9 months ago
  38. 57113b0 test: cmd: fdt: Test fdt rm by Marek Vasut · 1 year, 9 months ago
  39. c3e8c6f test: cmd: fdt: Test fdt mknode by Marek Vasut · 1 year, 9 months ago
  40. fa3c58b test: cmd: fdt: Test fdt set by Marek Vasut · 1 year, 9 months ago
  41. 6f7b0e2 test: cmd: fdt: Test fdt get size by Marek Vasut · 1 year, 9 months ago
  42. 51b76e1 test: cmd: fdt: Test fdt get addr by Marek Vasut · 1 year, 9 months ago
  43. e130944 test: cmd: fdt: Test fdt get name by Marek Vasut · 1 year, 9 months ago
  44. ea34e85 test: cmd: fdt: Test fdt resize by Marek Vasut · 1 year, 9 months ago
  45. f7d08e9 test: cmd: fdt: Test fdt move by Marek Vasut · 1 year, 9 months ago
  46. c67aadc test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  47. a611ed5 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  48. ced7f07 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · 1 year, 9 months ago
  49. 36f4e44 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · 1 year, 9 months ago
  50. 3ae0f50 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · 1 year, 9 months ago
  51. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · 1 year, 9 months ago
  52. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · 1 year, 9 months ago
  53. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · 1 year, 9 months ago
  54. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · 1 year, 9 months ago
  55. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · 1 year, 9 months ago
  56. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · 1 year, 9 months ago
  57. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · 1 year, 9 months ago
  58. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · 1 year, 9 months ago
  59. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · 1 year, 9 months ago
  60. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · 1 year, 9 months ago
  61. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  62. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  63. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · 1 year, 9 months ago
  64. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · 1 year, 9 months ago
  65. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · 1 year, 9 months ago
  66. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · 1 year, 9 months ago
  67. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  68. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · 1 year, 9 months ago
  69. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · 1 year, 9 months ago
  70. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 9 months ago
  71. 234f05b test: Tidy up sandbox handling in test-main by Simon Glass · 1 year, 9 months ago
  72. 3467ed2 tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · 1 year, 9 months ago
  73. eef107e tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · 1 year, 9 months ago
  74. b6a2fae test: add a test for the new tpm_auto_start() function by Ilias Apalodimas · 1 year, 9 months ago
  75. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 9 months ago
  76. d88c147 CI: Update test/nokia_rx51_test.sh to use prebuilt images by Pali Rohár · 1 year, 9 months ago
  77. 420107b trace: Relax test requirements by Simon Glass · 1 year, 9 months ago
  78. a2d24e6 dm: test: Add a test for the various migration combinations by Simon Glass · 1 year, 10 months ago
  79. 68f9a6d test: Add a way to set the environment for a pytest by Simon Glass · 1 year, 10 months ago
  80. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  81. 6078bff reset: Allow reset_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  82. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  83. c2f0190 trace: Add a test by Simon Glass · 1 year, 11 months ago
  84. 157f2c5 dm: button: add support for linux_code in button-gpio.c driver by Dzmitry Sankouski · 1 year, 10 months ago
  85. 54f4c83 test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · 1 year, 10 months ago
  86. e725663 test: lmb: Rework lib_test_lmb_max_regions test to scale by Tom Rini · 1 year, 10 months ago
  87. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · 1 year, 10 months ago
  88. deffa69 arm: qemu: Move GUIDs to the C file by Simon Glass · 1 year, 10 months ago
  89. e3045d1 test: bootdev: Do not require USB to compile test by Linus Walleij · 1 year, 10 months ago
  90. bb9d131 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · 1 year, 10 months ago
  91. 5dfd4ec test: Add test for mapping IOMMUs for PCI devices by Mark Kettenis · 1 year, 10 months ago
  92. 1551896 test: Add test for IOMMU uclass map/unmap ops by Mark Kettenis · 1 year, 10 months ago
  93. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 11 months ago
  94. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · 1 year, 10 months ago
  95. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · 1 year, 10 months ago
  96. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · 1 year, 10 months ago
  97. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · 1 year, 10 months ago
  98. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · 1 year, 10 months ago
  99. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · 1 year, 10 months ago
  100. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · 1 year, 10 months ago