1. 2f91848 Dockerfile: Update to latest "Jammy" tag by Tom Rini · Tue Mar 21 15:31:19 2023 -0400
  2. 26a4183 Dockerfile: Add m68k-softmmu to qemu by Tom Rini · Tue Mar 21 15:28:00 2023 -0400
  3. e1afa05 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Mon Mar 20 17:51:10 2023 -0400
  4. 78b6d18 Merge branch '2023-03-17-improve-read-command-add-write-command' into next by Tom Rini · Mon Mar 20 16:31:52 2023 -0400
  5. 6c17cd6 serial: sh: Make indent consistent by Marek Vasut · Tue Feb 28 22:19:30 2023 +0100
  6. 98ae281 serial: sh: Add DEBUG_UART support by Marek Vasut · Tue Feb 28 22:17:22 2023 +0100
  7. b811f9b serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variants by Marek Vasut · Tue Feb 28 22:17:21 2023 +0100
  8. 8c0f3bb pinctrl: renesas: Replace ifdeffery with IS_ENABLED() by Marek Vasut · Tue Feb 28 07:25:52 2023 +0100
  9. 8d819f6 net: ravb: Support fixed PHY in R-Car by Mikhail Lappo · Tue Feb 28 00:04:11 2023 +0100
  10. c0a81d9 i2c: rcar_i2c: Sort Kconfig depends list ascending by Marek Vasut · Tue Feb 28 00:03:46 2023 +0100
  11. c390909 i2c: rcar_iic: Sort Kconfig depends list ascending by Marek Vasut · Tue Feb 28 00:03:45 2023 +0100
  12. ea8505e clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE caching by Marek Vasut · Tue Feb 28 07:25:11 2023 +0100
  13. e07fa9f ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit options by Marek Vasut · Tue Feb 28 07:28:57 2023 +0100
  14. 1406bdc ARM: rmobile: Introduce CONFIG_RCAR_64 symbol by Marek Vasut · Tue Feb 28 07:28:56 2023 +0100
  15. 95f6e4b ARM: rmobile: Factor out SYS_SOC Kconfig option by Marek Vasut · Tue Feb 28 07:28:55 2023 +0100
  16. fbae595 ARM: rmobile: Sort R-Car Gen3 Kconfig lists by Marek Vasut · Tue Feb 28 07:28:54 2023 +0100
  17. 43f5dc0 ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED() by Marek Vasut · Tue Feb 28 07:27:51 2023 +0100
  18. 8872b48 ARM: renesas: falcon: Enable RWDT reset for V3U Falcon by Hai Pham · Tue Feb 28 00:02:19 2023 +0100
  19. 89b45d4 ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3 by Hai Pham · Tue Feb 28 00:02:18 2023 +0100
  20. a39b51a ARM: renesas: Enable DTO support by default on R-Car Gen3 by Marek Vasut · Tue Feb 28 00:00:19 2023 +0100
  21. 2f688c2 ARM: renesas: Demote overlap memory nodes message to debug on Gen3 by Hai Pham · Tue Feb 28 00:00:01 2023 +0100
  22. a532c71 ARM: renesas: Remove defines for USB on Eagle/Condor by Hai Pham · Mon Feb 27 23:59:32 2023 +0100
  23. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · Thu Mar 02 09:12:25 2023 +0100
  24. ffa16ef sandbox: enable CMD_WRITE by Rasmus Villemoes · Thu Mar 02 09:12:24 2023 +0100
  25. 1f6b4f0 doc: document read/write commands by Rasmus Villemoes · Thu Mar 02 09:12:23 2023 +0100
  26. c614b83 cmd: introduce 'write' command by Rasmus Villemoes · Thu Mar 02 09:12:22 2023 +0100
  27. d505840 cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing by Rasmus Villemoes · Thu Mar 02 09:12:21 2023 +0100
  28. ddebd4b Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Mar 16 12:18:30 2023 -0400
  29. cadedc4 Merge tag 'fsl-qoriq-next-2023-3-14' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq into next by Tom Rini · Thu Mar 16 12:17:48 2023 -0400
  30. 2b99fd8 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · Wed Mar 15 11:58:58 2023 -0400
  31. a122030 Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · Thu Mar 16 12:16:14 2023 -0400
  32. 09753b3 buildman: Fix CROSS_COMPILE output for sandbox by Simon Glass · Fri Mar 10 12:48:51 2023 -0800
  33. e814a14 Revert "buildman: Correct CROSS_COMPILE output for sandbox" by Simon Glass · Fri Mar 10 12:48:50 2023 -0800
  34. ac55734 tools: add fdt_add_pubkey by Roman Kopytin · Wed Mar 08 01:13:41 2023 +0000
  35. 3cfcaa4d binman: add tests for sign option by Ivan Mikhaylov · Wed Mar 08 01:13:40 2023 +0000
  36. 8a80386 binman: add sign option for binman by Ivan Mikhaylov · Wed Mar 08 01:13:39 2023 +0000
  37. 3d80de0 binman: add documentation for binman sign option by Ivan Mikhaylov · Wed Mar 08 01:13:38 2023 +0000
  38. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · Thu Mar 02 04:08:44 2023 +0100
  39. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · Thu Mar 02 04:08:43 2023 +0100
  40. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · Thu Mar 02 04:08:42 2023 +0100
  41. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · Thu Mar 02 04:08:41 2023 +0100
  42. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · Thu Mar 02 04:08:39 2023 +0100
  43. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · Thu Mar 02 04:08:32 2023 +0100
  44. b30e5dd cmd: fdt: Drop the 0x prefix by Marek Vasut · Thu Mar 02 04:04:40 2023 +0100
  45. dd4c85a console: Use only 0x00 as line separator for console recording by Marek Vasut · Mon Feb 27 20:55:39 2023 +0100
  46. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · Fri Mar 10 04:33:14 2023 +0100
  47. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  48. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · Tue Mar 14 10:58:41 2023 -0400
  49. 4e7eba7 Merge branch '2023-03-14-revert-two-TI-patches' into next by Tom Rini · Tue Mar 14 10:53:50 2023 -0400
  50. d5fdad3 Revert "configs: j721s2: merge HS and non-HS defconfigs" by Tom Rini · Tue Mar 14 10:53:44 2023 -0400
  51. 73456b1 Revert "configs: j7200: Merge HS and non-HS defconfigs" by Tom Rini · Tue Mar 14 10:53:38 2023 -0400
  52. ea409b7 configs: ls208x: enable DM_SERIAL by Ioana Ciornei · Tue Feb 28 18:32:12 2023 +0200
  53. 37ea2ec arch: arm: dst: fsl-ls2080a.dts: tag serial nodes with bootph-all by Ioana Ciornei · Tue Feb 28 18:32:11 2023 +0200
  54. 8bd15e7 arch: arm: dst: fsl-ls2080a.dts: sync serial nodes with Linux by Ioana Ciornei · Tue Feb 28 18:32:10 2023 +0200
  55. 1303a11 arch: arm: dst: fsl-ls2080a.dtsi: move the serial nodes under soc by Ioana Ciornei · Tue Feb 28 18:32:09 2023 +0200
  56. 883f49e arch: arm: dst: fsl-ls2080a.dtsi: add an 'soc' node by Ioana Ciornei · Tue Feb 28 18:32:08 2023 +0200
  57. 6533138 arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r' by Ioana Ciornei · Wed Feb 22 16:17:40 2023 +0200
  58. 2ead443 board: freescale: ls1088a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:19 2023 +0200
  59. 9d249b3 board: freescale: ls2080aqds: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:18 2023 +0200
  60. 9d68ac3 board: freescale: ls2080rdb: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:17 2023 +0200
  61. f1b0e23 board: freescale: lx2160a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:16 2023 +0200
  62. 497493c board: freescale: lx2160a: remove hardcoded ethernet initialization by Ioana Ciornei · Wed Feb 15 17:31:15 2023 +0200
  63. 9b26c18 Prepare v2023.04-rc4 by Tom Rini · Mon Mar 13 20:52:48 2023 -0400
  64. 7d91c5e Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Mon Mar 13 15:36:52 2023 -0400
  65. ae4279e Merge tag 'efi-2023-04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Mar 13 11:39:21 2023 -0400
  66. ef6c69e efi_loader: describe term_get_char() by Heinrich Schuchardt · Fri Mar 03 22:04:26 2023 +0100
  67. fa419cf efi_loader: update SetVariable attribute check by Masahisa Kojima · Tue Feb 21 11:33:17 2023 +0900
  68. db62843 doc: man-page for panic command by Heinrich Schuchardt · Fri Mar 03 22:48:27 2023 +0100
  69. ecf2151 doc: uefi: fix links by Vincent Stehlé · Mon Feb 20 15:37:29 2023 +0100
  70. 8e4edb2 test: unit test for crc8 by Heinrich Schuchardt · Wed Feb 22 02:10:20 2023 +0100
  71. 68033b1 video: Add a note about the broken implementation by Simon Glass · Fri Mar 10 12:47:23 2023 -0800
  72. e8b3e7d efi: Add dhrystone, dcache and scroll lines to app by Simon Glass · Fri Mar 10 12:47:22 2023 -0800
  73. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · Fri Mar 10 12:47:21 2023 -0800
  74. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · Fri Mar 10 12:47:20 2023 -0800
  75. 5b78e87 efi: Adjust script to show pre-relocation output on terminal by Simon Glass · Fri Mar 10 12:47:19 2023 -0800
  76. 32dc453 bbinfo: Show the size of the copy framebuffer by Simon Glass · Fri Mar 10 12:47:18 2023 -0800
  77. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  78. ce2ec8e efi: Support copy framebuffer by Simon Glass · Fri Mar 10 12:47:16 2023 -0800
  79. 5e4d3f2 efi: Use a fixed value for the timer clock by Simon Glass · Fri Mar 10 12:47:15 2023 -0800
  80. 3a12725 x86: Add a few more items to bdinfo by Simon Glass · Fri Mar 10 12:47:14 2023 -0800
  81. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  82. d944282 efi: video: Return mode info for app also by Simon Glass · Fri Mar 10 12:47:12 2023 -0800
  83. f89af4e efi: video: Move payload code into a function by Simon Glass · Fri Mar 10 12:47:11 2023 -0800
  84. 113e138 microblaze: drop remnants of manual reloc by Ovidiu Panait · Sat Mar 11 19:38:38 2023 +0200
  85. e3e53eb microblaze: drop CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Sat Mar 11 19:38:37 2023 +0200
  86. a4786c9 tools: relocate-rela: add support for handling 32-bit big endian files by Ovidiu Panait · Sat Mar 11 19:38:36 2023 +0200
  87. 6155b0b tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu() by Ovidiu Panait · Sat Mar 11 19:38:35 2023 +0200
  88. e4ff809 tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32() by Ovidiu Panait · Sat Mar 11 19:38:34 2023 +0200
  89. b8a5277 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Mar 10 19:10:14 2023 -0500
  90. 03e8c2d Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Fri Mar 10 19:09:59 2023 -0500
  91. edb9b30 Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Mar 10 16:01:52 2023 -0500
  92. db92869 ARM: dts: renesas: Enable sysinfo on R-Car D3 Draak by Tam Nguyen · Mon Feb 27 23:58:48 2023 +0100
  93. 5d5664f ARM: dts: renesas: Enable sysinfo on R-Car V3H Condor/Condor-I by Tam Nguyen · Mon Feb 27 23:58:47 2023 +0100
  94. 2151885 sysinfo: rcar3: Fix Draak and Eagle board code by Tam Nguyen · Mon Feb 27 23:58:46 2023 +0100
  95. 7ca2a6f pinctrl: renesas: Drop non-existent PFC info table entries by Marek Vasut · Tue Feb 28 07:25:53 2023 +0100
  96. 3e55ce3 clk: renesas: Always select DM_RESET to prevent inobvious failure of rst_gen3 subdriver by Marek Vasut · Tue Feb 28 22:16:02 2023 +0100
  97. 3ce4993 mmc: renesas-sdhi: Add proper probe error fail path by Marek Vasut · Mon Feb 27 23:49:28 2023 +0100
  98. dcfa1ad mmc: renesas-sdhi: Always configure default SDnH clock rate to 800 MHz by Marek Vasut · Mon Feb 27 23:49:27 2023 +0100
  99. ee3a216 usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB by Heinrich Schuchardt · Wed Jan 25 19:40:16 2023 +0100
  100. b629c96 usb: USB hubs require host mode by Heinrich Schuchardt · Wed Jan 25 19:40:15 2023 +0100