1. 978a4da pytest: Lower pygit2 requirement by Tom Rini · 3 years, 7 months ago
  2. d4a1592 test: Allow tests to run on any board by Simon Glass · 3 years, 6 months ago
  3. 90eba24 Merge branch 'next' by Tom Rini · 3 years, 6 months ago
  4. 1ba21bb test: Don't unmount not (yet) mounted system by Andy Shevchenko · 3 years, 7 months ago
  5. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago
  6. 6863c7f dm: test: Always include command.h for print_ut by Sean Anderson · 3 years, 6 months ago
  7. b3b60f5 sf: Support querying write-protect by Simon Glass · 3 years, 6 months ago
  8. b6da559 test: Silenece the echo and print tests by Simon Glass · 3 years, 6 months ago
  9. 9c7335e Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 6 months ago
  10. ab933d8 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 6 months ago
  11. c25b8dc test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · 3 years, 6 months ago
  12. 424994c sandbox: Create a new sandbox_noinst build by Simon Glass · 3 years, 6 months ago
  13. 3a825d3 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 6 months ago
  14. cc469b7 dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 6 months ago
  15. 6ba46a0 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 6 months ago
  16. 8813986 clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 6 months ago
  17. e8c023c dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · 3 years, 6 months ago
  18. de489d8 test: test the ESRT creation by Jose Marinho · 3 years, 7 months ago
  19. cbea241 efidebug: add multiple device path instances on Boot#### by Ilias Apalodimas · 3 years, 6 months ago
  20. 074197a dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 8 months ago
  21. 3a03553 test: print_ut: Fix potential build error by Bin Meng · 3 years, 7 months ago
  22. f0d0497 test: cmd: setexpr: Fix a typo by Bin Meng · 3 years, 7 months ago
  23. 9262fe1 test: Include /sbin to the PATH when creating ext4 disk image by Andy Shevchenko · 3 years, 7 months ago
  24. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 6 months ago
  25. 7f047b4 test: py: add initial coverage for scp03 cmd by Igor Opaniuk · 3 years, 7 months ago
  26. 634f5ad test: acpi: Fix warnings on 32-bit build by Simon Glass · 3 years, 8 months ago
  27. 9ad7a6c log: Handle line continuation by Simon Glass · 3 years, 8 months ago
  28. 2e059e4 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 7 months ago
  29. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 7 months ago
  30. 2a2814d test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 7 months ago
  31. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 7 months ago
  32. 5c1cf4d test: log: Rename log main test file to log_ut.c by Simon Glass · 3 years, 7 months ago
  33. 664277f test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 7 months ago
  34. 1fc9c12 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 7 months ago
  35. 45d191a test: Use return values in dm_test_run() by Simon Glass · 3 years, 7 months ago
  36. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 7 months ago
  37. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 7 months ago
  38. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 7 months ago
  39. c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 7 months ago
  40. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 7 months ago
  41. 99a88fe test: Move test running into a separate function by Simon Glass · 3 years, 7 months ago
  42. e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 7 months ago
  43. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 7 months ago
  44. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 7 months ago
  45. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 7 months ago
  46. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 7 months ago
  47. 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 7 months ago
  48. 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 7 months ago
  49. 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  50. 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  51. d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  52. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 7 months ago
  53. d002a27 test: Create pre/post-run functions by Simon Glass · 3 years, 7 months ago
  54. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 7 months ago
  55. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 7 months ago
  56. 80b80d8 test: Correct setexpr test prefix by Simon Glass · 3 years, 7 months ago
  57. a353e76 test: Re-enable test_ofplatdata by Simon Glass · 3 years, 7 months ago
  58. bef1b28 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 7 months ago
  59. 7d3eff3 efi_loader: correct uboot_bin_env.its file format by Heinrich Schuchardt · 3 years, 7 months ago
  60. e91789e lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 7 months ago
  61. ddbaff5 lib/charset: utf8_get() should return error by Heinrich Schuchardt · 3 years, 7 months ago
  62. 73bb90c efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 7 months ago
  63. ea30921 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 7 months ago
  64. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 8 months ago
  65. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 8 months ago
  66. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 8 months ago
  67. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 8 months ago
  68. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 8 months ago
  69. de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 8 months ago
  70. d4f22cb test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 8 months ago
  71. 3f6fb77 mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 8 months ago
  72. d5f8530 test: missing dependency for test/cmd/setexpr.c by Heinrich Schuchardt · 3 years, 7 months ago
  73. 8f7a16a Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 7 months ago
  74. 30b20e6 dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 8 months ago
  75. e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 8 months ago
  76. 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 8 months ago
  77. 289d0ea test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 7 months ago
  78. 9d1215b test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 8 months ago
  79. f4a60b0 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 8 months ago
  80. 3f04db8 image: Check for unit addresses in FITs by Simon Glass · 3 years, 7 months ago
  81. 124c255 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 7 months ago
  82. d5f3aad test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 7 months ago
  83. fafafac test: Add vboot_evil implementation by Simon Glass · 3 years, 7 months ago
  84. 79af75f fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 7 months ago
  85. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  86. cc6f4c8 dm: core: Add late driver remove option by Marek Vasut · 3 years, 8 months ago
  87. c51d2e7 dm: core: Avoid partially removing devices by Simon Glass · 3 years, 8 months ago
  88. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  89. 3724975 test/py: fix runtest wrapper for pytest 6 by Stephen Warren · 3 years, 8 months ago
  90. ff5fa7d dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 8 months ago
  91. d85f2c4 sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 8 months ago
  92. 10f7465 cros_ec: Add vstore support by Simon Glass · 3 years, 8 months ago
  93. 3ae3382 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 8 months ago
  94. 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 8 months ago
  95. 8aec32f cros_ec: Support reading EC features by Simon Glass · 3 years, 8 months ago
  96. 7791df5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 8 months ago
  97. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 8 months ago
  98. 9d43b41 test: inconsistent string tests by Heinrich Schuchardt · 3 years, 8 months ago
  99. fe15865 test: inconsistent bootm tests by Heinrich Schuchardt · 3 years, 8 months ago
  100. a59e59c test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · 3 years, 8 months ago