U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-imx-master-20240429
@ 2024-04-29 10:35 Fabio Estevam
  2024-04-29 16:49 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-04-29 10:35 UTC (permalink / raw)
  To: trini; +Cc: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Please pull u-boot-imx-master-20240429
  2024-04-29 10:35 [GIT PULL] Please pull u-boot-imx-master-20240429 Fabio Estevam
@ 2024-04-29 16:49 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-04-29 16:49 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 737 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-29 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 10:35 [GIT PULL] Please pull u-boot-imx-master-20240429 Fabio Estevam
2024-04-29 16:49 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox