Pull request: Please pull u-boot-imx-20240115

Fabio Estevam festevam at gmail.com
Tue Jan 16 03:45:54 CET 2024


Hi Tom,

Please pull from u-boot-imx, thanks.

The following changes since commit 547d3dd28a46a18d59e00a153c8becca8d4e8cf9:

  Merge branch '2024-01-12-assorted-fixes' (2024-01-12 08:34:50 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 662e7ef7f0e84114dd58d77ccdcfdf61d1a0df31:

  arm: xea: Add support for boot image source descriptor in SPL (2024-01-15 10:55:42 -0300)

u-boot-imx-20240115
-------------------

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

----------------------------------------------------------------
Anatolij Gustschin (1):
      arm: xea: Add support for boot image source descriptor in SPL

Fabio Estevam (3):
      doc: imx93_var_som: Adjust the underline length
      imx9: Select BINMAN at SoC level
      imx8m: Select BINMAN at SoC level

Lukasz Majewski (3):
      defconfig: xea: Change default spi-nor memory bus to 2 (single binary)
      arm: xea: Move XEA's environment variables from xea.h to xea.env
      arm: config: Enable CRC8 support in SPL on imx287 XEA board

Marek Vasut (2):
      ARM: imx: Set stdio to serial on DH i.MX8M Plus DHCOM
      ARM: imx: Set stdio to serial on Data Modul i.MX8M Mini/Plus eDM SBC

Primoz Fiser (1):
      imx: imx9: fixup thermal trips from fuses

Yannic Moog (4):
      Add support for phyGATE-Tauri-L-iMX8MM
      doc: board: phytec: Add phyGATE-Tauri board documentation
      board: phytec: MAINTAINERS: add missing phytec doc files
      board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION

 arch/arm/dts/Makefile                           |   1 +
 arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi |  70 ++++
 arch/arm/dts/imx8mm-phygate-tauri-l.dts         | 489 ++++++++++++++++++++++++
 arch/arm/mach-imx/imx8m/Kconfig                 |  39 +-
 arch/arm/mach-imx/imx9/Kconfig                  |   3 +-
 arch/arm/mach-imx/imx9/soc.c                    |  45 +++
 board/liebherr/xea/boot_img_scr.h               |  27 ++
 board/liebherr/xea/xea.c                        |  85 ++++
 board/liebherr/xea/xea.env                      | 139 +++++++
 board/phytec/common/Makefile                    |   4 +-
 board/phytec/common/phytec_som_detection.c      |   2 -
 board/phytec/phycore_imx8mm/MAINTAINERS         |   6 +
 board/phytec/phycore_imx8mp/MAINTAINERS         |   1 +
 configs/imx28_xea_defconfig                     |   1 +
 configs/imx28_xea_sb_defconfig                  |   2 +-
 configs/imx8mm-phygate-tauri-l_defconfig        | 115 ++++++
 doc/board/phytec/imx8mm-phygate-tauri-l.rst     |  60 +++
 doc/board/phytec/index.rst                      |   1 +
 doc/board/variscite/imx93_var_som.rst           |   4 +-
 include/configs/imx8mm_data_modul_edm_sbc.h     |  11 +-
 include/configs/imx8mp_data_modul_edm_sbc.h     |   9 +-
 include/configs/imx8mp_dhcom_pdk2.h             |  17 +-
 include/configs/xea.h                           | 140 -------
 23 files changed, 1070 insertions(+), 201 deletions(-)
 create mode 100644 arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mm-phygate-tauri-l.dts
 create mode 100644 board/liebherr/xea/boot_img_scr.h
 create mode 100644 board/liebherr/xea/xea.env
 create mode 100644 configs/imx8mm-phygate-tauri-l_defconfig
 create mode 100644 doc/board/phytec/imx8mm-phygate-tauri-l.rst


More information about the U-Boot mailing list