[PATCH v2 0/2] imx: Add i.MX93 9x9 QSB board
Peng Fan (OSS)
peng.fan at oss.nxp.com
Wed Oct 23 06:03:15 CEST 2024
The i.MX 93 quick start evaluation kit provides a low-cost platform to
evaluate the i.MX 93 applications processors in a 9x9mm package.
Patch 1 is to add a new pll entry for 3200MTS
Patch 2 is to add the board support.
Patchset is based on imx/next tag:u-boot-imx-next-20241005
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
Changes in v2:
- Use imx93_qsb.env
- Update doc for inline ecc
- Drop unused code in board file
- cleanup headers
- Link to v1: https://lore.kernel.org/r/20241009-imx93qsb-v1-0-50a4ac53ccc4@nxp.com
---
Peng Fan (2):
imx9: clock: Add 800MHz fracpll entry
imx: Support i.MX93 9X9 QSB board
arch/arm/dts/imx93-9x9-qsb-u-boot.dtsi | 162 ++
arch/arm/mach-imx/imx9/Kconfig | 8 +
arch/arm/mach-imx/imx9/clock.c | 1 +
arch/arm/mach-imx/imx9/clock_root.c | 3 +-
board/freescale/imx93_qsb/Kconfig | 12 +
board/freescale/imx93_qsb/MAINTAINERS | 7 +
board/freescale/imx93_qsb/Makefile | 16 +
board/freescale/imx93_qsb/imx93_qsb.c | 33 +
board/freescale/imx93_qsb/imx93_qsb.env | 63 +
board/freescale/imx93_qsb/lpddr4_timing.c | 1995 +++++++++++++++++++++++++
board/freescale/imx93_qsb/lpddr4_timing_ecc.c | 1995 +++++++++++++++++++++++++
board/freescale/imx93_qsb/spl.c | 172 +++
configs/imx93_9x9_qsb_defconfig | 139 ++
configs/imx93_9x9_qsb_inline_ecc_defconfig | 140 ++
doc/board/nxp/imx93_9x9_qsb.rst | 70 +
doc/board/nxp/index.rst | 1 +
drivers/ddr/imx/imx9/Kconfig | 5 +
include/configs/imx93_qsb.h | 25 +
18 files changed, 4846 insertions(+), 1 deletion(-)
---
base-commit: 52254a3d3bb8ef3da3ef23a9d6cfdf1fbdaefef0
change-id: 20241009-imx93qsb-d0d769ade9f8
Best regards,
--
Peng Fan <peng.fan at nxp.com>
More information about the U-Boot
mailing list