NXP Confidential > -----邮件原件----- > 发件人: Alice Guo (OSS) > 发送时间: 2026年8月18日 14:16 > 收件人: dl-uboot-imx <[email protected]>; [email protected] > 抄送: Tom Rini <[email protected]>; Ilias Apalodimas > <[email protected]>; Stefano Babic <[email protected]>; Fabio > Estevam <[email protected]>; Ye Li <[email protected]>; Peng Fan > <[email protected]>; Johan Jonker <[email protected]>; Primoz Fiser > <[email protected]>; Lei Xu <[email protected]>; Joseph Guo > <[email protected]>; Alice Guo <[email protected]> > 主题: [PATCH v2 0/4] board: imx93_evk: add i.MX93W EVK support > > This series adds U-Boot support for the NXP i.MX93W EVK board, a variant of > the i.MX93 EVK that uses LPDDR4X memory running at 3600 MT/s. > > Changes in v2: > - Remove defconfig duplication > > Signed-off-by: Alice Guo <[email protected]> > --- > Alice Guo (2): > imx93: clock: add 900MHz entry to fractional PLL rate table > board: imx93w_evk: add board support for i.MX93W EVK > > Ye Li (2): > imx93: clock: add 450MHz DDR PLL rate > board: imx93_evk: add LPDDR4X 3600MTS timing tables > > arch/arm/dts/imx93w-evk-u-boot.dtsi | 171 ++ > arch/arm/mach-imx/imx9/Kconfig | 12 + > arch/arm/mach-imx/imx9/clock.c | 2 + > board/nxp/imx93_evk/Kconfig | 2 +- > board/nxp/imx93_evk/MAINTAINERS | 2 + > board/nxp/imx93_evk/Makefile | 12 + > board/nxp/imx93_evk/lpddr4x_timing_3600mts.c | 1998 > +++++++++++++++++++++ > board/nxp/imx93_evk/lpddr4x_timing_3600mts_ecc.c | 1999 > ++++++++++++++++++++++ > configs/imx93w_evk_defconfig | 172 ++ > configs/imx93w_evk_inline_ecc_defconfig | 3 + > doc/board/nxp/imx93w_evk.rst | 72 + > doc/board/nxp/index.rst | 1 + > drivers/ddr/imx/phy/ddrphy_utils.c | 4 + > 13 files changed, 4449 insertions(+), 1 deletion(-) > --- > base-commit: 527115ef6783cec49e5610c523c124b399011361 > change-id: 20260818-imx93w-8484cc823bc0 > > Best regards, > -- > Alice Guo <[email protected]>
Hi, Gentle ping on this patch set. Could someone please take a look when convenient? Thanks, Alice
