[GIT PULL] Please pull u-boot-imx-next-20240603

Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 7e52d6ccfb76e2afc2d183b357abe2a2e2f948cf:
Merge patch series "FWU: Add support for FWU metadata version 2" (2024-05-24 13:42:07 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240603
for you to fetch changes up to fb95661116fb4269883721afd80578e6d88ce043:
imx8mm-cl-iot-gate: Add support for the Realtek RTL8211E PHY (2024-06-03 12:14:29 -0300)
u-boot-imx-next-20240603 --------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/20956
- Support different RAM sizes on imx8m phycoce boards. - Support new toradex variants. - Support Samsung 4GB DDR and Realtek RTL8211E PHY on imx8mm-cl-iot-gate. - Convert imx8mm-phycore and imx8mp-phycore boards to use OF_UPSTREAM.
---------------------------------------------------------------- Benjamin Hahn (1): board: phycore_imx8mp: enable setting 2GHz timings without RAM size
Emanuele Ghidoli (5): board: toradex: verdin-imx8mm: add 4 GB lpddr4 memory support board: toradex: verdin-imx8mm: increase maximum addressable ram to 4GB toradex: tdx-cfg-block: add aquila am69 sku 0088 pid4 toradex: tdx-cfg-block: add verdin imx95 sku 0089 pid4 toradex: tdx-cfg-block: add verdin i.mx8m mini 0090 pid4
Fabio Estevam (2): imx8mm-cl-iot-gate: Add support for Samsung 4GB DDR imx8mm-cl-iot-gate: Add support for the Realtek RTL8211E PHY
Teresa Remmet (3): board: phytec: phycore-imx8mp: spl: Fix syle issue board: phytec: phycore_imx8mp: Add support for different RAM sizes board: phytec: phycore_imx8mp: Make RAM size configuration fix
Yannic Moog (2): arm: imx8mm-phycore: move to OF_UPSTREAM arm: imx8mp-phycore: move to OF_UPSTREAM
arch/arm/dts/Makefile | 3 - arch/arm/dts/imx8mm-phyboard-polis-rdk.dts | 460 ------------------- arch/arm/dts/imx8mm-phycore-som.dtsi | 440 ------------------ arch/arm/dts/imx8mm-phygate-tauri-l.dts | 489 --------------------- arch/arm/dts/imx8mp-phyboard-pollux-rdk.dts | 361 --------------- arch/arm/dts/imx8mp-phycore-som.dtsi | 323 -------------- arch/arm/mach-imx/imx8m/Kconfig | 2 + board/compulab/imx8mm-cl-iot-gate/ddr/ddr.c | 4 +- .../imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c | 106 ++++- board/phytec/phycore_imx8mm/MAINTAINERS | 3 - board/phytec/phycore_imx8mp/Kconfig | 67 +++ board/phytec/phycore_imx8mp/MAINTAINERS | 1 - board/phytec/phycore_imx8mp/lpddr4_timing.c | 153 +++++++ board/phytec/phycore_imx8mp/lpddr4_timing.h | 16 + board/phytec/phycore_imx8mp/phycore-imx8mp.c | 11 + board/phytec/phycore_imx8mp/spl.c | 136 +++--- board/toradex/common/tdx-cfg-block.c | 3 + board/toradex/common/tdx-cfg-block.h | 3 + board/toradex/verdin-imx8mm/lpddr4_timing.c | 14 +- board/toradex/verdin-imx8mm/verdin-imx8mm.c | 5 +- configs/imx8mm-phygate-tauri-l_defconfig | 2 +- configs/phycore-imx8mm_defconfig | 2 +- configs/phycore-imx8mp_defconfig | 2 +- include/configs/imx8mm-cl-iot-gate.h | 2 +- include/configs/phycore_imx8mp.h | 4 +- include/configs/verdin-imx8mm.h | 6 +- 26 files changed, 454 insertions(+), 2164 deletions(-) delete mode 100644 arch/arm/dts/imx8mm-phyboard-polis-rdk.dts delete mode 100644 arch/arm/dts/imx8mm-phycore-som.dtsi delete mode 100644 arch/arm/dts/imx8mm-phygate-tauri-l.dts delete mode 100644 arch/arm/dts/imx8mp-phyboard-pollux-rdk.dts delete mode 100644 arch/arm/dts/imx8mp-phycore-som.dtsi create mode 100644 board/phytec/phycore_imx8mp/lpddr4_timing.h

On Mon, Jun 03, 2024 at 01:43:03PM -0300, Fabio Estevam wrote:
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 7e52d6ccfb76e2afc2d183b357abe2a2e2f948cf:
Merge patch series "FWU: Add support for FWU metadata version 2" (2024-05-24 13:42:07 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240603
for you to fetch changes up to fb95661116fb4269883721afd80578e6d88ce043:
imx8mm-cl-iot-gate: Add support for the Realtek RTL8211E PHY (2024-06-03 12:14:29 -0300)
u-boot-imx-next-20240603
Applied to u-boot/next, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini