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

2024-03-30 Thread Fabio Estevam
On Fri, Mar 29, 2024 at 8:18 AM Lukasz Majewski  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.


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

2024-03-29 Thread Lukasz Majewski


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(-)

-- 
2.39.2