mbox series

[0/4] arm: xea: Provide enhancements for XEA board

Message ID 20240329111809.3959962-1-lukma@denx.de
Headers show
Series arm: xea: Provide enhancements for XEA board | expand

Message

Lukasz Majewski March 29, 2024, 11:18 a.m. UTC
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.

Changes in v2:
Remove "inline" from get_som_rev() function definition
Squash with 'config: xea: Enable late board initialization to set revision variable'
Update commit message
Squash with 'arm: xea: Print information about XEA's SoM HW revision'

Lukasz Majewski (4):
  arm: spl: xea: Remove I2S pins configuration from early initialization
  arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2
  arm: xea: Add support for reading SoM (CPU) board 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       | 49 ++++++++++++++++++++++++++++++++++
 configs/imx28_xea_defconfig    |  4 +++
 configs/imx28_xea_sb_defconfig |  1 +
 4 files changed, 67 insertions(+), 8 deletions(-)

Comments

Fabio Estevam March 30, 2024, 7:42 p.m. UTC | #1
On Fri, Mar 29, 2024 at 8:18 AM Lukasz Majewski <lukma@denx.de> wrote:
>
>
> 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.
>
> Changes in v2:
> Remove "inline" from get_som_rev() function definition
> Squash with 'config: xea: Enable late board initialization to set revision variable'
> Update commit message
> Squash with 'arm: xea: Print information about XEA's SoM HW revision'

Next time, please properly mark the patch revision (v2, v3, etc).

Applied, thanks.