[GIT PULL] Please pull u-boot-imx-master-20241029

Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit dfe9e29f8381213c377bfa1de4d1ba7587c3b1c3:
Merge https://source.denx.de/u-boot/custodians/u-boot-sh (2024-10-29 10:05:30 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241029
for you to fetch changes up to d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0:
net: dwc_eth_qos: Remove obsolete imx8 includes (2024-10-29 16:25:53 -0300)
u-boot-imx-master-20241029 --------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23092
- Implement i.MX93 erratum fix on the dwc_eth_qos driver to fix RMII. - Add support for Emcraft Systems NavQ+. - Fix the size of IVT + CSF blob tacked on to u-boot.itb. ---------------------------------------------------------------- Erik Schumacher (3): net: dwc_eth_qos: Add support for platform specific reset net: dwc_eth_qos_imx: Add platform specific reset for i.MX93 net: dwc_eth_qos: Remove obsolete imx8 includes
Gilles Talis (1): board: emcraft: Add support for Emcraft Systems NavQ+
Marek Vasut (1): arm64: imx: Fix 0Xnn to 0xnn
Rasmus Villemoes (1): imx: hab: fix size of IVT+CSF blob tacked on to u-boot.itb
arch/arm/dts/imx8mp-navqp-u-boot.dtsi | 110 ++ arch/arm/include/asm/arch-imx8m/imx-regs.h | 2 +- arch/arm/mach-imx/imx8m/Kconfig | 8 + board/emcraft/imx8mp_navqp/Kconfig | 15 + board/emcraft/imx8mp_navqp/MAINTAINERS | 8 + board/emcraft/imx8mp_navqp/Makefile | 13 + board/emcraft/imx8mp_navqp/imx8mp_navqp.c | 10 + board/emcraft/imx8mp_navqp/imx8mp_navqp.env | 18 + board/emcraft/imx8mp_navqp/imximage-8mp-lpddr4.cfg | 8 + board/emcraft/imx8mp_navqp/lpddr4_timing.c | 1842 ++++++++++++++++++++ board/emcraft/imx8mp_navqp/spl.c | 132 ++ configs/imx8mp_navqp_defconfig | 104 ++ doc/board/emcraft/imx8mp-navqp.rst | 65 + doc/board/emcraft/index.rst | 9 + doc/board/index.rst | 1 + drivers/net/dwc_eth_qos.c | 7 +- drivers/net/dwc_eth_qos.h | 1 + drivers/net/dwc_eth_qos_imx.c | 22 + include/configs/imx8mp_navqp.h | 37 + tools/binman/etype/nxp_imx8mcst.py | 2 + 20 files changed, 2409 insertions(+), 5 deletions(-) create mode 100644 arch/arm/dts/imx8mp-navqp-u-boot.dtsi create mode 100644 board/emcraft/imx8mp_navqp/Kconfig create mode 100644 board/emcraft/imx8mp_navqp/MAINTAINERS create mode 100644 board/emcraft/imx8mp_navqp/Makefile create mode 100644 board/emcraft/imx8mp_navqp/imx8mp_navqp.c create mode 100644 board/emcraft/imx8mp_navqp/imx8mp_navqp.env create mode 100644 board/emcraft/imx8mp_navqp/imximage-8mp-lpddr4.cfg create mode 100644 board/emcraft/imx8mp_navqp/lpddr4_timing.c create mode 100644 board/emcraft/imx8mp_navqp/spl.c create mode 100644 configs/imx8mp_navqp_defconfig create mode 100644 doc/board/emcraft/imx8mp-navqp.rst create mode 100644 doc/board/emcraft/index.rst create mode 100644 include/configs/imx8mp_navqp.h

On Tue, Oct 29, 2024 at 09:08:41PM -0300, Fabio Estevam wrote:
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit dfe9e29f8381213c377bfa1de4d1ba7587c3b1c3:
Merge https://source.denx.de/u-boot/custodians/u-boot-sh (2024-10-29 10:05:30 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241029
for you to fetch changes up to d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0:
net: dwc_eth_qos: Remove obsolete imx8 includes (2024-10-29 16:25:53 -0300)
u-boot-imx-master-20241029
Applied to u-boot/master, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini