[PATCH 0/3] Add i.MX95 15x15 EVK support
Ye Li
ye.li at nxp.com
Mon Oct 13 05:41:25 CEST 2025
The patch set adds basic support for i.MX95 15x15 LPDDR4X EVK. We share
same board codes with i.MX95 19x19 EVK since different DTS is used.
boot log:
U-Boot SPL 2025.10-00455-g648db5f1a0a6-dirty (Oct 13 2025 - 10:56:03 +0800)
SYS Boot reason: pmic, origin: -1, errid: -1
SYS shutdown reason: pmic, origin: -1, errid: -1
Normal Boot
Trying to boot from MMC1
Primary set selected
Load image from MMC/SD 0xc4400
NOTICE: BL31: v2.12.0(release):android-16.0.0_1.0.0-rc2
NOTICE: BL31: Built : 04:04:45, Sep 10 2025
U-Boot 2025.10-00455-g648db5f1a0a6-dirty (Oct 13 2025 - 10:56:03 +0800)
CPU: NXP i.MX95 Rev2.0 A55 at 1800 MHz
Model: NXP i.MX95 15X15 board
DRAM: 7.8 GiB
Core: 280 devices, 22 uclasses, devicetree: separate
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... Reading from MMC(0)... *** Warning - bad CRC, using default environment
PCIE-2: Link down
In: serial at 44380000
Out: serial at 44380000
Err: serial at 44380000
BuildInfo:
- ELE firmware version 2.0.3-5f1204b7
switch to partitions #0, OK
mmc0(part 0) is current device
Net: WARNING: no MAC address assigned for MAC0
imx_get_mac_from_fuse: fuse read err: 0
Warning: enetc-0 (eth0) using random MAC address - f2:02:36:b0:80:06
eth0: enetc-0 [PRIME]WARNING: no MAC address assigned for MAC1
imx_get_mac_from_fuse: fuse read err: 0
Warning: enetc-1 (eth1) using random MAC address - ea:ad:db:53:30:f0
, eth1: enetc-1
Hit any key to stop autoboot: 0
u-boot=>
Ye Li (3):
imx95_evk: Share the env file for both 19x19 EVK and 15x15 EVK
arm: dts: imx95-15x15-evk: Add -u-boot.dtsi for SPL and binman
imx95_evk: Add basic support for iMX95 15x15 EVK
arch/arm/dts/imx95-15x15-evk-u-boot.dtsi | 85 ++++++++++
arch/arm/mach-imx/imx9/Kconfig | 7 +
board/freescale/imx95_evk/Kconfig | 2 +-
.../{imx95_19x19_evk.env => imx95_evk.env} | 0
configs/imx95_15x15_evk_defconfig | 148 ++++++++++++++++++
configs/imx95_evk.config | 2 +-
doc/board/nxp/imx95_evk.rst | 24 ++-
include/configs/imx95_evk.h | 8 +-
8 files changed, 268 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/dts/imx95-15x15-evk-u-boot.dtsi
rename board/freescale/imx95_evk/{imx95_19x19_evk.env => imx95_evk.env} (100%)
create mode 100644 configs/imx95_15x15_evk_defconfig
--
2.37.1
More information about the U-Boot
mailing list