mbox series

[GIT,PULL] Please pull u-boot-imx-master-20240429

Message ID 20240429103524.1146511-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-imx-master-20240429 | expand

Pull-request

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

Message

Fabio Estevam April 29, 2024, 10:35 a.m. UTC
Hi Tom,

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

The following changes since commit 174ac987655c888017c82df1883c0c2ea0dc2495:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc (2024-04-26 07:39:18 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 37e50627efacd8dae18b564e9d8886a033e181bc:

  ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman (2024-04-28 12:10:13 -0300)

u-boot-imx-master-20240429
--------------------------

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

- Fix missing fdt_fixup on colibri-imx(6ull|imx7).
- Enable PCIe and NVMe on DH i.MX8M Plus DHCOM PDK3.
- Convert i.MX8M flash.bin image generation to binman
- Convert imx93-11x11-evk to OF_UPSTREAM.
----------------------------------------------------------------
Francesco Dolcini (1):
      board: toradex: colibri-imx(6ull|imx7): Fix missing fdt_fixup boot error

Marek Vasut (4):
      ARM: dts: imx: Enable PCIe and NVMe on DH i.MX8M Plus DHCOM PDK3
      binman: Add nxp_imx8mimage etype
      ARM: dts: imx: Switch Ronetix iMX8MQ-CM to imx8mq-u-boot.dtsi
      ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman

Peng Fan (2):
      dt-bindings: imx93: sync clock header
      imx: imx93-11x11-evk: convert to OF_UPSTREAM

 arch/arm/dts/Makefile                           |   1 -
 arch/arm/dts/imx8mm-u-boot.dtsi                 | 126 ++++------
 arch/arm/dts/imx8mm-verdin-wifi-dev-u-boot.dtsi |   8 +-
 arch/arm/dts/imx8mn-u-boot.dtsi                 | 147 +++++------
 arch/arm/dts/imx8mp-dhcom-pdk3-u-boot.dtsi      |  12 +
 arch/arm/dts/imx8mp-dhcom-u-boot.dtsi           |   2 +-
 arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi      |   2 +-
 arch/arm/dts/imx8mp-u-boot.dtsi                 |  96 +++----
 arch/arm/dts/imx8mq-cm-u-boot.dtsi              | 111 +-------
 arch/arm/dts/imx8mq-librem5-r4-u-boot.dtsi      |  15 +-
 arch/arm/dts/imx8mq-u-boot.dtsi                 | 109 ++++----
 arch/arm/dts/imx93-11x11-evk-u-boot.dtsi        | 118 +++++++++
 arch/arm/dts/imx93-11x11-evk.dts                | 322 ------------------------
 arch/arm/dts/imx93-u-boot.dtsi                  |  15 ++
 arch/arm/mach-imx/imx9/Kconfig                  |   1 +
 configs/colibri-imx6ull_defconfig               |   1 +
 configs/colibri_imx7_defconfig                  |   1 +
 configs/imx8mp_dhcom_pdk3_defconfig             |   5 +
 configs/imx93_11x11_evk_defconfig               |   2 +-
 configs/imx93_11x11_evk_ld_defconfig            |   2 +-
 include/configs/colibri-imx6ull.h               |   2 +-
 include/configs/colibri_imx7.h                  |   2 +-
 include/dt-bindings/clock/imx93-clock.h         |   3 +-
 tools/binman/etype/nxp_imx8mimage.py            |  74 ++++++
 24 files changed, 437 insertions(+), 740 deletions(-)
 delete mode 100644 arch/arm/dts/imx93-11x11-evk.dts
 create mode 100644 tools/binman/etype/nxp_imx8mimage.py

Comments

Tom Rini April 29, 2024, 4:49 p.m. UTC | #1
On Mon, Apr 29, 2024 at 07:35:24AM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/master, thanks.
> 
> The following changes since commit 174ac987655c888017c82df1883c0c2ea0dc2495:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc (2024-04-26 07:39:18 -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240429
> 
> for you to fetch changes up to 37e50627efacd8dae18b564e9d8886a033e181bc:
> 
>   ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman (2024-04-28 12:10:13 -0300)
> 
> u-boot-imx-master-20240429

Applied to u-boot/master, thanks!