public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for all variants of the phyCORE-i.MX93 SOM
@ 2024-11-04 10:41 Christoph Stoidner
  2024-11-04 10:41 ` [PATCH 1/3] board: phytec: phycore-imx93: Add 2GB LPDDR4X RAM timings Christoph Stoidner
  2024-11-04 10:41 ` [PATCH 2/3] board: phytec: imx93: Add eeprom-based hardware introspection Christoph Stoidner
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Stoidner @ 2024-11-04 10:41 UTC (permalink / raw)
  To: u-boot, upstream; +Cc: Christoph Stoidner

The phyCORE-i.MX 93 is available in various variants (e.g. different ram
sizes, eMMC HS400 yes/no). It's eeprom contains information which features
the existing module supports.

Extend the existing board-code to support all the SOM variants. The spl/u-boot
evaluates the eeprom information and enables supported features accordingly.
The resulting spl and u-boot binary is able to boot each phyCORE-i.MX 93 SOM
variant on each carrier board.

Christoph Stoidner (3):
  board: phytec: phycore-imx93: Add 2GB LPDDR4X RAM timings
  board: phytec: imx93: Add eeprom-based hardware introspection
  board: phytec: imx93: Add phyCORE-i.MX93 support all SOM variants

 arch/arm/dts/imx93-phyboard-segin-u-boot.dtsi |  33 +-
 arch/arm/mach-imx/imx9/Kconfig                |   2 +
 arch/arm/mach-imx/imx9/soc.c                  |   2 +-
 board/phytec/common/Kconfig                   |   8 +
 board/phytec/common/Makefile                  |   1 +
 board/phytec/common/imx93_som_detection.c     |  88 ++
 board/phytec/common/imx93_som_detection.h     |  33 +
 board/phytec/phycore_imx93/Kconfig            |  28 +
 board/phytec/phycore_imx93/MAINTAINERS        |   6 +-
 board/phytec/phycore_imx93/lpddr4_timing.c    | 794 ++++++++++++++++--
 board/phytec/phycore_imx93/phycore-imx93.c    |  52 ++
 board/phytec/phycore_imx93/spl.c              |  58 ++
 configs/imx93-phycore_defconfig               | 156 ++++
 13 files changed, 1196 insertions(+), 65 deletions(-)
 create mode 100644 board/phytec/common/imx93_som_detection.c
 create mode 100644 board/phytec/common/imx93_som_detection.h
 create mode 100644 configs/imx93-phycore_defconfig

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-11-05 13:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 10:41 [PATCH 0/3] Add support for all variants of the phyCORE-i.MX93 SOM Christoph Stoidner
2024-11-04 10:41 ` [PATCH 1/3] board: phytec: phycore-imx93: Add 2GB LPDDR4X RAM timings Christoph Stoidner
2024-11-04 12:16   ` [Upstream] " Teresa Remmet
2024-11-05 13:47     ` Christoph Stoidner
2024-11-04 12:30   ` Fabio Estevam
2024-11-05 13:56     ` Christoph Stoidner
2024-11-04 10:41 ` [PATCH 2/3] board: phytec: imx93: Add eeprom-based hardware introspection Christoph Stoidner
2024-11-04 13:53   ` [Upstream] " Wadim Egorov
2024-11-05 13:30     ` Christoph Stoidner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox