[GIT PULL v2] Please pull u-boot-imx-master-20241018a

Fabio Estevam festevam at gmail.com
Fri Oct 18 15:00:06 CEST 2024


Hi Tom,

Please pull from u-boot-imx/master, thanks.

The following changes since commit 608a31bdec6284ad6f821226e4c62c9cd3052874:

  Merge patch series "Introduce the lwIP network stack" (2024-10-16 11:11:57 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241018a

for you to fetch changes up to 9b1cecdd9b6eaf22c4fa268430669ceff0c48786:

  cpu: imx8_cpu: Avoid revision to corrupt device tree (2024-10-18 09:41:09 -0300)

u-boot-imx-master-20241018a
---------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22796

- Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3.
- Add ability to build fallback DTBOs from arch/$(ARCH)/dts.
- Remove fdt_high and initrd_high env variables from imx6-dhcom.
- Add dummy clk for imx8.
- Fix DT corruption in imx8_cpu.
- Improve DDR stability on pico-imx7d.
----------------------------------------------------------------
Marek Vasut (3):
      dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts
      arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3
      ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables

Peng Fan (2):
      clk: imx8: Add dummy clk
      cpu: imx8_cpu: Avoid revision to corrupt device tree

Ray Chang (1):
      pico-imx7d: Increase ODT resistor value

 Makefile                            |   4 +
 arch/arm/dts/Makefile               |   2 -
 arch/arm/dts/imx8mp-dhcom-pdk2.dts  | 158 ------------------
 arch/arm/dts/imx8mp-dhcom-pdk3.dts  | 317 ------------------------------------
 board/technexion/pico-imx7d/spl.c   |  10 +-
 configs/imx8mp_dhcom_pdk2_defconfig |   6 +-
 configs/imx8mp_dhcom_pdk3_defconfig |   6 +-
 drivers/clk/imx/clk-imx8qm.c        |   4 +
 drivers/clk/imx/clk-imx8qxp.c       |   4 +
 drivers/cpu/imx8_cpu.c              |  32 ++--
 dts/Kconfig                         |  16 ++
 dts/Makefile                        |  14 +-
 include/configs/dh_imx6.h           |   3 +-
 scripts/Makefile.dts                |   6 +
 14 files changed, 78 insertions(+), 504 deletions(-)
 delete mode 100644 arch/arm/dts/imx8mp-dhcom-pdk2.dts
 delete mode 100644 arch/arm/dts/imx8mp-dhcom-pdk3.dts


More information about the U-Boot mailing list