1. 2ead443 board: freescale: ls1088a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:19 2023 +0200
  2. 9d249b3 board: freescale: ls2080aqds: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:18 2023 +0200
  3. 9d68ac3 board: freescale: ls2080rdb: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:17 2023 +0200
  4. f1b0e23 board: freescale: lx2160a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:16 2023 +0200
  5. 497493c board: freescale: lx2160a: remove hardcoded ethernet initialization by Ioana Ciornei · Wed Feb 15 17:31:15 2023 +0200
  6. cbd6119 Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Thu Mar 09 11:22:50 2023 -0500
  7. c3fe97f binman: Support generation of x509 certificates by Simon Glass · Thu Mar 02 17:02:45 2023 -0700
  8. 49b77e8 binman: Support updating section contents by Simon Glass · Thu Mar 02 17:02:44 2023 -0700
  9. 039d65f binman: Handle missing bintools correctly in fit by Simon Glass · Thu Mar 02 17:02:43 2023 -0700
  10. b9b9b27 binman: Allow preserving the output dir when replacing by Simon Glass · Thu Mar 02 17:02:42 2023 -0700
  11. 6e54f02 buildman: Correct CROSS_COMPILE output for sandbox by Simon Glass · Thu Mar 02 06:11:44 2023 -0700
  12. dc19cee patman: Check patches in parallel by Simon Glass · Wed Mar 08 10:52:55 2023 -0800
  13. 620639c patman: Run get_maintainer.pl in parallel by Simon Glass · Wed Mar 08 10:52:54 2023 -0800
  14. 77f57df patman: Refactor MakeCcFile() into two functions by Simon Glass · Wed Mar 08 10:52:53 2023 -0800
  15. a59449c patman: Drop an incorrect comment about git am by Simon Glass · Wed Mar 08 10:52:52 2023 -0800
  16. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · Thu Mar 02 04:08:45 2023 +0100
  17. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:40 2023 +0100
  18. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · Thu Mar 02 04:08:38 2023 +0100
  19. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · Thu Mar 02 04:08:37 2023 +0100
  20. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · Thu Mar 02 04:08:36 2023 +0100
  21. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · Thu Mar 02 04:08:35 2023 +0100
  22. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · Thu Mar 02 04:08:34 2023 +0100
  23. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · Thu Mar 02 04:08:33 2023 +0100
  24. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · Thu Mar 02 04:08:31 2023 +0100
  25. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · Thu Mar 02 04:08:30 2023 +0100
  26. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:29 2023 +0100
  27. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:28 2023 +0100
  28. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · Thu Mar 02 04:08:27 2023 +0100
  29. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · Thu Mar 02 04:08:26 2023 +0100
  30. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · Thu Mar 02 04:08:25 2023 +0100
  31. 8abbbf2 test: Add ut_assert_nextline_empty() empty line helper by Marek Vasut · Thu Mar 02 04:08:24 2023 +0100
  32. eeaae33 cmd: fdt: Add support for integer arrays in fdt get value with index by Marek Vasut · Thu Mar 02 04:08:23 2023 +0100
  33. 6889f14 cmd: fdt: Map address returned from fdt get addr to sysmem by Marek Vasut · Thu Mar 02 04:08:22 2023 +0100
  34. 8c50f33 cmd: fdt: Handle 64bit pointers in fdt get addr by Marek Vasut · Thu Mar 02 04:08:21 2023 +0100
  35. e71c9ee cmd: fdt: Align checksign parameter names in help text by Marek Vasut · Thu Mar 02 04:08:20 2023 +0100
  36. c9dfd02 cmd: fdt: Check argc before accessing argv in fdt memory by Marek Vasut · Thu Mar 02 04:08:19 2023 +0100
  37. 48d7a77 cmd: fdt: Check argc before accessing argv in fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:18 2023 +0100
  38. 794c8e6 cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space by Marek Vasut · Thu Mar 02 04:08:17 2023 +0100
  39. a7a5887 cmd: fdt: Fix fdt rm behavior on non-existent property and error message space by Marek Vasut · Thu Mar 02 04:08:16 2023 +0100
  40. 5c385f8 cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size by Marek Vasut · Thu Mar 02 04:08:15 2023 +0100
  41. fdc794a cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint by Marek Vasut · Thu Mar 02 04:08:14 2023 +0100
  42. 5dd13b9 CI: Add a check for building tools for PyPi by Simon Glass · Thu Feb 23 18:18:24 2023 -0700
  43. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · Thu Feb 23 18:18:23 2023 -0700
  44. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · Thu Feb 23 18:18:22 2023 -0700
  45. 4a0c915 binman: Add support for building a binmanu PyPi package by Simon Glass · Thu Feb 23 18:18:21 2023 -0700
  46. feb80cc binman: Use importlib to find the help by Simon Glass · Thu Feb 23 18:18:20 2023 -0700
  47. cd6d633 binman: Hide the 'test' command unless test code is available by Simon Glass · Thu Feb 23 18:18:19 2023 -0700
  48. 56292b7 binman: Move the main code into a function by Simon Glass · Thu Feb 23 18:18:18 2023 -0700
  49. d053fa7 dtoc: Add support for building a dtoc PyPi package by Simon Glass · Thu Feb 23 18:18:17 2023 -0700
  50. bd310df dtoc: Use pathlib to find the test directory by Simon Glass · Thu Feb 23 18:18:16 2023 -0700
  51. ff536de dtoc: Move the main code into a function by Simon Glass · Thu Feb 23 18:18:15 2023 -0700
  52. 48265ed dtoc: Hide the test options unless test code is available by Simon Glass · Thu Feb 23 18:18:14 2023 -0700
  53. a3132ad buildman: Add support for building a buildman PyPi package by Simon Glass · Thu Feb 23 18:18:13 2023 -0700
  54. c573580 buildman: Use importlib to find the help by Simon Glass · Thu Feb 23 18:18:12 2023 -0700
  55. ba666eb buildman: Fix use of a type as a variable by Simon Glass · Thu Feb 23 18:18:11 2023 -0700
  56. 69c4dc1 buildman: Hide the test options unless test code is available by Simon Glass · Thu Feb 23 18:18:10 2023 -0700
  57. 62043e3 buildman: Move the main code into a function by Simon Glass · Thu Feb 23 18:18:09 2023 -0700
  58. 7509a93 patman: Add support for building a patman PyPi package by Simon Glass · Thu Feb 23 18:18:08 2023 -0700
  59. c92395b patman: Avoid importing test_checkpatch before it is needed by Simon Glass · Thu Feb 23 18:18:07 2023 -0700
  60. f1a82df patman: Add support for building a u_boot_tools PyPi package by Simon Glass · Thu Feb 23 18:18:06 2023 -0700
  61. d6b6448 script: Add a script to build a PyPi package by Simon Glass · Thu Feb 23 18:18:05 2023 -0700
  62. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  63. f715ab9 Remove concurrencytest by Simon Glass · Thu Feb 23 18:18:03 2023 -0700
  64. 1ca554e Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · Thu Feb 23 18:18:02 2023 -0700
  65. 62f8590 binman: Avoid unwanted output in testFitFirmwareLoadables() by Simon Glass · Thu Feb 23 18:18:01 2023 -0700
  66. ca84dc8 bootstd: Replicate the dtb-filename quirks of distroboot by Simon Glass · Wed Feb 22 12:17:04 2023 -0700
  67. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · Wed Feb 22 12:17:03 2023 -0700
  68. 9a1c726 binman: Make the tooldir configurable by Simon Glass · Wed Feb 22 12:14:49 2023 -0700
  69. c911496 binman: Use a private directory for bintools by Simon Glass · Wed Feb 22 12:14:48 2023 -0700
  70. afd7175 binman: Move the tools directory into the Bintool class by Simon Glass · Wed Feb 22 12:14:47 2023 -0700
  71. 1285322 binman: Update bintools documentation by Simon Glass · Wed Feb 22 12:14:46 2023 -0700
  72. 1e04014 binman: Correct an 'aot' typo by Simon Glass · Wed Feb 22 12:14:45 2023 -0700
  73. 828d70d buildman: Add a flag for reproducible builds by Simon Glass · Tue Feb 21 12:40:29 2023 -0700
  74. f6bfcca buildman: Support disabling LTO by Simon Glass · Tue Feb 21 12:40:28 2023 -0700
  75. 1382b1d buildman: Write out the build command used by Simon Glass · Tue Feb 21 12:40:27 2023 -0700
  76. e96f70a buildman: Add a note about the out-env file by Simon Glass · Tue Feb 21 12:40:26 2023 -0700
  77. f2c52eb binman: Use correct argument name in docstrings by Jonas Karlman · Sun Feb 19 22:02:04 2023 +0000
  78. 85a861b binman: Fix spelling of nodes in code comments by Jonas Karlman · Sun Feb 19 22:02:03 2023 +0000
  79. c90be4b binman: Remove redundant SetAllowFakeBlob from blob-ext entry by Jonas Karlman · Sun Feb 19 22:02:03 2023 +0000
  80. cda991e binman: Support marking FMAP areas as preserved by Simon Glass · Sun Feb 12 17:11:15 2023 -0700
  81. a0cd7c7 binman: Avoid requiring a home directory on startup by Simon Glass · Fri Feb 10 13:59:46 2023 -0700
  82. a13accb Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Tue Mar 07 12:54:01 2023 -0500
  83. 0378533 Merge branch '2023-03-06-assorted-platform-updates' into next by Tom Rini · Tue Mar 07 10:42:22 2023 -0500
  84. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · Tue Mar 07 13:21:20 2023 +0300
  85. 48672df video console: sandbox: add 12x22 font defconfigs by Dzmitry Sankouski · Tue Mar 07 13:21:19 2023 +0300
  86. efadfde video console: add 16x32 Terminus font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:08 2023 +0300
  87. 7932a99 video console: add 12x22 Sun font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:07 2023 +0300
  88. bb165e4 video console: allow font size configuration at runtime by Dzmitry Sankouski · Tue Mar 07 13:21:16 2023 +0300
  89. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  90. 7fa964a video console: implement multiple fonts configuration by Dzmitry Sankouski · Tue Mar 07 13:21:14 2023 +0300
  91. fa134b3 video console: move 8x16 font data in named header by Dzmitry Sankouski · Tue Mar 07 13:21:13 2023 +0300
  92. 70d35a7 video console: add support for fonts wider than 1 byte by Dzmitry Sankouski · Tue Mar 07 13:21:12 2023 +0300
  93. aea2d2d video console: refactoring and optimization by Dzmitry Sankouski · Tue Mar 07 13:21:11 2023 +0300
  94. c34de68 riscv: semihosting: replace inline assembly with assembly file by Andre Przywara · Tue Feb 07 15:21:05 2023 +0000
  95. 8ad3a5d arm: semihosting: replace inline assembly with assembly file by Andre Przywara · Tue Feb 07 15:21:04 2023 +0000
  96. 33d71d7 am62a7: dts: Enable full 4GB LPDDR4 by Devarsh Thakkar · Mon Feb 06 17:04:51 2023 +0530
  97. c13863f ARM: dts: uniphier: Sync DT with Linux v6.2 by Kunihiko Hayashi · Tue Feb 28 11:37:09 2023 +0900
  98. 99eda99 ARM: dts: uniphier: Switch USB node to the original by Kunihiko Hayashi · Tue Feb 28 11:37:08 2023 +0900
  99. 63735de powerpc, mpc83xx: Remove CONFIG_ELBC_BRx_ORx by Christophe Leroy · Sun Feb 26 10:44:09 2023 +0100
  100. d455e75 configs: j7200: Merge HS and non-HS defconfigs by Manorit Chawdhry · Fri Feb 24 10:37:49 2023 +0530