1. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  2. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  3. f1eba35 vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · Thu Oct 20 18:23:20 2022 -0600
  4. 5e135d3 sandbox: Add an image for VPL by Simon Glass · Thu Oct 20 18:23:15 2022 -0600
  5. a928961 vbe: Add info about the VBE device to the fwupd node by Simon Glass · Thu Oct 20 18:23:14 2022 -0600
  6. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · Thu Oct 20 16:30:46 2022 +0300
  7. b562878 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Wed Oct 26 07:45:55 2022 -0400
  8. f99e880 sandbox.dtsi: add a sandbox,alarm-wdt instance by Rasmus Villemoes · Tue Sep 27 11:54:05 2022 +0200
  9. 7687430 sandbox: Initialize sysreset before relocation by Michal Suchanek · Mon Oct 10 20:29:39 2022 +0200
  10. 9cf8712 thermal: add sandbox driver by Robert Marko · Tue Sep 06 13:30:35 2022 +0200
  11. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · Fri Sep 30 14:04:30 2022 +0200
  12. f17b967 sandbox: Support loading the other FDT by Simon Glass · Tue Sep 06 20:27:09 2022 -0600
  13. 509f32e sandbox: Add a test for SCSI by Simon Glass · Wed Sep 21 16:21:47 2022 +0200
  14. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  15. c8d3721 bootstd: Add vbe bootmeth into sandbox by Simon Glass · Sat Jul 30 15:52:34 2022 -0600
  16. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · Mon Jul 04 09:00:25 2022 +0000
  17. 451b8b1 sandbox: Implement fuzzing engine driver by Andrew Scull · Mon May 30 10:00:12 2022 +0000
  18. 13652b8 test: Load mac address using misc device by Sean Anderson · Thu May 05 13:11:44 2022 -0400
  19. 5768e8b test: Load mac address using RTC by Sean Anderson · Thu May 05 13:11:43 2022 -0400
  20. e2dc0e6 test: Load mac address with i2c eeprom by Sean Anderson · Thu May 05 13:11:42 2022 -0400
  21. 24b1b8d sandbox: Move some mac addresses to device tree by Sean Anderson · Thu May 05 13:11:35 2022 -0400
  22. 5d7af61 sandbox: net: Remove fake-host-hwaddr by Sean Anderson · Thu May 05 13:11:33 2022 -0400
  23. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · Thu May 05 13:11:30 2022 -0400
  24. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · Thu Apr 21 16:11:09 2022 +0000
  25. c86e620 sandbox: Add a build for VPL by Simon Glass · Sat Apr 30 00:56:54 2022 -0600
  26. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · Sun Apr 24 23:31:24 2022 -0600
  27. 1b4bc15 bootstd: sandbox: Add a hostfs bootdev by Simon Glass · Sun Apr 24 23:31:21 2022 -0600
  28. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · Thu Apr 07 00:33:01 2022 +0200
  29. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  30. 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · Mon Mar 28 22:56:53 2022 +0200
  31. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  32. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  33. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · Mon Jan 10 14:34:41 2022 +0100
  34. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  35. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  36. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · Sat Oct 23 17:26:04 2021 -0600
  37. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:02 2021 +0200
  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. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  42. 4cc43bf sandbox: Add license headers to the dts files by Simon Glass · Wed Aug 18 21:40:25 2021 -0600
  43. f91ff5a sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:06 2021 +0200
  44. 2b67387 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · Thu Aug 19 11:57:05 2021 +0200
  45. 8889581 bootcount: add a new driver with syscon as backend by Nandor Han · Thu Jun 10 15:40:38 2021 +0300
  46. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  47. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · Thu Jun 10 16:56:45 2021 +0300
  48. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · Thu Jun 10 16:56:44 2021 +0300
  49. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · Mon Jul 05 16:32:58 2021 -0600
  50. 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
  51. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · Thu Feb 25 16:51:11 2021 +0100
  52. 965a34f pytest: add sandbox test for "extension" command by Kory Maincent · Tue May 04 19:31:23 2021 +0200
  53. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  54. 30d4d2b sandbox: add test of CONFIG_ENV_IMPORT_FDT by Rasmus Villemoes · Wed Apr 21 11:06:55 2021 +0200
  55. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · Tue Apr 20 10:50:58 2021 -0400
  56. 9b4cdef test: reset: Extend base reset test to catch error by Neil Armstrong · Tue Apr 20 10:42:25 2021 +0200
  57. 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
  58. 381ed97 test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · Sun Mar 14 20:14:58 2021 +0800
  59. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · Sun Mar 14 20:14:57 2021 +0800
  60. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  61. 20dd9e1 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · Sun Apr 11 09:39:50 2021 +0200
  62. 53f6dc0 sandbox: dtsi: add rng by Vincent Stehlé · Wed Mar 10 15:33:30 2021 +0100
  63. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · Mon Mar 15 17:25:31 2021 +1300
  64. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  65. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · Wed Feb 03 06:01:17 2021 -0700
  66. 9db623b sandbox: Make sandbox,emul more conventional by Simon Glass · Wed Feb 03 06:01:16 2021 -0700
  67. e24fdef sandbox: enable cros-ec-keyb in test.dtb by Heinrich Schuchardt · Thu Feb 18 13:01:35 2021 +0100
  68. 00b5acd Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Feb 22 12:37:02 2021 -0500
  69. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · Tue Jan 12 13:55:25 2021 +0100
  70. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · Tue Jan 12 13:55:23 2021 +0100
  71. ad39859 test: add a simple test for the adc-keys button driver by Marek Szyprowski · Thu Feb 18 11:33:18 2021 +0100
  72. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · Thu Jan 21 13:57:14 2021 -0700
  73. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · Thu Jan 21 13:57:09 2021 -0700
  74. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · Wed Dec 30 00:16:26 2020 +0100
  75. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  76. e98524a sandbox: Update dts files to reduce SPL size by Simon Glass · Sat Dec 19 10:39:56 2020 -0700
  77. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · Tue Dec 22 19:30:20 2020 -0700
  78. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · Mon Dec 14 19:06:47 2020 +0200
  79. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · Wed Dec 16 21:20:27 2020 -0700
  80. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  81. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  82. 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · Sat Oct 03 11:31:36 2020 -0600
  83. 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · Sat Oct 03 11:31:32 2020 -0600
  84. a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · Fri Oct 16 16:16:34 2020 +0530
  85. 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · Mon Sep 14 12:50:54 2020 +0200
  86. fbf8d65 test: dm: Test for default led naming by Sean Anderson · Mon Sep 14 11:02:03 2020 -0400
  87. 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · Mon Sep 14 11:01:57 2020 -0400
  88. a34f893 sandbox: avoid duplicate backslash input by Heinrich Schuchardt · Tue Sep 29 03:56:20 2020 +0200
  89. 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · Fri Sep 25 09:41:16 2020 +0200
  90. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  91. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  92. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  93. 0b89fc5 test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · Thu Sep 24 10:04:18 2020 +0530
  94. 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · Fri Sep 11 13:43:35 2020 +0530
  95. 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · Mon Sep 28 10:52:23 2020 -0400
  96. 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · Sat Oct 19 17:10:20 2019 -0700
  97. 7b7f939 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · Tue Jul 28 09:13:33 2020 +0200
  98. 4f18f92 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · Thu May 28 11:48:55 2020 +0200
  99. 1ee2648 test/py: add tests for the button commands by Philippe Reynes · Fri Jul 24 18:19:51 2020 +0200
  100. f56bf0a sandbox: dtsi: add buttons by Philippe Reynes · Fri Jul 24 18:19:48 2020 +0200