1. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Mon Sep 26 11:27:30 2022 -0400
  2. 0d821f3 riscv: ae350: Disable AVAILABLE_HARTS by Rick Chen · Wed Sep 21 14:34:55 2022 +0800
  3. 9c4d5c1 riscv: Introduce AVAILABLE_HARTS by Rick Chen · Wed Sep 21 14:34:54 2022 +0800
  4. 7e5e029 spl: introduce SPL_XIP to config by Nikita Shubin · Fri Sep 02 11:47:39 2022 +0300
  5. 7f13413 Merge tag 'dm-next-25sep22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Sun Sep 25 17:20:11 2022 -0400
  6. 509f32e sandbox: Add a test for SCSI by Simon Glass · Wed Sep 21 16:21:47 2022 +0200
  7. fe0e249 sandbox: Convert to use driver model for SCSI by Simon Glass · Wed Sep 21 16:21:46 2022 +0200
  8. 4d3b00d sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · Wed Sep 21 16:21:45 2022 +0200
  9. 9ef3ac8 sandbox: Enable SCSI for all builds by Simon Glass · Wed Sep 21 16:21:44 2022 +0200
  10. bfe2c81 sandbox: scsi: Move structs to header file by Simon Glass · Wed Sep 21 16:21:43 2022 +0200
  11. 657efaa sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · Wed Sep 21 16:21:42 2022 +0200
  12. 8cfdea7 sandbox: scsi: Move reply setup out of helper by Simon Glass · Wed Sep 21 16:21:41 2022 +0200
  13. 4313c3e sandbox: scsi: Move file size into shared struct by Simon Glass · Wed Sep 21 16:21:40 2022 +0200
  14. d0962c9 sandbox: scsi: Move block size into shared struct by Simon Glass · Wed Sep 21 16:21:39 2022 +0200
  15. 37884f0 scsi: Move vendor/product info into the shared struct by Simon Glass · Wed Sep 21 16:21:38 2022 +0200
  16. 293c43f sandbox: Move buffer to scsi_emul_info by Simon Glass · Wed Sep 21 16:21:37 2022 +0200
  17. 4c92a4d scsi: Move core emulation state into a new struct by Simon Glass · Wed Sep 21 16:21:36 2022 +0200
  18. e6e05ad scsi: Move cmd_phase enum to the header by Simon Glass · Wed Sep 21 16:21:35 2022 +0200
  19. e241fc3 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · Wed Sep 21 16:21:34 2022 +0200
  20. eccb24a scsi: Tidy up comments for struct scsi_cmd by Simon Glass · Wed Sep 21 16:21:33 2022 +0200
  21. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  22. 79cb241 sandbox: unblock signal before calling execv() by Heinrich Schuchardt · Fri Sep 02 02:32:25 2022 +0200
  23. 630fd3c Merge branch '2022-09-24-add-console-flush' into next by Tom Rini · Sat Sep 24 13:58:49 2022 -0400
  24. 937b7d8 boot: Call flush() before booting by Pali Rohár · Mon Sep 05 11:31:21 2022 +0200
  25. 8e67a8a serial: Call flush() before changing baudrate by Pali Rohár · Mon Sep 05 11:31:20 2022 +0200
  26. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · Mon Sep 05 11:31:19 2022 +0200
  27. 9c9ceca serial: Implement flush callback by Pali Rohár · Mon Sep 05 11:31:18 2022 +0200
  28. 5aceb26 console: Implement flush() function by Pali Rohár · Mon Sep 05 11:31:17 2022 +0200
  29. 4acd1a0 sandbox: Add function os_flush() by Pali Rohár · Mon Sep 05 11:31:16 2022 +0200
  30. f1adb18 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · Thu Sep 22 15:26:43 2022 +0200
  31. a674b80 Merge branch '2022-09-23-4gb-ddr-in-32bit-ppc' into next by Tom Rini · Fri Sep 23 18:42:53 2022 -0400
  32. 8dc23ef board_f: show_dram_config: Print also real DRAM size by Pali Rohár · Sun Sep 18 13:23:27 2022 +0200
  33. c14fad5 display_options: print_size: Fix order overflow by Pali Rohár · Mon Sep 12 21:02:27 2022 +0200
  34. 16f862f powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds by Pali Rohár · Sun Sep 11 11:29:16 2022 +0200
  35. 777ba48 powerpc/mpc85xx: Explain TLB unmapped memory message by Pali Rohár · Fri Sep 09 17:32:46 2022 +0200
  36. e917a0b ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds by Pali Rohár · Fri Sep 09 17:32:45 2022 +0200
  37. af69602 ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit mode by Pali Rohár · Fri Sep 09 17:32:44 2022 +0200
  38. ba471ba ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_t by Pali Rohár · Fri Sep 09 17:32:43 2022 +0200
  39. 7624a41 ddr: fsl: Fix checking for maximal mappable memory by Pali Rohár · Fri Sep 09 17:32:42 2022 +0200
  40. ad37d42 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · Fri Sep 09 17:32:41 2022 +0200
  41. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · Fri Sep 09 17:32:40 2022 +0200
  42. 38ab987 common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · Fri Sep 09 17:32:39 2022 +0200
  43. 212ef41 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · Fri Sep 09 17:32:38 2022 +0200
  44. 9330165 Merge branch '2022-09-23-add-mediatek-mt7986-support' into next by Tom Rini · Fri Sep 23 15:09:44 2022 -0400
  45. 9d1929d MAINTAINERS: update maintainer for MediaTek ARM platform by developer · Fri Sep 09 20:00:27 2022 +0800
  46. f291ee1 tools: mtk_image: add support for nand headers used by newer chips by developer · Fri Sep 09 20:00:25 2022 +0800
  47. 4873b41 tools: mtk_image: split the code of generating NAND header into a new file by developer · Fri Sep 09 20:00:21 2022 +0800
  48. f9e11c9 tools: mtk_image: split gfh header verification into a new function by developer · Fri Sep 09 20:00:18 2022 +0800
  49. 8626414 cpu: add basic cpu driver for MediaTek ARM chips by developer · Fri Sep 09 20:00:16 2022 +0800
  50. 79128da clk: mediatek: add clock driver support for MediaTek MT7981 SoC by developer · Fri Sep 09 20:00:12 2022 +0800
  51. 37161fe clk: mediatek: add clock driver support for MediaTek MT7986 SoC by developer · Fri Sep 09 20:00:09 2022 +0800
  52. f724f11 clk: mediatek: add CLK_XTAL support for clock driver by developer · Fri Sep 09 20:00:07 2022 +0800
  53. ad5b075 clk: mediatek: add infrasys clock mux support by developer · Fri Sep 09 20:00:04 2022 +0800
  54. fd47f76 clk: mediatek: add support to configure clock driver parent by developer · Fri Sep 09 20:00:01 2022 +0800
  55. 2dc4caa clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock parent of xtal clock by developer · Fri Sep 09 19:59:59 2022 +0800
  56. 6fa7ae1 pinctrl: mediatek: add pinctrl driver for MT7986 SoC by developer · Fri Sep 09 19:59:57 2022 +0800
  57. 2207335 pinctrl: mediatek: add pinctrl driver for MT7981 SoC by developer · Fri Sep 09 19:59:55 2022 +0800
  58. ee250ad dt-bindings: pinctrl: mediatek: add a header for common pinconf parameters by developer · Fri Sep 09 19:59:52 2022 +0800
  59. fb08630 arm: dts: mt7622: add i2c support by developer · Fri Sep 09 19:59:50 2022 +0800
  60. 301212f i2c: add support for MediaTek I2C interface by developer · Fri Sep 09 19:59:48 2022 +0800
  61. 2420220 spi: add support for MediaTek spi-mem controller by developer · Fri Sep 09 19:59:45 2022 +0800
  62. 9798c41 watchdog: mediatek: add support for MediaTek MT7986 SoC by developer · Fri Sep 09 19:59:43 2022 +0800
  63. 0e08eed timer: mtk: add support for MediaTek MT7981/MT7986 SoCs by developer · Fri Sep 09 19:59:41 2022 +0800
  64. 910cce7 pwm: mtk: add support for MediaTek MT7981 SoC by developer · Fri Sep 09 19:59:38 2022 +0800
  65. 38f7533 pwm: mtk: add support for MediaTek MT7986 SoC by developer · Fri Sep 09 19:59:36 2022 +0800
  66. 6a9a3dd arm: dts: mt7622: force high-speed mode for uart by developer · Fri Sep 09 19:59:33 2022 +0800
  67. 0dc720a serial: mtk: add support for using dynamic baud clock souce by developer · Fri Sep 09 19:59:31 2022 +0800
  68. 053929c net: mediatek: add support for MediaTek MT7981/MT7986 by developer · Fri Sep 09 19:59:28 2022 +0800
  69. a7cdebf net: mediatek: add support for PDMA v2 by developer · Fri Sep 09 19:59:26 2022 +0800
  70. 65089f7 net: mediatek: stop using bitfileds for DMA descriptors by developer · Fri Sep 09 19:59:24 2022 +0800
  71. 1d3b1f6 net: mediatek: use a struct to cover variations of all SoCs by developer · Fri Sep 09 19:59:21 2022 +0800
  72. 1b0c7ed mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCs by developer · Fri Sep 09 19:59:19 2022 +0800
  73. 15dd2c8 board: mediatek: add MT7981 reference boards by developer · Fri Sep 09 19:59:16 2022 +0800
  74. 56ed64c board: mediatek: add MT7986 reference boards by developer · Fri Sep 09 19:59:13 2022 +0800
  75. ff9f2d4 arm: mediatek: add support for MediaTek MT7981 SoC by developer · Fri Sep 09 19:59:11 2022 +0800
  76. e021c15 arm: mediatek: add support for MediaTek MT7986 SoC by developer · Fri Sep 09 19:59:09 2022 +0800
  77. c11d92b Merge tag 'u-boot-imx-20220922' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Sep 22 10:29:29 2022 -0400
  78. 5e0005b kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected by Fabio Estevam · Tue Aug 23 22:09:34 2022 -0300
  79. c0a2836 mx8m: csf.sh: Fix the calculation of fit_block_size by Fabio Estevam · Sat Aug 13 09:03:10 2022 -0300
  80. 19a5d10 Merge tag 'dm-pull-21sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Sep 21 08:22:11 2022 -0400
  81. 4914547 binman: Get futility by building it by Simon Glass · Sat Sep 17 09:01:19 2022 -0600
  82. 0282f9f cmd: fdt: Add support for reading stringlist property values by Marek Vasut · Fri Jul 08 23:50:43 2022 +0200
  83. f7b184e ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock by Marek Vasut · Mon Sep 19 21:37:07 2022 +0200
  84. d1ac635 arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsi by Tim Harvey · Fri Sep 09 14:42:38 2022 -0700
  85. 4475450 arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsi by Tim Harvey · Fri Sep 09 14:42:11 2022 -0700
  86. 0c8961e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Tue Sep 20 08:50:07 2022 -0400
  87. 06ad78d Merge tag 'u-boot-at91-2023.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Tue Sep 20 08:49:36 2022 -0400
  88. 0d1b83e kirkwood: lsxl: Sync defconfigs by Stefan Roese · Thu Sep 15 16:20:43 2022 +0200
  89. 88e30b7 arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to timer DT node by Stefan Roese · Thu Sep 15 16:20:42 2022 +0200
  90. 5dc6abd arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1 by Stefan Roese · Thu Sep 15 16:20:41 2022 +0200
  91. 81e1aeb arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate step by Stefan Roese · Thu Sep 15 16:20:40 2022 +0200
  92. 5ae022f arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms by Stefan Roese · Thu Sep 15 16:20:39 2022 +0200
  93. 537f018 timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support by Stefan Roese · Thu Sep 15 16:20:38 2022 +0200
  94. 70280f2 timer: orion-timer: Add support for other Armada SoC's by Stefan Roese · Thu Sep 15 16:20:37 2022 +0200
  95. 2e137cd arm: mvebu: theadorable: Update eth & mdio DT nodes by Stefan Roese · Thu Sep 15 15:21:22 2022 +0200
  96. c621b2c arm: mvebu: theadorable: Misc defconfig changes by Stefan Roese · Thu Sep 15 15:21:21 2022 +0200
  97. ab7f0f6 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · Wed Sep 14 18:48:16 2022 +0200
  98. 96057c9 arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT by Pali Rohár · Wed Sep 14 15:06:46 2022 +0200
  99. 700067c Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for u-boot-spl.kwb by Pali Rohár · Wed Sep 14 15:06:14 2022 +0200
  100. 5f56cfe Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Mon Sep 19 16:49:18 2022 -0400