1. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 2 months ago
  2. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 2 months ago
  3. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 2 months ago
  4. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 2 months ago
  5. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 2 months ago
  6. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 2 months ago
  7. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 2 months ago
  8. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 2 months ago
  9. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 2 months ago
  10. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 2 months ago
  11. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 2 months ago
  12. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 2 months ago
  13. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 2 months ago
  14. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 2 months ago
  15. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 2 months ago
  16. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 2 months ago
  17. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 2 months ago
  18. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 2 months ago
  19. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 2 months ago
  20. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 2 months ago
  21. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 2 months ago
  22. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 2 months ago
  23. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 2 months ago
  24. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
  25. d179018 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 2 months ago
  26. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  27. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  28. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  29. 43f7b81 Nokia RX-51: Add booting from UBI into test script by Pali Rohár · 2 years, 2 months ago
  30. 21dc5ef Nokia RX-51: Add comment describing kernel image type into test script by Pali Rohár · 2 years, 2 months ago
  31. 92e0872 Nokia RX-51: Do not set useless ARCH= in test script by Pali Rohár · 2 years, 2 months ago
  32. 7506965 Nokia RX-51: Call bootm in test script only when image is valid by Pali Rohár · 2 years, 2 months ago
  33. fd986d6 Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script by Pali Rohár · 2 years, 2 months ago
  34. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 2 months ago
  35. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 5 months ago
  36. 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
  37. da4fb70 test: unit test for eficonfig by Masahisa Kojima · 2 years, 2 months ago
  38. af042c2 cyclic: Add a simple test by Stefan Roese · 2 years, 2 months ago
  39. d1962ac Makefile: Add a pcheck option to run tests in parallel by Simon Glass · 2 years, 3 months ago
  40. 45a226a test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 3 months ago
  41. 4866802 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 3 months ago
  42. f6e6022 test: Refactor arg parsing for the run script by Simon Glass · 2 years, 3 months ago
  43. b681669 test: Make test_gpio_read() independent by Simon Glass · 2 years, 3 months ago
  44. d401187 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 3 months ago
  45. c7c113d test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 3 months ago
  46. a1f620e test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 3 months ago
  47. e2c5113 test: Make test_sqfs_ls() single-threaded by Simon Glass · 2 years, 3 months ago
  48. c620ea4 test: Update FIT tests to run in parallel by Simon Glass · 2 years, 3 months ago
  49. 78ac0de test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · 2 years, 3 months ago
  50. cc85d90 test/py: Allow tests to be marked single-threaded only by Simon Glass · 2 years, 3 months ago
  51. 44384c7 test: Fix bootm_test_subst_var() running independently by Simon Glass · 2 years, 3 months ago
  52. 2aa1188 test: Fix test_pinmux to run in parallel by Simon Glass · 2 years, 3 months ago
  53. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 2 months ago
  54. 21ddac1 dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 3 months ago
  55. fc7ceae dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 3 months ago
  56. c4d7247 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 3 months ago
  57. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 3 months ago
  58. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 3 months ago
  59. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 3 months ago
  60. b6d4e08 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · 2 years, 3 months ago
  61. 5fe76d4 vbe: Add a new vbe command by Simon Glass · 2 years, 3 months ago
  62. 11361c5 bootstd: Check building without global bootmeths by Simon Glass · 2 years, 3 months ago
  63. 0917f77 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 3 months ago
  64. cb47e21 vbe: Support VBE simple by Simon Glass · 2 years, 3 months ago
  65. 98887ab event: Add an event for device tree fixups by Simon Glass · 2 years, 3 months ago
  66. 2ff5490 bootstd: Drop the system bootdev by Simon Glass · 2 years, 3 months ago
  67. bd18b69 bootstd: Always create the EFI bootmgr bootmeth by Simon Glass · 2 years, 3 months ago
  68. c627cfc bootstd: Allow scanning for global bootmeths separately by Simon Glass · 2 years, 3 months ago
  69. ee8ab07 dm: core: Call dm_scan_other() when setting up for tests by Simon Glass · 2 years, 3 months ago
  70. 2662b54 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 3 months ago
  71. 988caca bootstd: Provide a bootmeth method to obtain state info by Simon Glass · 2 years, 3 months ago
  72. f1c8cbd bootstd: Fix comment in bootmeth test by Simon Glass · 2 years, 3 months ago
  73. f25f575 bootstd: Drop delays in the tests by Simon Glass · 2 years, 3 months ago
  74. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 3 months ago
  75. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 3 months ago
  76. 7b1dfc9 dm: core: Prepare for updating the device tree with ofnode by Simon Glass · 2 years, 3 months ago
  77. b7eaa4f dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 3 months ago
  78. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 3 months ago
  79. 6571559 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 3 months ago
  80. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 3 months ago
  81. 29784d6 test: Add some tests for kconfig.h by Simon Glass · 2 years, 3 months ago
  82. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 4 months ago
  83. 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
  84. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 4 months ago
  85. 2819961 addrmap: Support on sandbox by Simon Glass · 2 years, 4 months ago
  86. 59ec024 test: fix log tests by Heinrich Schuchardt · 2 years, 4 months ago
  87. 34b01c2 test/py: Run simple dm commands without checking by Michal Simek · 2 years, 4 months ago
  88. 2075215 py: tests: Bind should run only on sandbox by Michal Simek · 2 years, 4 months ago
  89. 03662dc Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 4 months ago
  90. 1fc45d6 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 4 months ago
  91. 052e8ca efi: test/py: repair authenticated capsules tests by Vincent Stehlé · 2 years, 5 months ago
  92. 36b661d Merge branch 'next' by Tom Rini · 2 years, 4 months ago
  93. b960d65 requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 4 months ago
  94. 52686b8 requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 4 months ago
  95. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 4 months ago
  96. ebaa3d0 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · 2 years, 5 months ago
  97. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 5 months ago
  98. 8fb9dbd test/py: efi_secboot: add a test for a forged signed image by AKASHI Takahiro · 2 years, 4 months ago
  99. 0dfda34 dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 6 months ago
  100. 930a3dd dm: core: Support accessing core tags by Simon Glass · 2 years, 6 months ago