1. ae0bf22 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years, 2 months ago
  2. 8aaacd6 vbe: Add fixups for a basic set of OS requests by Simon Glass · 2 years, 2 months ago
  3. a753190 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years, 2 months ago
  4. bfdfc5d bootstd: Move VBE setup into a shared function by Simon Glass · 2 years, 2 months ago
  5. baf4141 fdt: Show a message when the working FDT changes by Simon Glass · 2 years, 2 months ago
  6. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  7. c0648b7 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years, 2 months ago
  8. dfecd63 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years, 2 months ago
  9. 0b154c8 test: run setexpr test only on sandbox by Heinrich Schuchardt · 2 years, 2 months ago
  10. c68e73b test: cmd: add test for temperature command by Robert Marko · 2 years, 3 months ago
  11. 23c0df6 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
  12. 690a1d6 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
  13. 300077c Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 2 months ago
  14. 874490c test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 2 months ago
  15. 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
  16. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
  17. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  18. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 3 months ago
  19. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 3 months ago
  20. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 3 months ago
  21. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 3 months ago
  22. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  23. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
  24. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
  25. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  26. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
  27. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
  28. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  29. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  30. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 3 months ago
  31. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 3 months ago
  32. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 3 months ago
  33. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 3 months ago
  34. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 3 months ago
  35. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
  36. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 3 months ago
  37. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 3 months ago
  38. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  39. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
  40. d179018 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 3 months ago
  41. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  42. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  43. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  44. 43f7b81 Nokia RX-51: Add booting from UBI into test script by Pali Rohár · 2 years, 2 months ago
  45. 21dc5ef Nokia RX-51: Add comment describing kernel image type into test script by Pali Rohár · 2 years, 3 months ago
  46. 92e0872 Nokia RX-51: Do not set useless ARCH= in test script by Pali Rohár · 2 years, 3 months ago
  47. 7506965 Nokia RX-51: Call bootm in test script only when image is valid by Pali Rohár · 2 years, 3 months ago
  48. fd986d6 Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script by Pali Rohár · 2 years, 3 months ago
  49. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 3 months ago
  50. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago
  51. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 2 months ago
  52. da4fb70 test: unit test for eficonfig by Masahisa Kojima · 2 years, 3 months ago
  53. af042c2 cyclic: Add a simple test by Stefan Roese · 2 years, 3 months ago
  54. d1962ac Makefile: Add a pcheck option to run tests in parallel by Simon Glass · 2 years, 4 months ago
  55. 45a226a test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 4 months ago
  56. 4866802 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 4 months ago
  57. f6e6022 test: Refactor arg parsing for the run script by Simon Glass · 2 years, 4 months ago
  58. b681669 test: Make test_gpio_read() independent by Simon Glass · 2 years, 4 months ago
  59. d401187 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 4 months ago
  60. c7c113d test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 4 months ago
  61. a1f620e test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 4 months ago
  62. e2c5113 test: Make test_sqfs_ls() single-threaded by Simon Glass · 2 years, 4 months ago
  63. c620ea4 test: Update FIT tests to run in parallel by Simon Glass · 2 years, 4 months ago
  64. 78ac0de test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · 2 years, 4 months ago
  65. cc85d90 test/py: Allow tests to be marked single-threaded only by Simon Glass · 2 years, 4 months ago
  66. 44384c7 test: Fix bootm_test_subst_var() running independently by Simon Glass · 2 years, 4 months ago
  67. 2aa1188 test: Fix test_pinmux to run in parallel by Simon Glass · 2 years, 4 months ago
  68. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 3 months ago
  69. 21ddac1 dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 4 months ago
  70. fc7ceae dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 4 months ago
  71. c4d7247 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 4 months ago
  72. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 4 months ago
  73. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 4 months ago
  74. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 3 months ago
  75. b6d4e08 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · 2 years, 4 months ago
  76. 5fe76d4 vbe: Add a new vbe command by Simon Glass · 2 years, 4 months ago
  77. 11361c5 bootstd: Check building without global bootmeths by Simon Glass · 2 years, 4 months ago
  78. 0917f77 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 4 months ago
  79. cb47e21 vbe: Support VBE simple by Simon Glass · 2 years, 4 months ago
  80. 98887ab event: Add an event for device tree fixups by Simon Glass · 2 years, 4 months ago
  81. 2ff5490 bootstd: Drop the system bootdev by Simon Glass · 2 years, 4 months ago
  82. bd18b69 bootstd: Always create the EFI bootmgr bootmeth by Simon Glass · 2 years, 4 months ago
  83. c627cfc bootstd: Allow scanning for global bootmeths separately by Simon Glass · 2 years, 4 months ago
  84. ee8ab07 dm: core: Call dm_scan_other() when setting up for tests by Simon Glass · 2 years, 4 months ago
  85. 2662b54 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 4 months ago
  86. 988caca bootstd: Provide a bootmeth method to obtain state info by Simon Glass · 2 years, 4 months ago
  87. f1c8cbd bootstd: Fix comment in bootmeth test by Simon Glass · 2 years, 4 months ago
  88. f25f575 bootstd: Drop delays in the tests by Simon Glass · 2 years, 4 months ago
  89. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
  90. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
  91. 7b1dfc9 dm: core: Prepare for updating the device tree with ofnode by Simon Glass · 2 years, 4 months ago
  92. b7eaa4f dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 4 months ago
  93. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
  94. 6571559 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 4 months ago
  95. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
  96. 29784d6 test: Add some tests for kconfig.h by Simon Glass · 2 years, 4 months ago
  97. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 4 months ago
  98. 7277c4b Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · 2 years, 4 months ago
  99. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 5 months ago
  100. 2819961 addrmap: Support on sandbox by Simon Glass · 2 years, 5 months ago