1. cb42bc8 board: emulation: Add QEMU sbsa support by Patrick Rudolph · Wed Oct 23 15:20:08 2024 +0200
  2. e0c9d4d doc: dm: Fix typo by Alexander Dahl · Wed Jan 24 08:48:58 2024 +0100
  3. b72160b doc: shorten overlong title underlines by Heinrich Schuchardt · Sat Oct 28 11:59:32 2023 +0200
  4. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  5. 2ae4647 doc: Replace dm_dump_all() with dm_dump_tree() by Dylan Corrales · Thu Oct 19 10:02:30 2023 -0400
  6. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  7. 8d5d8e0 drivers: use dev_read_addr_ptr when cast to pointer by Johan Jonker · Mon Mar 13 01:32:04 2023 +0100
  8. 6b00587 sandbox64: add support for NVMXIP QSPI by Abdellatif El Khlifi · Mon Apr 17 10:11:55 2023 +0100
  9. 6db33c2 drivers/mtd/nvmxip: introduce QSPI XIP driver by Abdellatif El Khlifi · Mon Apr 17 10:11:53 2023 +0100
  10. 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · Mon Apr 17 10:11:52 2023 +0100
  11. b9a1a05 dm: doc: Update documentation for new driver model schema by Simon Glass · Mon Feb 13 08:56:36 2023 -0700
  12. 736612e bootstd: Update documentation for new features by Simon Glass · Tue Jan 17 10:48:19 2023 -0700
  13. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  14. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Oct 30 17:16:35 2022 -0400
  15. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  16. 050bb64 dm: doc: Fix serial howto u-boot,dm-pre-reloc typo by Michal Suchanek · Sun Sep 25 15:28:47 2022 +0200
  17. c93350b input: Remove legacy KEYBOARD option by Tom Rini · Fri Oct 14 07:50:20 2022 -0400
  18. e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · Tue Oct 11 09:47:19 2022 -0600
  19. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  20. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · Tue Sep 06 20:27:30 2022 -0600
  21. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  22. 3ba7675 test: Make a copy of the device tree before running a test by Simon Glass · Tue Sep 06 20:27:05 2022 -0600
  23. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  24. a58e936 doc: dm: clarify activation. by Michal Suchanek · Thu Aug 04 19:57:45 2022 +0200
  25. 2f0cb8f dm: core: Prepare for updating the device tree with ofnode by Simon Glass · Sat Jul 30 15:52:12 2022 -0600
  26. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  27. 1817f71 dm: core: Add a note about how livetree updates work by Simon Glass · Sat Jul 30 15:52:07 2022 -0600
  28. 1e56de0 arm: Remove PXA architecture support by Tom Rini · Sat Jun 25 11:02:42 2022 -0400
  29. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  30. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · Fri May 20 12:36:05 2022 -0400
  31. 420e6d4 dm: tag: add some document by AKASHI Takahiro · Fri Apr 15 16:15:36 2022 +0900
  32. 85c15e4 dm: Add docs to explain how to enable DM_SERIAL for a board by Simon Glass · Tue Mar 15 21:03:20 2022 -0600
  33. f8463d6 nvme: Split out PCI support by Mark Kettenis · Sat Jan 22 20:38:11 2022 +0100
  34. ddb3ada dm: serial: Add a migration deadline for serial by Simon Glass · Sat Jan 22 05:03:50 2022 -0700
  35. e10ae9f timer: Add a migration message by Simon Glass · Sat Dec 18 11:27:29 2021 -0700
  36. f8409e9 keyboard: Add a migration message by Simon Glass · Wed Nov 24 09:26:45 2021 -0700
  37. 155e2a4 dm: doc: Add a note about of-platdata header files by Simon Glass · Sat Aug 07 07:24:10 2021 -0600
  38. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  39. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  40. 8ad73c7 dtoc: Further improve documentation about warnings by Simon Glass · Wed Aug 18 21:40:23 2021 -0600
  41. 0168c2b pci: Drop migration method by Simon Glass · Sun Aug 01 18:54:45 2021 -0600
  42. ee3837c dtoc: Update documentation to cover warnings in more detail by Simon Glass · Sun Jul 04 12:19:50 2021 -0600
  43. 000230c doc: develop: Convert README.nvme to reST by Bin Meng · Tue Jun 22 21:16:22 2021 +0800
  44. ad48bd9 doc: develop: Convert README.virtio to reST by Bin Meng · Thu Apr 29 17:40:07 2021 +0800
  45. abc2938 dm: core: Document the common error codes by Simon Glass · Thu Mar 25 10:26:03 2021 +1300
  46. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · Mon Mar 29 17:53:19 2021 -0400
  47. d5ea994 doc: Move driver model docs under develop/ by Simon Glass · Thu Mar 18 20:25:12 2021 +1300