From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-imx-master-20250917
Date: Wed, 17 Sep 2025 10:33:36 -0300 [thread overview]
Message-ID: <20250917133336.7975-1-festevam@gmail.com> (raw)
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit b82fa9d752b025d3b5305b5b07debe6808a5d027:
board: starfive: visionfive2: deprecate mixed-case product ids VF7110a VF7110b (2025-09-16 10:16:54 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250917
for you to fetch changes up to b3bbbf5fee21c7e4535cf24676609cfe64ff17fc:
imx95_evk: Restore support for i.MX95 A0 silicon (2025-09-17 08:16:05 -0300)
u-boot-imx-master-20250917
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27660
- Restore the support for the i.MX95 A0 silicon.
----------------------------------------------------------------
Alice Guo (2):
binman: add a new entry type to support .bin file generation for the i.MX95 platform
imx95_evk: Restore support for i.MX95 A0 silicon
Makefile | 3 +-
arch/arm/dts/imx95-u-boot.dtsi | 44 +++++++--
arch/arm/mach-imx/Makefile | 5 +
arch/arm/mach-imx/imx9/Kconfig | 5 +-
arch/arm/mach-imx/imx9/scmi/container.cfg | 11 ---
arch/arm/mach-imx/imx9/scmi/imximage.cfg | 16 ----
board/freescale/imx95_evk/MAINTAINERS | 1 +
configs/imx95_19x19_evk_defconfig | 153 +-----------------------------
configs/imx95_a0_19x19_evk_defconfig | 2 +
configs/imx95_evk.config | 150 +++++++++++++++++++++++++++++
doc/board/nxp/imx95_evk.rst | 42 +++++++-
tools/binman/entries.rst | 12 +++
tools/binman/etype/nxp_imx9image.py | 89 +++++++++++++++++
tools/binman/ftest.py | 11 +++
tools/binman/test/350_nxp_imx95.dts | 25 +++++
15 files changed, 378 insertions(+), 191 deletions(-)
delete mode 100644 arch/arm/mach-imx/imx9/scmi/container.cfg
delete mode 100644 arch/arm/mach-imx/imx9/scmi/imximage.cfg
create mode 100644 configs/imx95_a0_19x19_evk_defconfig
create mode 100644 configs/imx95_evk.config
create mode 100644 tools/binman/etype/nxp_imx9image.py
create mode 100644 tools/binman/test/350_nxp_imx95.dts
next reply other threads:[~2025-09-17 13:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-17 13:33 Fabio Estevam [this message]
2025-09-17 15:08 ` [GIT PULL] Please pull u-boot-imx-master-20250917 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=20250917133336.7975-1-festevam@gmail.com \
--to=festevam@gmail.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 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.