1. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  2. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · Tue Mar 01 10:35:39 2022 +0000
  3. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  4. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  5. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · Tue Jan 04 08:42:48 2022 +0100
  6. eb025f3 acpi: Tidy up the table list by Simon Glass · Wed Dec 01 09:03:06 2021 -0700
  7. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  8. e9f6e6a x86: Move base tables to a writer function by Simon Glass · Wed Dec 01 09:02:50 2021 -0700
  9. 1617088 x86: Use the ACPI table writer by Simon Glass · Wed Dec 01 09:02:49 2021 -0700
  10. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · Wed Dec 01 09:02:48 2021 -0700
  11. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · Wed Dec 01 09:02:37 2021 -0700
  12. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  13. be4e5e1 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · Thu Dec 30 22:36:51 2021 +0300
  14. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  15. 6a92e88 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · Fri Nov 19 13:23:59 2021 -0700
  16. 8bd7f60 video: Add a test for 16bpp BMP files by Simon Glass · Fri Nov 19 13:23:58 2021 -0700
  17. 490bb99 video: bmp: Update RLE8 support to use the write function by Simon Glass · Fri Nov 19 13:23:55 2021 -0700
  18. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · Fri Nov 19 13:23:50 2021 -0700
  19. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · Thu Dec 16 20:59:32 2021 -0700
  20. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  21. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  22. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  23. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · Sat Oct 23 17:26:04 2021 -0600
  24. 398b94e test/dm: fix watchdog test by Heinrich Schuchardt · Tue Nov 02 19:44:29 2021 +0100
  25. f1f8740 test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · Fri Oct 15 15:15:18 2021 +0200
  26. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:02 2021 +0200
  27. bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · Fri Sep 03 15:16:21 2021 +0200
  28. d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · Fri Sep 03 15:16:20 2021 +0200
  29. 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · Fri Sep 03 15:16:19 2021 +0200
  30. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  31. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · Fri Sep 10 16:16:20 2021 +0200
  32. e72139e clk: k210: Try harder to get the best config by Sean Anderson · Sat Sep 11 13:20:03 2021 -0400
  33. e850b4c test: dm: k210: Reduce duplication in test cases by Sean Anderson · Sat Sep 11 13:20:02 2021 -0400
  34. f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · Sat Jul 10 13:10:01 2021 +0200
  35. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  36. 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · Wed Sep 29 07:58:20 2021 -0400
  37. 5041e42 net: update NXP copyright text by Vladimir Oltean · Fri Sep 17 14:27:13 2021 +0300
  38. 20f9d3d sandbox: correct cpu nodes by Heinrich Schuchardt · Sat Aug 28 11:42:08 2021 +0200
  39. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · Sat Aug 07 07:24:12 2021 -0600
  40. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · Sat Aug 07 07:24:11 2021 -0600
  41. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  42. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  43. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · Mon Aug 02 15:18:38 2021 +0200
  44. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  45. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  46. f91ff5a sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:06 2021 +0200
  47. 2b67387 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · Thu Aug 19 11:57:05 2021 +0200
  48. 8889581 bootcount: add a new driver with syscon as backend by Nandor Han · Thu Jun 10 15:40:38 2021 +0300
  49. 8e841fb i2c: add dm_i2c_reg_clrset by Sebastian Reichel · Thu Jul 15 17:39:59 2021 +0200
  50. 9f1868e test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · Thu Jul 29 11:47:19 2021 -0500
  51. 8e9eacf dm: core: Don't allow uclass use before ready by Simon Glass · Sun Aug 01 12:05:23 2021 -0600
  52. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  53. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · Wed Jul 28 19:23:10 2021 -0600
  54. ae93e8a dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · Wed Jul 21 21:28:31 2021 +0530
  55. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · Thu Jun 10 16:56:45 2021 +0300
  56. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · Thu Jun 10 16:56:44 2021 +0300
  57. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  58. 2697425 test: Add DM_DMA to be disabled by Simon Glass · Mon Jul 05 16:32:42 2021 -0600
  59. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · Wed May 19 19:33:31 2021 +0300
  60. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  61. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  62. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · Wed May 26 14:08:17 2021 +0200
  63. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · Thu Feb 25 16:51:11 2021 +0100
  64. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · Sat May 08 07:00:00 2021 -0600
  65. da37ed3 test: add dm_test_read_resource by Patrick Delaunay · Fri May 21 12:25:00 2021 +0200
  66. cecd47c part: Add check for NULL dev_part_str by Sean Anderson · Sat May 15 14:13:54 2021 -0400
  67. 9d6710c test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · Thu May 13 19:39:23 2021 -0600
  68. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  69. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · Tue Apr 20 10:50:58 2021 -0400
  70. 6ccf10a sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · Tue Apr 20 10:50:56 2021 -0400
  71. be0512f test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · Mon Apr 12 14:51:12 2021 +0800
  72. 9b4cdef test: reset: Extend base reset test to catch error by Neil Armstrong · Tue Apr 20 10:42:25 2021 +0200
  73. 619a182 test: Add test for partitions by Sean Anderson · Mon Apr 12 18:53:07 2021 -0400
  74. dffb347 test: Alphabetize dm Makefile by Sean Anderson · Tue Apr 20 11:03:12 2021 -0400
  75. 0922673 test: fix test/dm/regmap.c by Heinrich Schuchardt · Sun Apr 11 11:21:56 2021 +0200
  76. 12e9681 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Sun Apr 18 08:46:39 2021 -0400
  77. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · Sun Mar 14 20:15:03 2021 +0800
  78. 381ed97 test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · Sun Mar 14 20:14:58 2021 +0800
  79. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · Sun Mar 14 20:14:57 2021 +0800
  80. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · Fri Mar 19 18:21:41 2021 +1100
  81. eeaf282 test: scmi: add local variables for scmi agent reference by Etienne Carriere · Mon Mar 08 22:38:09 2021 +0100
  82. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · Mon Mar 08 22:38:08 2021 +0100
  83. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  84. 20dd9e1 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · Sun Apr 11 09:39:50 2021 +0200
  85. 4692746 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · Thu Oct 22 23:49:26 2020 +0300
  86. 61d0464 sf: Support querying write-protect by Simon Glass · Mon Mar 15 18:11:17 2021 +1300
  87. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  88. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · Mon Mar 15 17:25:32 2021 +1300
  89. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · Mon Mar 15 17:25:31 2021 +1300
  90. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  91. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · Mon Mar 15 17:25:25 2021 +1300
  92. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  93. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · Wed Feb 03 06:01:09 2021 -0700
  94. 60e08ee test: acpi: Fix warnings on 32-bit build by Simon Glass · Sun Feb 07 14:27:05 2021 -0700
  95. 1ef74ab test: Allow SPL to run any available test by Simon Glass · Sun Mar 07 17:35:12 2021 -0700
  96. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · Sun Mar 07 17:35:10 2021 -0700
  97. 53d1b19 test: Move restoring of driver model state to ut_run_list() by Simon Glass · Sun Mar 07 17:35:08 2021 -0700
  98. 1899e13 test: Move the devicetree check into ut_run_list() by Simon Glass · Sun Mar 07 17:35:07 2021 -0700
  99. 5ed319b test: Use return values in dm_test_run() by Simon Glass · Sun Mar 07 17:35:06 2021 -0700
  100. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · Sun Mar 07 17:35:05 2021 -0700