mbox series

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

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

Pull-request

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

Message

Fabio Estevam Feb. 24, 2024, 10:21 p.m. UTC
Hi Tom,

Please pull from u-boot-imx, thanks.

The following changes since commit bb9d6c7f4f6a598e8856b2e19e58c7de078a0d6e:

  Merge tag 'u-boot-amlogic-fixes-20240223' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2024-02-23 12:54:03 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 7c76b1b91bf67cd09fdf5dbd71590f9e580590fa:

  opos6uldev: Convert to watchdog driver model (2024-02-24 16:29:24 -0300)

u-boot-imx-master-20240224
--------------------------

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

- Enable the thermal driver for the imx8m phycore boards.
- Convert imx53-qsb to watchdog driver to fix the 'reset' command.
- Remove multiline string from imx6dl-sielaff.
- Add SPI boot support for imxrt1050-evk.
- Convert opos6uldev to watchdog driver to fix the 'reset' command.
----------------------------------------------------------------
Benjamin Hahn (3):
      phycore-imx8mp_defconfig: Enable CONFIG_IMX_TMU
      phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU
      imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU

Fabio Estevam (1):
      imx53-qsb: Convert to watchdog driver model

Frieder Schrempf (1):
      board: imx6dl-sielaff: spl.c: Remove multiline string

Jesse Taube (2):
      imx: imxrt1050-evk: Add support for SPI flash booting
      imx: imxrt1050-evk: Add documentation for SPI boot

Mathieu Othacehe (4):
      arm: dts: imx93: Add USB support.
      arm: dts: imx93-var-som-symphony: Add USB support.
      configs: imx93_var_som: Add USB support.
      configs: imx93_var_som: Add fastboot support.

Sébastien Szymanski (1):
      opos6uldev: Convert to watchdog driver model

 arch/arm/dts/imx53-qsb-u-boot.dtsi             |  13 ++++
 arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi        |  10 +++
 arch/arm/dts/imx93-var-som-symphony.dts        |  18 +++++
 arch/arm/dts/imx93.dtsi                        |  58 ++++++++++++++
 arch/arm/dts/imxrt1020-evk-u-boot.dtsi         |   4 +
 arch/arm/dts/imxrt1050-evk-u-boot.dtsi         |  31 ++++++++
 arch/arm/dts/imxrt1170-evk-u-boot.dtsi         |   4 +
 arch/arm/mach-imx/imxrt/Kconfig                |   1 +
 board/freescale/imxrt1050-evk/MAINTAINERS      |   1 +
 board/freescale/imxrt1050-evk/imximage-nor.cfg |  41 ++++++++++
 board/freescale/imxrt1050-evk/imximage.cfg     |  10 ++-
 board/freescale/imxrt1050-evk/imxrt1050-evk.c  |   7 +-
 board/sielaff/imx6dl-sielaff/spl.c             |   4 +-
 configs/imx8mm-phygate-tauri-l_defconfig       |   1 +
 configs/imx93_var_som_defconfig                |  15 ++++
 configs/imxrt1050-evk_defconfig                |   8 +-
 configs/imxrt1050-evk_fspi_defconfig           | 100 +++++++++++++++++++++++++
 configs/mx53loco_defconfig                     |   3 +
 configs/opos6uldev_defconfig                   |   3 +
 configs/phycore-imx8mm_defconfig               |   1 +
 configs/phycore-imx8mp_defconfig               |   1 +
 doc/board/nxp/imxrt1050-evk.rst                |  30 ++++++++
 include/configs/imxrt1050-evk.h                |   6 ++
 23 files changed, 362 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/dts/imx53-qsb-u-boot.dtsi
 create mode 100644 board/freescale/imxrt1050-evk/imximage-nor.cfg
 create mode 100644 configs/imxrt1050-evk_fspi_defconfig

Comments

Tom Rini Feb. 25, 2024, 1:10 p.m. UTC | #1
On Sat, Feb 24, 2024 at 07:21:17PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx, thanks.
> 
> The following changes since commit bb9d6c7f4f6a598e8856b2e19e58c7de078a0d6e:
> 
>   Merge tag 'u-boot-amlogic-fixes-20240223' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2024-02-23 12:54:03 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240224
> 
> for you to fetch changes up to 7c76b1b91bf67cd09fdf5dbd71590f9e580590fa:
> 
>   opos6uldev: Convert to watchdog driver model (2024-02-24 16:29:24 -0300)
> 
> u-boot-imx-master-20240224

Applied to u-boot/master, thanks!