1. ac0135b libavb: Fix a warning with clang-15 by Tom Rini · Mon Feb 27 17:08:35 2023 -0500
  2. 03787a9 dlmalloc: Fix a warning with clang-15 by Tom Rini · Mon Feb 27 17:08:34 2023 -0500
  3. 98a8df5 global: Disable deprecated-non-prototype warning with clang by Tom Rini · Mon Feb 27 17:08:33 2023 -0500
  4. dbeca76 Merge branch '2023-03-21-assorted-CI-updates' into next by Tom Rini · Wed Mar 22 10:35:58 2023 -0400
  5. 08ed84e CI: Allow a mirror to be specified for Docker Hub by Peter Hoyes · Fri Mar 10 09:53:03 2023 +0000
  6. b0722af CI: Allow job tag to be optionally set globally by Peter Hoyes · Fri Mar 10 09:53:02 2023 +0000
  7. c1a44de CI: gitlab: Collect pytest artifacts by Marek Vasut · Fri Mar 03 02:22:25 2023 +0100
  8. da8ba7f Azure CI: Be explicit about pytest cache directory by Tom Rini · Tue Feb 28 15:28:49 2023 -0500
  9. 9303a4c Azure CI: Save pytest output automatically by Tom Rini · Tue Feb 28 15:28:48 2023 -0500
  10. 2f91848 Dockerfile: Update to latest "Jammy" tag by Tom Rini · Tue Mar 21 15:31:19 2023 -0400
  11. 26a4183 Dockerfile: Add m68k-softmmu to qemu by Tom Rini · Tue Mar 21 15:28:00 2023 -0400
  12. 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
  13. 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
  14. 6c17cd6 serial: sh: Make indent consistent by Marek Vasut · Tue Feb 28 22:19:30 2023 +0100
  15. 98ae281 serial: sh: Add DEBUG_UART support by Marek Vasut · Tue Feb 28 22:17:22 2023 +0100
  16. 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
  17. 8c0f3bb pinctrl: renesas: Replace ifdeffery with IS_ENABLED() by Marek Vasut · Tue Feb 28 07:25:52 2023 +0100
  18. 8d819f6 net: ravb: Support fixed PHY in R-Car by Mikhail Lappo · Tue Feb 28 00:04:11 2023 +0100
  19. c0a81d9 i2c: rcar_i2c: Sort Kconfig depends list ascending by Marek Vasut · Tue Feb 28 00:03:46 2023 +0100
  20. c390909 i2c: rcar_iic: Sort Kconfig depends list ascending by Marek Vasut · Tue Feb 28 00:03:45 2023 +0100
  21. ea8505e clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE caching by Marek Vasut · Tue Feb 28 07:25:11 2023 +0100
  22. 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
  23. 1406bdc ARM: rmobile: Introduce CONFIG_RCAR_64 symbol by Marek Vasut · Tue Feb 28 07:28:56 2023 +0100
  24. 95f6e4b ARM: rmobile: Factor out SYS_SOC Kconfig option by Marek Vasut · Tue Feb 28 07:28:55 2023 +0100
  25. fbae595 ARM: rmobile: Sort R-Car Gen3 Kconfig lists by Marek Vasut · Tue Feb 28 07:28:54 2023 +0100
  26. 43f5dc0 ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED() by Marek Vasut · Tue Feb 28 07:27:51 2023 +0100
  27. 8872b48 ARM: renesas: falcon: Enable RWDT reset for V3U Falcon by Hai Pham · Tue Feb 28 00:02:19 2023 +0100
  28. 89b45d4 ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3 by Hai Pham · Tue Feb 28 00:02:18 2023 +0100
  29. a39b51a ARM: renesas: Enable DTO support by default on R-Car Gen3 by Marek Vasut · Tue Feb 28 00:00:19 2023 +0100
  30. 2f688c2 ARM: renesas: Demote overlap memory nodes message to debug on Gen3 by Hai Pham · Tue Feb 28 00:00:01 2023 +0100
  31. a532c71 ARM: renesas: Remove defines for USB on Eagle/Condor by Hai Pham · Mon Feb 27 23:59:32 2023 +0100
  32. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · Thu Mar 02 09:12:25 2023 +0100
  33. ffa16ef sandbox: enable CMD_WRITE by Rasmus Villemoes · Thu Mar 02 09:12:24 2023 +0100
  34. 1f6b4f0 doc: document read/write commands by Rasmus Villemoes · Thu Mar 02 09:12:23 2023 +0100
  35. c614b83 cmd: introduce 'write' command by Rasmus Villemoes · Thu Mar 02 09:12:22 2023 +0100
  36. 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
  37. 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
  38. 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
  39. 2b99fd8 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · Wed Mar 15 11:58:58 2023 -0400
  40. 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
  41. 09753b3 buildman: Fix CROSS_COMPILE output for sandbox by Simon Glass · Fri Mar 10 12:48:51 2023 -0800
  42. e814a14 Revert "buildman: Correct CROSS_COMPILE output for sandbox" by Simon Glass · Fri Mar 10 12:48:50 2023 -0800
  43. ac55734 tools: add fdt_add_pubkey by Roman Kopytin · Wed Mar 08 01:13:41 2023 +0000
  44. 3cfcaa4d binman: add tests for sign option by Ivan Mikhaylov · Wed Mar 08 01:13:40 2023 +0000
  45. 8a80386 binman: add sign option for binman by Ivan Mikhaylov · Wed Mar 08 01:13:39 2023 +0000
  46. 3d80de0 binman: add documentation for binman sign option by Ivan Mikhaylov · Wed Mar 08 01:13:38 2023 +0000
  47. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · Thu Mar 02 04:08:44 2023 +0100
  48. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · Thu Mar 02 04:08:43 2023 +0100
  49. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · Thu Mar 02 04:08:42 2023 +0100
  50. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · Thu Mar 02 04:08:41 2023 +0100
  51. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · Thu Mar 02 04:08:39 2023 +0100
  52. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · Thu Mar 02 04:08:32 2023 +0100
  53. b30e5dd cmd: fdt: Drop the 0x prefix by Marek Vasut · Thu Mar 02 04:04:40 2023 +0100
  54. dd4c85a console: Use only 0x00 as line separator for console recording by Marek Vasut · Mon Feb 27 20:55:39 2023 +0100
  55. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · Fri Mar 10 04:33:14 2023 +0100
  56. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  57. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · Tue Mar 14 10:58:41 2023 -0400
  58. 4e7eba7 Merge branch '2023-03-14-revert-two-TI-patches' into next by Tom Rini · Tue Mar 14 10:53:50 2023 -0400
  59. d5fdad3 Revert "configs: j721s2: merge HS and non-HS defconfigs" by Tom Rini · Tue Mar 14 10:53:44 2023 -0400
  60. 73456b1 Revert "configs: j7200: Merge HS and non-HS defconfigs" by Tom Rini · Tue Mar 14 10:53:38 2023 -0400
  61. ea409b7 configs: ls208x: enable DM_SERIAL by Ioana Ciornei · Tue Feb 28 18:32:12 2023 +0200
  62. 37ea2ec arch: arm: dst: fsl-ls2080a.dts: tag serial nodes with bootph-all by Ioana Ciornei · Tue Feb 28 18:32:11 2023 +0200
  63. 8bd15e7 arch: arm: dst: fsl-ls2080a.dts: sync serial nodes with Linux by Ioana Ciornei · Tue Feb 28 18:32:10 2023 +0200
  64. 1303a11 arch: arm: dst: fsl-ls2080a.dtsi: move the serial nodes under soc by Ioana Ciornei · Tue Feb 28 18:32:09 2023 +0200
  65. 883f49e arch: arm: dst: fsl-ls2080a.dtsi: add an 'soc' node by Ioana Ciornei · Tue Feb 28 18:32:08 2023 +0200
  66. 6533138 arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r' by Ioana Ciornei · Wed Feb 22 16:17:40 2023 +0200
  67. 2ead443 board: freescale: ls1088a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:19 2023 +0200
  68. 9d249b3 board: freescale: ls2080aqds: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:18 2023 +0200
  69. 9d68ac3 board: freescale: ls2080rdb: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:17 2023 +0200
  70. f1b0e23 board: freescale: lx2160a: remove code under !CONFIG_DM_ETH by Ioana Ciornei · Wed Feb 15 17:31:16 2023 +0200
  71. 497493c board: freescale: lx2160a: remove hardcoded ethernet initialization by Ioana Ciornei · Wed Feb 15 17:31:15 2023 +0200
  72. 9b26c18 Prepare v2023.04-rc4 by Tom Rini · Mon Mar 13 20:52:48 2023 -0400
  73. 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
  74. 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
  75. ef6c69e efi_loader: describe term_get_char() by Heinrich Schuchardt · Fri Mar 03 22:04:26 2023 +0100
  76. fa419cf efi_loader: update SetVariable attribute check by Masahisa Kojima · Tue Feb 21 11:33:17 2023 +0900
  77. db62843 doc: man-page for panic command by Heinrich Schuchardt · Fri Mar 03 22:48:27 2023 +0100
  78. ecf2151 doc: uefi: fix links by Vincent Stehlé · Mon Feb 20 15:37:29 2023 +0100
  79. 8e4edb2 test: unit test for crc8 by Heinrich Schuchardt · Wed Feb 22 02:10:20 2023 +0100
  80. 68033b1 video: Add a note about the broken implementation by Simon Glass · Fri Mar 10 12:47:23 2023 -0800
  81. e8b3e7d efi: Add dhrystone, dcache and scroll lines to app by Simon Glass · Fri Mar 10 12:47:22 2023 -0800
  82. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · Fri Mar 10 12:47:21 2023 -0800
  83. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · Fri Mar 10 12:47:20 2023 -0800
  84. 5b78e87 efi: Adjust script to show pre-relocation output on terminal by Simon Glass · Fri Mar 10 12:47:19 2023 -0800
  85. 32dc453 bbinfo: Show the size of the copy framebuffer by Simon Glass · Fri Mar 10 12:47:18 2023 -0800
  86. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  87. ce2ec8e efi: Support copy framebuffer by Simon Glass · Fri Mar 10 12:47:16 2023 -0800
  88. 5e4d3f2 efi: Use a fixed value for the timer clock by Simon Glass · Fri Mar 10 12:47:15 2023 -0800
  89. 3a12725 x86: Add a few more items to bdinfo by Simon Glass · Fri Mar 10 12:47:14 2023 -0800
  90. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  91. d944282 efi: video: Return mode info for app also by Simon Glass · Fri Mar 10 12:47:12 2023 -0800
  92. f89af4e efi: video: Move payload code into a function by Simon Glass · Fri Mar 10 12:47:11 2023 -0800
  93. 113e138 microblaze: drop remnants of manual reloc by Ovidiu Panait · Sat Mar 11 19:38:38 2023 +0200
  94. e3e53eb microblaze: drop CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Sat Mar 11 19:38:37 2023 +0200
  95. a4786c9 tools: relocate-rela: add support for handling 32-bit big endian files by Ovidiu Panait · Sat Mar 11 19:38:36 2023 +0200
  96. 6155b0b tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu() by Ovidiu Panait · Sat Mar 11 19:38:35 2023 +0200
  97. 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
  98. b8a5277 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Mar 10 19:10:14 2023 -0500
  99. 03e8c2d Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Fri Mar 10 19:09:59 2023 -0500
  100. 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