public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: sbabic@denx.de, u-boot@lists.denx.de
Subject: Pull request: Please pull u-boot-imx-20240115
Date: Mon, 15 Jan 2024 23:45:54 -0300	[thread overview]
Message-ID: <20240116024554.3316040-1-festevam@gmail.com> (raw)

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

             reply	other threads:[~2024-01-16  2:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-16  2:45 Fabio Estevam [this message]
2024-01-16 16:49 ` Pull request: Please pull u-boot-imx-20240115 Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 13:02 Fabio Estevam
2024-01-22 15:10 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240116024554.3316040-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=sbabic@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox