public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/12] arm: xea: Provide support for different XEA board HW versions
@ 2024-03-22 11:43 Lukasz Majewski
  2024-03-22 11:43 ` [PATCH 01/12] arm: spl: xea: Remove I2S pins configuration from early initialization Lukasz Majewski
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Lukasz Majewski @ 2024-03-22 11:43 UTC (permalink / raw)
  To: Stefano Babic, u-boot
  Cc: Lukasz Majewski, Anatolij Gustschin, Christian Hewitt,
	FUKAUMI Naoki, Fabio Estevam, Hai Pham, Jonas Karlman, Kever Yang,
	Marek Vasut, Mathieu Othacehe, Michal Simek, NXP i.MX U-Boot Team,
	Neil Armstrong, Simon Glass, Svyatoslav Ryhel, Tianling Shen,
	Tom Rini


This patch set provides support for different XEA board revisions.
Due to very limited SPL size, the board's switch DTB decision is
performed very early in u-boot proper; before driver model is set.

Adjustments for DTS between revisions are for the u-boot adjustment code
(i.e. tweaks due to functionality not supported in u-boot), hence
there is no need to update them from Linux upstream DTS.


Lukasz Majewski (12):
  arm: spl: xea: Remove I2S pins configuration from early initialization
  arm: xea: Add support for reading SoM (CPU) and base board HW revision
  arm: xea: Rename imx28-xea.dts to imx28-xea-1.dts
  dts: xea: Move phy-reset-gpios property to version specific DTS file
  dts: xea: Remove outdated comment
  arm: xea: Add support for multiple dtbs in u-boot
  dts: xea: Add device tree description for XEA HW rev. 2
  arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2
  arm: config: xea: Enable support for multiple DTBs for XEA board
  config: xea: Enable late board initialization to set revision variable
  arm: xea: Print information about XEA's SoM HW revision
  arm: env: Add support for booting different HW revisions of XEA boards

 arch/arm/dts/Makefile                         |  3 +-
 arch/arm/dts/imx28-xea-1-u-boot.dtsi          | 11 ++++
 arch/arm/dts/imx28-xea-1.dts                  |  8 +++
 arch/arm/dts/imx28-xea-2-u-boot.dtsi          | 11 ++++
 arch/arm/dts/imx28-xea-2.dts                  |  8 +++
 arch/arm/dts/imx28-xea-u-boot.dtsi            |  1 -
 .../arm/dts/{imx28-xea.dts => imx28-xea.dtsi} |  0
 board/liebherr/xea/spl_xea.c                  | 21 +++---
 board/liebherr/xea/xea.c                      | 65 +++++++++++++++++++
 board/liebherr/xea/xea.env                    |  4 +-
 configs/imx28_xea_defconfig                   |  5 +-
 configs/imx28_xea_sb_defconfig                |  5 +-
 12 files changed, 128 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/dts/imx28-xea-1-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx28-xea-1.dts
 create mode 100644 arch/arm/dts/imx28-xea-2-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx28-xea-2.dts
 rename arch/arm/dts/{imx28-xea.dts => imx28-xea.dtsi} (100%)

-- 
2.39.2


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

end of thread, other threads:[~2024-03-27 12:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 11:43 [PATCH 00/12] arm: xea: Provide support for different XEA board HW versions Lukasz Majewski
2024-03-22 11:43 ` [PATCH 01/12] arm: spl: xea: Remove I2S pins configuration from early initialization Lukasz Majewski
2024-03-22 11:43 ` [PATCH 02/12] arm: xea: Add support for reading SoM (CPU) and base board HW revision Lukasz Majewski
2024-03-22 11:43 ` [PATCH 03/12] arm: xea: Rename imx28-xea.dts to imx28-xea-1.dts Lukasz Majewski
2024-03-22 11:43 ` [PATCH 04/12] dts: xea: Move phy-reset-gpios property to version specific DTS file Lukasz Majewski
2024-03-22 11:43 ` [PATCH 05/12] dts: xea: Remove outdated comment Lukasz Majewski
2024-03-22 11:43 ` [PATCH 06/12] arm: xea: Add support for multiple dtbs in u-boot Lukasz Majewski
2024-03-22 11:43 ` [PATCH 07/12] dts: xea: Add device tree description for XEA HW rev. 2 Lukasz Majewski
2024-03-22 11:43 ` [PATCH 08/12] arm: spl: Add definition for PHY reset GPIO " Lukasz Majewski
2024-03-22 11:43 ` [PATCH 09/12] arm: config: xea: Enable support for multiple DTBs for XEA board Lukasz Majewski
2024-03-22 11:43 ` [PATCH 10/12] config: xea: Enable late board initialization to set revision variable Lukasz Majewski
2024-03-22 11:43 ` [PATCH 11/12] arm: xea: Print information about XEA's SoM HW revision Lukasz Majewski
2024-03-22 11:43 ` [PATCH 12/12] arm: env: Add support for booting different HW revisions of XEA boards Lukasz Majewski
2024-03-22 13:47 ` [PATCH 00/12] arm: xea: Provide support for different XEA board HW versions Fabio Estevam
2024-03-25  8:48   ` Lukasz Majewski
2024-03-26 11:05     ` Fabio Estevam
2024-03-26 13:50       ` Lukasz Majewski
2024-03-27 12:05       ` Lukasz Majewski

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