mbox series

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

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

Pull-request

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

Message

Fabio Estevam Nov. 9, 2024, 5:08 p.m. UTC
Hi Tom,

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

The following changes since commit a7a96a37cbd875994bc8d25adb0536bf00e4a30e:

  Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2024-11-06 10:44:33 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 28958998f6301bc4a247a9057a623f997ee78c11:

  arm: mach-imx: imx8m: re-use SNVS init routine (2024-11-09 08:55:04 -0300)

u-boot-imx-master-20241105
--------------------------

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

- Improve imx9 boot medium autodection.
- Add possibility to skip DCD on i.MX8.
- Switch to using upstream DT on DH i.MX6 DHCOM.
- Add support for i.MX6DL DHCOM SoM on PDK2 carrier board.
- Handle FIELD_RETURN on i.MX HAB.
----------------------------------------------------------------
Benjamin Szőke (1):
      imx9: Improve boot mode autodetection

Heiko Schocher (1):
      tools: imx8image: add possibility to skip dcd

Ian Ray (2):
      arm: mach-imx: move snvs module
      arm: mach-imx: imx8m: re-use SNVS init routine

Marek Vasut (2):
      ARM: dts: imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board
      ARM: dts: imx: Switch to using upstream DT on DH i.MX6 DHCOM

Paul Geurts (2):
      imx: hab: rename imx_sec_config_fuse_t to imx_fuse
      imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN

 arch/arm/dts/Makefile                              |  6 +----
 arch/arm/dts/imx6dl-dhcom-pdk2.dts                 | 15 -----------
 arch/arm/dts/imx6dl-dhcom-picoitx.dts              | 20 ---------------
 arch/arm/dts/imx6q-dhcom-pdk2.dts                  | 25 ------------------
 arch/arm/dts/imx6s-dhcom-drc02.dts                 | 30 ----------------------
 arch/arm/include/asm/mach-imx/hab.h                |  5 ++--
 arch/arm/mach-imx/Makefile                         |  2 ++
 arch/arm/mach-imx/hab.c                            | 30 ++++++++++++++++++----
 arch/arm/mach-imx/imx8m/soc.c                      | 11 +++++++-
 arch/arm/mach-imx/imx9/soc.c                       | 12 ++++++---
 arch/arm/mach-imx/mx6/soc.c                        |  7 ++++-
 arch/arm/mach-imx/mx7/Makefile                     |  2 +-
 arch/arm/mach-imx/mx7/soc.c                        |  7 ++++-
 arch/arm/mach-imx/mx7ulp/soc.c                     |  7 ++++-
 arch/arm/mach-imx/{mx7 => }/snvs.c                 |  0
 arch/arm/mach-imx/snvs.h                           |  6 +++++
 board/freescale/imx93_evk/imx93_evk.c              |  2 +-
 configs/dh_imx6_defconfig                          |  5 ++--
 dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts | 20 +++++++++++++++
 include/configs/imx93_evk.h                        |  8 +++++-
 include/imx8image.h                                |  1 +
 tools/imx8image.c                                  |  7 ++++-
 22 files changed, 113 insertions(+), 115 deletions(-)
 delete mode 100644 arch/arm/dts/imx6dl-dhcom-pdk2.dts
 delete mode 100644 arch/arm/dts/imx6dl-dhcom-picoitx.dts
 delete mode 100644 arch/arm/dts/imx6q-dhcom-pdk2.dts
 delete mode 100644 arch/arm/dts/imx6s-dhcom-drc02.dts
 rename arch/arm/mach-imx/{mx7 => }/snvs.c (100%)
 create mode 100644 arch/arm/mach-imx/snvs.h
 create mode 100644 dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts

Comments

Tom Rini Nov. 9, 2024, 9:23 p.m. UTC | #1
On Sat, Nov 09, 2024 at 02:08:26PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/master, thanks.
> 
> The following changes since commit a7a96a37cbd875994bc8d25adb0536bf00e4a30e:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2024-11-06 10:44:33 -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241105
> 
> for you to fetch changes up to 28958998f6301bc4a247a9057a623f997ee78c11:
> 
>   arm: mach-imx: imx8m: re-use SNVS init routine (2024-11-09 08:55:04 -0300)
> 
> u-boot-imx-master-20241105

Applied to u-boot/master, thanks!