1. 634f5ad test: acpi: Fix warnings on 32-bit build by Simon Glass · 3 years, 8 months ago
  2. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 7 months ago
  3. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 7 months ago
  4. 664277f test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 7 months ago
  5. 1fc9c12 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 7 months ago
  6. 45d191a test: Use return values in dm_test_run() by Simon Glass · 3 years, 7 months ago
  7. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 7 months ago
  8. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 7 months ago
  9. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 7 months ago
  10. c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 7 months ago
  11. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 7 months ago
  12. e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 7 months ago
  13. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 7 months ago
  14. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 7 months ago
  15. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 7 months ago
  16. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 7 months ago
  17. 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 7 months ago
  18. 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 7 months ago
  19. 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  20. 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  21. d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  22. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 7 months ago
  23. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 7 months ago
  24. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 8 months ago
  25. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 8 months ago
  26. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 8 months ago
  27. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 8 months ago
  28. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 8 months ago
  29. de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 8 months ago
  30. d4f22cb test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 8 months ago
  31. 3f6fb77 mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 8 months ago
  32. 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
  33. 30b20e6 dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 8 months ago
  34. e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 8 months ago
  35. 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 8 months ago
  36. 289d0ea test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 7 months ago
  37. 9d1215b test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 8 months ago
  38. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  39. cc6f4c8 dm: core: Add late driver remove option by Marek Vasut · 3 years, 8 months ago
  40. c51d2e7 dm: core: Avoid partially removing devices by Simon Glass · 3 years, 8 months ago
  41. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  42. ff5fa7d dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 8 months ago
  43. d85f2c4 sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 8 months ago
  44. 10f7465 cros_ec: Add vstore support by Simon Glass · 3 years, 8 months ago
  45. 3ae3382 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 8 months ago
  46. 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 8 months ago
  47. 8aec32f cros_ec: Support reading EC features by Simon Glass · 3 years, 8 months ago
  48. 7791df5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 8 months ago
  49. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 8 months ago
  50. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 9 months ago
  51. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 9 months ago
  52. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 9 months ago
  53. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  54. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  55. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 9 months ago
  56. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  57. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 9 months ago
  58. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 9 months ago
  59. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 9 months ago
  60. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 3 years, 9 months ago
  61. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  62. a5624c6 test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 3 years, 9 months ago
  63. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 9 months ago
  64. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 3 years, 9 months ago
  65. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 9 months ago
  66. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 3 years, 9 months ago
  67. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 3 years, 9 months ago
  68. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 3 years, 9 months ago
  69. a20b4a8 dm: test: Drop assumptions of no sequence numbers by Simon Glass · 3 years, 9 months ago
  70. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 3 years, 9 months ago
  71. 1c55b22 dm: test: Check all devices have a sequence numbers by Simon Glass · 3 years, 9 months ago
  72. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  73. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  74. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  75. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  76. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  77. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  78. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 3 years, 10 months ago
  79. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 3 years, 10 months ago
  80. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 3 years, 10 months ago
  81. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 10 months ago
  82. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 3 years, 11 months ago
  83. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 3 years, 11 months ago
  84. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 3 years, 11 months ago
  85. bf896a2 test: adjust sysreset tests by Heinrich Schuchardt · 4 years ago
  86. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  87. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  88. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years ago
  89. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years ago
  90. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years ago
  91. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years ago
  92. b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years ago
  93. 217293e dm: test: Add a very simple of-platadata test by Simon Glass · 4 years ago
  94. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  95. 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years ago
  96. 627988f dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years ago
  97. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years ago
  98. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 11 months ago
  99. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years ago
  100. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years ago