public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-imx-master-20240405
@ 2024-04-05 16:46 Fabio Estevam
  2024-04-06  0:46 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-04-05 16:46 UTC (permalink / raw)
  To: trini; +Cc: u-boot

Hi Tom,

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

The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:

  Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)

are available in the Git repository at:

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

for you to fetch changes up to f6be41c83c17c09dddfb1e29a7ca391b5190634d:

  arm: imx: fix signature_block_hdr struct fields order (2024-04-05 09:39:18 -0300)

u-boot-imx-master-20240405
--------------------------

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

- Convert imx8mp-beacon and verdin-imx8mm/verdin-imx8mp to OF_UPSTREAM.
- Enable PCIe NVMe support on imx8mp_beacon.
- Fix Ethernet and board detection on mx6cuboxi.
- Fix signature_block_hdr struct fields.
- Fix imx9_probe_mu prototype and make it to get called in EVT_DM_POST_INIT_R.
- Test whether ethernet node is enabled before reading MAC EEPROM on DHSOM SoMs.
----------------------------------------------------------------
Adam Ford (4):
      arm64: imx: imx8mp-beacon: Migrate to OF_UPSTREAM
      arm64: imx: imx8mm-beacon: Migrate to OF_UPSTREAM
      arm64: imx: imx8mn-beacon: Migrate to OF_UPSTREAM
      configs: imx8mp_beacon: Enable PCIe NVMe drives

Fabio Estevam (1):
      mx6cuboxi: Do not print devicetree model

Javier Viguera (1):
      arm: imx: fix signature_block_hdr struct fields order

Josua Mayer (1):
      mx6cuboxi: Fix Ethernet after DT sync with Linux

Marcel Ziswiler (1):
      verdin-imx8mm/verdin-imx8mp: move imx verdins to OF_UPSTREAM

Marek Vasut (1):
      ARM: imx: stm32: Test whether ethernet node is enabled before reading MAC EEPROM on DHSOM

Ye Li (2):
      arm: imx9: Correct imx9_probe_mu prototype
      arm: imx9: Call imx9_probe_mu for DM post in board_r

 arch/arm/dts/Makefile                              |    5 -
 .../imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi |    1 +
 arch/arm/dts/imx6qdl-sr-som-u-boot.dtsi            |   49 +
 arch/arm/dts/imx8mm-beacon-kit.dts                 |   19 -
 arch/arm/dts/imx8mm-beacon-som.dtsi                |  461 -------
 arch/arm/dts/imx8mm-verdin-dev.dtsi                |  160 ---
 arch/arm/dts/imx8mm-verdin-wifi-dev.dts            |   18 -
 arch/arm/dts/imx8mm-verdin-wifi.dtsi               |   94 --
 arch/arm/dts/imx8mm-verdin.dtsi                    | 1319 ------------------
 arch/arm/dts/imx8mn-beacon-kit.dts                 |   19 -
 arch/arm/dts/imx8mn-beacon-som.dtsi                |  472 -------
 arch/arm/dts/imx8mp-beacon-kit.dts                 |  783 -----------
 arch/arm/dts/imx8mp-beacon-som.dtsi                |  487 -------
 arch/arm/dts/imx8mp-verdin-dev.dtsi                |  165 ---
 arch/arm/dts/imx8mp-verdin-wifi-dev.dts            |   18 -
 arch/arm/dts/imx8mp-verdin-wifi.dtsi               |   87 --
 arch/arm/dts/imx8mp-verdin.dtsi                    | 1438 --------------------
 arch/arm/include/asm/arch-imx9/mu.h                |    2 +-
 arch/arm/mach-imx/imx8m/Kconfig                    |    5 +
 arch/arm/mach-imx/imx9/soc.c                       |    1 +
 board/dhelectronics/common/dh_common.c             |   16 +
 board/dhelectronics/common/dh_common.h             |    8 +
 board/dhelectronics/dh_imx6/dh_imx6.c              |    3 +
 board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c  |    6 +
 board/dhelectronics/dh_stm32mp1/board.c            |    6 +
 board/freescale/imx93_evk/spl.c                    |    2 +-
 board/phytec/phycore_imx93/spl.c                   |    2 +-
 board/solidrun/mx6cuboxi/mx6cuboxi.c               |   40 +-
 board/toradex/verdin-imx8mm/MAINTAINERS            |    4 -
 board/toradex/verdin-imx8mp/MAINTAINERS            |    4 -
 board/variscite/imx93_var_som/spl.c                |    2 +-
 configs/imx8mm_beacon_defconfig                    |    2 +-
 configs/imx8mm_beacon_fspi_defconfig               |    2 +-
 configs/imx8mn_beacon_2g_defconfig                 |    2 +-
 configs/imx8mn_beacon_defconfig                    |    2 +-
 configs/imx8mn_beacon_fspi_defconfig               |    2 +-
 configs/imx8mp_beacon_defconfig                    |    8 +-
 configs/mx6cuboxi_defconfig                        |    1 +
 configs/verdin-imx8mm_defconfig                    |    2 +-
 configs/verdin-imx8mp_defconfig                    |    2 +-
 include/imx_container.h                            |    4 +-
 41 files changed, 124 insertions(+), 5599 deletions(-)
 create mode 100644 arch/arm/dts/imx6qdl-sr-som-u-boot.dtsi
 delete mode 100644 arch/arm/dts/imx8mm-beacon-kit.dts
 delete mode 100644 arch/arm/dts/imx8mm-beacon-som.dtsi
 delete mode 100644 arch/arm/dts/imx8mm-verdin-dev.dtsi
 delete mode 100644 arch/arm/dts/imx8mm-verdin-wifi-dev.dts
 delete mode 100644 arch/arm/dts/imx8mm-verdin-wifi.dtsi
 delete mode 100644 arch/arm/dts/imx8mm-verdin.dtsi
 delete mode 100644 arch/arm/dts/imx8mn-beacon-kit.dts
 delete mode 100644 arch/arm/dts/imx8mn-beacon-som.dtsi
 delete mode 100644 arch/arm/dts/imx8mp-beacon-kit.dts
 delete mode 100644 arch/arm/dts/imx8mp-beacon-som.dtsi
 delete mode 100644 arch/arm/dts/imx8mp-verdin-dev.dtsi
 delete mode 100644 arch/arm/dts/imx8mp-verdin-wifi-dev.dts
 delete mode 100644 arch/arm/dts/imx8mp-verdin-wifi.dtsi
 delete mode 100644 arch/arm/dts/imx8mp-verdin.dtsi

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

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

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

On Fri, Apr 05, 2024 at 01:46:05PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull this material for from u-boot-imx/master, thanks.
> 
> The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:
> 
>   Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240405
> 
> for you to fetch changes up to f6be41c83c17c09dddfb1e29a7ca391b5190634d:
> 
>   arm: imx: fix signature_block_hdr struct fields order (2024-04-05 09:39:18 -0300)
> 
> u-boot-imx-master-20240405

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-06  0:46 UTC | newest]

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

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