1. b9d1997 trace: Update documentation by Simon Glass · Sun Jan 15 14:16:01 2023 -0700
  2. 2e5161eb bootstd: Add some default filesystems and commands by Simon Glass · Sat Jan 28 15:00:21 2023 -0700
  3. 2b0445c Prepare v2023.04-rc1 by Tom Rini · Mon Jan 30 15:36:45 2023 -0500
  4. f5891d4 doc: move directory hierarchy to HTML by Heinrich Schuchardt · Wed Jan 25 19:15:02 2023 +0100
  5. 307cf81 event: Document dynamic event handlers by Simon Glass · Fri Jan 20 14:46:05 2023 -0700
  6. 736612e bootstd: Update documentation for new features by Simon Glass · Tue Jan 17 10:48:19 2023 -0700
  7. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  8. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  9. 56da76d trace: Use notrace for short by Simon Glass · Wed Dec 21 16:08:15 2022 -0700
  10. 311bd35 expo: Add documentation by Simon Glass · Fri Jan 06 08:52:43 2023 -0600
  11. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  12. d2c928a Prepare v2023.01 by Tom Rini · Mon Jan 09 11:07:33 2023 -0500
  13. 543bd4f doc: Use "changesets" not "csets" in statistics pages by Tom Rini · Wed Dec 21 18:04:10 2022 -0500
  14. c9edebe global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG by Tom Rini · Sun Dec 04 10:03:50 2022 -0500
  15. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  16. 8b5dd10 Prepare v2023.01-rc4 by Tom Rini · Mon Dec 19 08:45:26 2022 -0500
  17. c53cec6 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · Fri Dec 16 17:55:04 2022 +0100
  18. 4322898 doc: fix typos by Maxim Cournoyer · Fri Dec 16 21:09:40 2022 -0500
  19. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  20. ca8f571 Prepare v2023.01-rc3 by Tom Rini · Mon Dec 05 15:21:53 2022 -0500
  21. b4be383 Prepare v2023.01-rc2 by Tom Rini · Mon Nov 21 12:33:14 2022 -0500
  22. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  23. ef933ba Prepare v2023.01-rc1 by Tom Rini · Mon Nov 07 15:27:03 2022 -0500
  24. 2eaffba docs: Add a basic security document by Tom Rini · Thu Nov 03 14:25:44 2022 -0400
  25. b08b857 FWU: doc: Add documentation for the FWU feature by Sughosh Ganu · Fri Oct 21 18:16:08 2022 +0530
  26. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  27. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  28. 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
  29. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  30. 050bb64 dm: doc: Fix serial howto u-boot,dm-pre-reloc typo by Michal Suchanek · Sun Sep 25 15:28:47 2022 +0200
  31. c93350b input: Remove legacy KEYBOARD option by Tom Rini · Fri Oct 14 07:50:20 2022 -0400
  32. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · Tue Oct 11 09:47:20 2022 -0600
  33. e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · Tue Oct 11 09:47:19 2022 -0600
  34. 6acf1b9 cmd: pxe: add alias devicetree-overlay for fdtoverlays by Edoardo Tomelleri · Wed Sep 21 15:26:33 2022 +0200
  35. 2c6206d doc: describe usage of virt-make-fs for testing by Heinrich Schuchardt · Sat Oct 08 01:19:22 2022 +0200
  36. c86fcca Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Oct 07 11:51:05 2022 -0400
  37. b1030eb common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · Tue Sep 13 21:31:26 2022 +0300
  38. be68ef5 doc: typo 'it it' in doc/develop/package/index.rst by Heinrich Schuchardt · Tue Oct 04 22:02:46 2022 +0200
  39. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  40. d6e4e90 Prepare v2022.10 by Tom Rini · Mon Oct 03 15:25:32 2022 -0400
  41. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  42. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · Tue Sep 06 20:27:30 2022 -0600
  43. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  44. 3ba7675 test: Make a copy of the device tree before running a test by Simon Glass · Tue Sep 06 20:27:05 2022 -0600
  45. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  46. 68f36ca Prepare v2022.10-rc5 by Tom Rini · Mon Sep 19 12:17:04 2022 -0400
  47. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  48. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  49. 4736bec cyclic: Add documentation by Stefan Roese · Fri Sep 02 13:57:53 2022 +0200
  50. b23b98f Makefile: Add a pcheck option to run tests in parallel by Simon Glass · Sat Aug 06 17:51:59 2022 -0600
  51. 43a8d6a Prepare v2022.10-rc4 by Tom Rini · Mon Sep 05 20:32:56 2022 -0400
  52. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  53. 0b1f013 doc: process, sending_patches: Update and correct the old "Patches" content by Tom Rini · Mon Aug 29 12:59:34 2022 -0400
  54. 62a2e1d doc: sending_patches.rst: Incorporate the old "Patches" wiki content by Tom Rini · Mon Aug 29 12:59:33 2022 -0400
  55. 3c9c6d7 Rename disto_[pxe_]getfile to distro_[pxe_]getfile by Dario Binacchi · Fri Aug 26 15:15:41 2022 +0200
  56. 13c6e43 Prepare v2022.10-rc3 by Tom Rini · Mon Aug 22 18:54:48 2022 -0400
  57. a58e936 doc: dm: clarify activation. by Michal Suchanek · Thu Aug 04 19:57:45 2022 +0200
  58. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  59. 29ea2aa doc: Drop a reference to Travis by Simon Glass · Sun Aug 07 07:24:52 2022 -0600
  60. 34b44d9 doc: develop: Add a note about importing code from other projects by Tom Rini · Mon Aug 01 14:57:01 2022 -0400
  61. c9f2e29 doc: crash_dumps.rst missing documentation link by Heinrich Schuchardt · Tue Aug 02 15:36:42 2022 +0200
  62. e629692 doc: add more details for crash dump analysis by Heinrich Schuchardt · Tue Aug 02 15:23:32 2022 +0200
  63. 6c55d0d bootstd: doc: Fix typos by Paul Barker · Fri Jul 29 14:31:58 2022 +0100
  64. afaeb77 bootstd: Update documentation by Simon Glass · Sat Jul 30 15:52:35 2022 -0600
  65. 2f0cb8f dm: core: Prepare for updating the device tree with ofnode by Simon Glass · Sat Jul 30 15:52:12 2022 -0600
  66. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  67. 1817f71 dm: core: Add a note about how livetree updates work by Simon Glass · Sat Jul 30 15:52:07 2022 -0600
  68. c08a992 vbe: Add some documentation by Simon Glass · Sat Jul 30 15:52:03 2022 -0600
  69. 70a86c7 Prepare v2022.10-rc2 by Tom Rini · Mon Aug 08 20:35:53 2022 -0400
  70. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  71. 486c5ef doc: develop: Describe system configuration by Tom Rini · Fri Jul 29 12:07:38 2022 -0400
  72. 816585d log: force DEBUG when LOG_DEBUG is activated by Patrick Delaunay · Tue Jul 12 09:39:49 2022 +0200
  73. 9876ffe Prepare v2022.10-rc1 by Tom Rini · Mon Jul 25 20:31:12 2022 -0400
  74. f910cbf doc: typo 'formatted' in codingstyle.rst by Heinrich Schuchardt · Sat Jul 16 06:19:08 2022 +0200
  75. 3d4e0a1 doc: Add in the historical release statistics found on the wiki by Tom Rini · Tue Jul 12 14:14:19 2022 -0400
  76. bab5e4d doc: process: Correct and expand slightly on the Merge Window concept by Tom Rini · Tue Jul 12 17:34:15 2022 -0400
  77. a5e4cd6 doc: Add doc/develop/release_cycle.rst by Tom Rini · Tue Jul 12 17:34:14 2022 -0400
  78. 1974a56 process.rst: Modernize the "Workflow of a Custodian" section by Tom Rini · Thu Jul 14 08:07:46 2022 -0400
  79. 4eed72a process.rst: Perform minor cleanups by Tom Rini · Thu Jul 14 08:07:45 2022 -0400
  80. af1d1db designprinciples.rst: Perform minor cleanups by Tom Rini · Thu Jul 14 08:07:44 2022 -0400
  81. 4476965 doc: Migrate Process wiki page to Sphinx by Tom Rini · Thu Jul 14 08:07:43 2022 -0400
  82. 7c0c646 doc: codingstyle: Remove comment about '//' style comments by Tom Rini · Thu Jul 14 08:07:42 2022 -0400
  83. 491616d doc: Migrate DesignPrinciples wiki page to Sphinx by Tom Rini · Thu Jul 14 08:07:41 2022 -0400
  84. a023c19 doc: Migrate CodingStyle wiki page to Sphinx by Tom Rini · Thu Jul 14 08:07:40 2022 -0400
  85. cc4163e doc: Add statistics page for v2022.07 by Tom Rini · Tue Jul 12 17:34:13 2022 -0400
  86. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  87. 1e56de0 arm: Remove PXA architecture support by Tom Rini · Sat Jun 25 11:02:42 2022 -0400
  88. 30de28b bloblist: Describe the design goals by Simon Glass · Sun Mar 13 16:22:48 2022 -0600
  89. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  90. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · Fri May 20 12:36:05 2022 -0400
  91. fddb136 EFI: Update the documentation to reflect the correct value of OsIndications by Sughosh Ganu · Tue May 31 12:45:35 2022 +0530
  92. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  93. af99ed6 doc: Expand SPL docs to explain the phase and config by Simon Glass · Sat Apr 30 00:56:46 2022 -0600
  94. 7a42cd7 doc: Convert SPL documentation to ReST by Simon Glass · Sat Apr 30 00:56:45 2022 -0600
  95. 591393f doc: Correct position of gdb '--args' parameter by Andrew Scull · Sun Apr 03 10:39:08 2022 +0000
  96. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  97. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  98. 83b9be6 bootstd: doc: Add documentation by Simon Glass · Sun Apr 24 23:31:26 2022 -0600
  99. 420e6d4 dm: tag: add some document by AKASHI Takahiro · Fri Apr 15 16:15:36 2022 +0900
  100. 50ec472 doc: uefi: Update the capsule update related documentation by Sughosh Ganu · Fri Apr 15 11:29:41 2022 +0530