From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de, antoine.gouby@toradex.com,
xiaoning.wang@nxp.com, fedor.ross@ifm.com, fberder@outlook.fr,
ping.bai@nxp.com, Jacky.Cao@sony.com, marek.vasut@mailbox.org,
peng.fan@nxp.com, simona.toaca@oss.nxp.com, ye.li@nxp.com
Subject: [GIT PULL] Please pull u-boot-imx-next-20260515
Date: Fri, 15 May 2026 20:30:22 -0300 [thread overview]
Message-ID: <20260515233022.2898860-1-festevam@gmail.com> (raw)
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 88338f9d147397c42bb996937b1ce31bca096626:
gpio: Correct dependencies for MCP230xx (2026-05-14 15:54:17 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20260515
for you to fetch changes up to 9e46861a01dd0a011616bf219f393303580dcd8b:
net: fsl_enetc: Add support for i.MX952 (2026-05-15 17:31:40 -0300)
u-boot-imx-next-20260515
------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/30134
- Several conversions to OF_UPSTREAM.
- Added i.MX9 Quickboot support.
- Added support for i.MX952 in the fsl_enetc driver.
- Update i.MX91 part number detection.
----------------------------------------------------------------
Antoine Gouby (2):
board: toradex: smarc-imx95: remove gpio1 reg
board: toradex: verdin-imx95: remove gpio1 reg
Clark Wang (1):
net: fsl_enetc: fix the duplex setting on the iMX platform
Fedor Ross (1):
imx9: scmi: soc: Add support for detecting primary/secondary bmode on MX95
Francois Berder (1):
power: regulator: pfuze100: Fix unchecked pmic_reg_read, return value
Jacky Bai (1):
imx8mp_evk: Fix the ND mode VDD_SOC voltage
Jacky Cao (1):
nitrogen6x: Fix compile error if VIDEO_IPUV3 is disabled
Marek Vasut (3):
MAINTAINERS: Use N: for NXP entry
imx: Add SPI NOR A/B switching support
arm: mx6: cm-fx6: Staticize and constify driver ops
Peng Fan (8):
imx8mq: reform2: Switch to OF_UPSTREAM
imx8mq: phanbell: Switch OF_UPSTREAM
imx8mq: pico: Switch OF_UPSTREAM
imx8mq: librem5: Switch to OF_UPSTREAM
imx8mq: kontron-pitx-imx8m: Switch OF_UPSTREAM
imx8mq: Drop arch/arm/dts/imx8mq.dtsi
imx8mm/n: Drop unused dtsi
arm: mx6: module_fuse: update node path for Linux 6.13
Simona Toaca (4):
imx9: Add support for saving DDR training data to NVM
arm: mach-imx: Add command to expose QB functionality
board: nxp: imx9{4, 5, 52}_evk: Add qb save option in SPL
doc: board: nxp: Add Quickboot documentation
Ye Li (8):
imx9: scmi: Support iMX95/94/952 secondary boot
net: phy: nxp-c45-tja11xx: Fix incorrect usage of devm_kzalloc
i2c: imx_lpi2c: Fix MSR status check issue in STOP
imx9: clock: Fix missing break in get_clk_src_rate
imx: ahab: Use authenticated header for images loading
imx: priblob: Fix build break
arm: imx9: Update i.MX91 part number detection
net: fsl_enetc: Add support for i.MX952
MAINTAINERS | 21 +-
arch/arm/dts/Makefile | 7 +-
arch/arm/dts/imx8mm-beacon-baseboard.dtsi | 437 ------
arch/arm/dts/imx8mn-beacon-baseboard.dtsi | 309 -----
arch/arm/dts/imx8mn-evk.dtsi | 533 -------
arch/arm/dts/imx8mq-kontron-pitx-imx8m.dts | 613 --------
arch/arm/dts/imx8mq-librem5-r3.dtsi | 45 -
arch/arm/dts/imx8mq-librem5-r4.dts | 27 -
arch/arm/dts/imx8mq-librem5.dtsi | 1382 ------------------
arch/arm/dts/imx8mq-mnt-reform2-u-boot.dtsi | 4 +
arch/arm/dts/imx8mq-mnt-reform2.dts | 354 -----
arch/arm/dts/imx8mq-nitrogen-som.dtsi | 278 ----
arch/arm/dts/imx8mq-phanbell.dts | 481 -------
arch/arm/dts/imx8mq-pico-pi.dts | 418 ------
arch/arm/dts/imx8mq.dtsi | 1615 ----------------------
arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi | 1 -
arch/arm/dts/imx95-verdin-wifi-dev-u-boot.dtsi | 1 -
arch/arm/include/asm/arch-imx9/ddr.h | 48 +-
arch/arm/include/asm/arch-imx9/sys_proto.h | 4 +
arch/arm/include/asm/mach-imx/ahab.h | 2 +-
arch/arm/include/asm/mach-imx/qb.h | 15 +
arch/arm/mach-imx/Kconfig | 30 +-
arch/arm/mach-imx/Makefile | 1 +
arch/arm/mach-imx/cmd_qb.c | 102 ++
arch/arm/mach-imx/ele_ahab.c | 12 +-
arch/arm/mach-imx/image-container.c | 19 +-
arch/arm/mach-imx/imx8/ahab.c | 16 +-
arch/arm/mach-imx/imx8m/Kconfig | 5 +
arch/arm/mach-imx/imx9/Makefile | 6 +-
arch/arm/mach-imx/imx9/clock.c | 1 +
arch/arm/mach-imx/imx9/qb.c | 403 ++++++
arch/arm/mach-imx/imx9/scmi/soc.c | 47 +
arch/arm/mach-imx/imx9/soc.c | 21 +-
arch/arm/mach-imx/mx6/module_fuse.c | 97 ++
arch/arm/mach-imx/priblob.c | 1 +
board/boundary/nitrogen6x/nitrogen6x.c | 2 +
board/compulab/cm_fx6/cm_fx6.c | 2 +-
board/kontron/pitx_imx8m/MAINTAINERS | 1 -
board/nxp/imx8mp_evk/spl.c | 2 +-
board/nxp/imx94_evk/spl.c | 6 +-
board/nxp/imx952_evk/spl.c | 4 +
board/nxp/imx95_evk/spl.c | 6 +-
board/purism/librem5/MAINTAINERS | 1 -
common/spl/spl_imx_container.c | 13 +-
configs/imx8mq_phanbell_defconfig | 2 +-
configs/imx8mq_reform2_defconfig | 2 +-
configs/kontron_pitx_imx8m_defconfig | 2 +-
configs/librem5_defconfig | 2 +-
configs/pico-imx8mq_defconfig | 2 +-
doc/board/nxp/index.rst | 1 +
doc/board/nxp/quickboot.rst | 59 +
drivers/ddr/imx/imx9/Kconfig | 7 +
drivers/i2c/imx_lpi2c.c | 4 +-
drivers/net/Kconfig | 4 +-
drivers/net/fsl_enetc.c | 46 +-
drivers/net/fsl_enetc_netc_blk_ctrl.c | 72 +
drivers/net/phy/nxp-c45-tja11xx.c | 2 +-
drivers/power/regulator/pfuze100.c | 2 +
58 files changed, 1018 insertions(+), 6582 deletions(-)
delete mode 100644 arch/arm/dts/imx8mm-beacon-baseboard.dtsi
delete mode 100644 arch/arm/dts/imx8mn-beacon-baseboard.dtsi
delete mode 100644 arch/arm/dts/imx8mn-evk.dtsi
delete mode 100644 arch/arm/dts/imx8mq-kontron-pitx-imx8m.dts
delete mode 100644 arch/arm/dts/imx8mq-librem5-r3.dtsi
delete mode 100644 arch/arm/dts/imx8mq-librem5-r4.dts
delete mode 100644 arch/arm/dts/imx8mq-librem5.dtsi
delete mode 100644 arch/arm/dts/imx8mq-mnt-reform2.dts
delete mode 100644 arch/arm/dts/imx8mq-nitrogen-som.dtsi
delete mode 100644 arch/arm/dts/imx8mq-phanbell.dts
delete mode 100644 arch/arm/dts/imx8mq-pico-pi.dts
delete mode 100644 arch/arm/dts/imx8mq.dtsi
create mode 100644 arch/arm/include/asm/mach-imx/qb.h
create mode 100644 arch/arm/mach-imx/cmd_qb.c
create mode 100644 arch/arm/mach-imx/imx9/qb.c
create mode 100644 doc/board/nxp/quickboot.rst
reply other threads:[~2026-05-15 23:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260515233022.2898860-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=Jacky.Cao@sony.com \
--cc=antoine.gouby@toradex.com \
--cc=fberder@outlook.fr \
--cc=fedor.ross@ifm.com \
--cc=marek.vasut@mailbox.org \
--cc=peng.fan@nxp.com \
--cc=ping.bai@nxp.com \
--cc=simona.toaca@oss.nxp.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=xiaoning.wang@nxp.com \
--cc=ye.li@nxp.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.