All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] arm: xea: Provide enhancements for XEA board
@ 2024-03-28 15:34 Lukasz Majewski
  2024-03-28 15:34 ` [PATCH 1/6] arm: spl: xea: Remove I2S pins configuration from early initialization Lukasz Majewski
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lukasz Majewski @ 2024-03-28 15:34 UTC (permalink / raw)
  To: Stefano Babic, u-boot, Fabio Estevam
  Cc: Lukasz Majewski, Anatolij Gustschin, Simon Glass, Tom Rini


This patch series is a preparatory patch for supporting
different versions of XEA board HW (until problem with
Linux kernel support for multiple revisions is resorted).

Moreover, limits for u-boot.sb and u-boot.img has been set
to avoid binary sizes exceeding in the future.


Lukasz Majewski (6):
  arm: spl: xea: Remove I2S pins configuration from early initialization
  arm: xea: Add support for reading SoM (CPU) and base board HW revision
  arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2
  config: xea: Enable late board initialization to set revision variable
  arm: xea: Print information about XEA's SoM HW revision
  config: xea: Add limits for SPL and u-boot proper sizes

 board/liebherr/xea/spl_xea.c   | 21 ++++++++------
 board/liebherr/xea/xea.c       | 50 ++++++++++++++++++++++++++++++++++
 configs/imx28_xea_defconfig    |  4 +++
 configs/imx28_xea_sb_defconfig |  1 +
 4 files changed, 68 insertions(+), 8 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-03-28 16:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 15:34 [PATCH 0/6] arm: xea: Provide enhancements for XEA board Lukasz Majewski
2024-03-28 15:34 ` [PATCH 1/6] arm: spl: xea: Remove I2S pins configuration from early initialization Lukasz Majewski
2024-03-28 15:34 ` [PATCH 2/6] arm: xea: Add support for reading SoM (CPU) and base board HW revision Lukasz Majewski
2024-03-28 16:42   ` Fabio Estevam
2024-03-28 15:34 ` [PATCH 3/6] arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2 Lukasz Majewski
2024-03-28 15:34 ` [PATCH 4/6] config: xea: Enable late board initialization to set revision variable Lukasz Majewski
2024-03-28 15:34 ` [PATCH 5/6] arm: xea: Print information about XEA's SoM HW revision Lukasz Majewski
2024-03-28 15:34 ` [PATCH 6/6] config: xea: Add limits for SPL and u-boot proper sizes Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.