public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de, niko.mauno@vaisala.com, peng.fan@nxp.com,
	hugo@hugovil.com
Subject: [GIT PULL] Please pull u-boot-imx-master-20251104
Date: Fri,  6 Feb 2026 23:35:12 -0300	[thread overview]
Message-ID: <20260207023512.2793979-1-festevam@gmail.com> (raw)

Hi Tom,

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

The following changes since commit e5e75ea8c7b8e6d9ce1ca8ec7a25fa8b3f6029a9:

  Merge tag 'efi-2026-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2026-02-06 12:35:44 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 470ea759aa60890271fba0b8d0bcc7bb29e0b459:

  mach-imx: ele_ahab: Mitigate imx93_qsb build error (2026-02-06 20:35:56 -0300)

u-boot-imx-master-20260206
--------------------------

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

- Convert imx8mn_var_som to OF_UPSTREAM and several cleanups.
- Fix ele_ahab buid error on imx93_qsb.
- Add i.MX95 EVK remoteproc support.
- Several i.MX8/9 EVK cleanups.
----------------------------------------------------------------
Francois Berder (1):
      board: ge: common: vpd: Fix read_i2c_vpd return value

Hugo Villeneuve (6):
      arm: dts: imx8mn-var-som: Move SOM-specific nodes to SOM u-boot.dtsi
      arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi
      arm: dts: imx8mn-var-som-symphony: migrate to OF_UPSTREAM
      board: imx8mn_var_som: let clock system enable UART clock
      board: imx8mn-var-som: remove unneeded header files
      board: imx8mn-var-som: compile SPL-only stuff only in SPL build

Niko Mauno (1):
      mach-imx: ele_ahab: Mitigate imx93_qsb build error

Peng Fan (19):
      imx8mm_evk: Drop DECLARE_GLOBAL_DATA_PTR
      imx8mp_evk: spl: Drop i2c_pad_info1
      imx8mp_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
      imx8mp_evk: Cleanup headers
      imx8mn_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
      imx8mn_evk: Cleanup headers
      imx8ulp_evk: Drop DECLARE_GLOBAL_DATA_PTR
      imx8ulp_evk: Drop board_phy_config
      imx8ulp_evk: Cleanup headers
      imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
      imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR
      imx93_frdm: Update IMX_BOOT_IMAGE_GUID
      remoteproc: imx: Support ECC initialization
      remoteproc: imx: Add i.MX95 support
      arm: dts: imx95: Add cm7 node
      imx95_evk: Enable remoteproc for i.MX95 EVK
      nxp: imx95_evk: Drop init_uart_clk
      nxp: imx94_evk: Drop init_uart_clk
      toradex: smarc-imx95: Drop init_uart_clk

Primoz Fiser (1):
      net: fec_mxc: Add support for i.MX91

 arch/arm/dts/Makefile                            |   1 -
 arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi |  63 +--
 arch/arm/dts/imx8mn-var-som-symphony.dts         | 236 ----------
 arch/arm/dts/imx8mn-var-som-u-boot.dtsi          |  70 +++
 arch/arm/dts/imx8mn-var-som.dtsi                 | 564 -----------------------
 arch/arm/dts/imx95-u-boot.dtsi                   |   4 +
 arch/arm/mach-imx/ele_ahab.c                     |   1 +
 arch/arm/mach-imx/imx8m/Kconfig                  |   1 +
 board/ge/common/vpd_reader.c                     |   4 +-
 board/nxp/imx8mm_evk/imx8mm_evk.c                |   3 -
 board/nxp/imx8mn_evk/imx8mn_evk.c                |   4 +-
 board/nxp/imx8mn_evk/spl.c                       |  22 +-
 board/nxp/imx8mp_evk/imx8mp_evk.c                |   2 +-
 board/nxp/imx8mp_evk/spl.c                       |  30 +-
 board/nxp/imx8mq_evk/spl.c                       |   3 -
 board/nxp/imx8ulp_evk/imx8ulp_evk.c              |  17 +-
 board/nxp/imx8ulp_evk/spl.c                      |  12 +-
 board/nxp/imx93_frdm/imx93_frdm.c                |   7 +-
 board/nxp/imx94_evk/imx94_evk.c                  |   6 -
 board/nxp/imx94_evk/spl.c                        |   2 -
 board/nxp/imx95_evk/imx95_evk.c                  |   8 -
 board/nxp/imx95_evk/spl.c                        |   2 -
 board/toradex/smarc-imx95/smarc-imx95.c          |   8 -
 board/toradex/smarc-imx95/spl.c                  |   2 -
 board/variscite/imx8mn_var_som/Makefile          |   4 +-
 board/variscite/imx8mn_var_som/imx8mn_var_som.c  |   4 -
 board/variscite/imx8mn_var_som/spl.c             |  12 -
 configs/imx8mn_var_som_defconfig                 |   2 +-
 configs/imx943_evk_defconfig                     |   1 -
 configs/imx95_15x15_evk_defconfig                |   5 +-
 configs/imx95_evk.config                         |   5 +-
 configs/toradex-smarc-imx95_defconfig            |   1 -
 doc/board/nxp/rproc.rst                          |  13 +
 drivers/net/Kconfig                              |   2 +-
 drivers/net/fec_mxc.c                            |   4 +-
 drivers/remoteproc/imx_rproc.c                   | 189 +++++++-
 drivers/remoteproc/imx_rproc.h                   |   3 +
 37 files changed, 308 insertions(+), 1009 deletions(-)
 delete mode 100644 arch/arm/dts/imx8mn-var-som-symphony.dts
 create mode 100644 arch/arm/dts/imx8mn-var-som-u-boot.dtsi
 delete mode 100644 arch/arm/dts/imx8mn-var-som.dtsi

             reply	other threads:[~2026-02-07  4:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-07  2:35 Fabio Estevam [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-04 18:00 [GIT PULL] Please pull u-boot-imx-master-20251104 Fabio Estevam
2025-11-04 21:55 ` 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=20260207023512.2793979-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=hugo@hugovil.com \
    --cc=niko.mauno@vaisala.com \
    --cc=peng.fan@nxp.com \
    --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