mbox series

[v2,0/6] Update Chameleon v3 configuration

Message ID 20221014094935.653862-1-pan@semihalf.com
Headers show
Series Update Chameleon v3 configuration | expand

Message

Paweł Anikiel Oct. 14, 2022, 9:49 a.m. UTC
These changes add the third chameleon variation and make it easier to
deploy images to different boards.

v2 changes:
 - rename chameleonv3.dts to .dtsi
 - add missing CONFIG_SPL_MAX_SIZE symbol

Paweł Anikiel (6):
  socfpga: chameleonv3: Enable ext4 in SPL
  socfpga: chameleonv3: Move environment to a text file
  arm: dts: chameleonv3: Override chameleonv3 bitstream names
  arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsi
  arm: dts: chameleonv3: Add 270-2 variant
  chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig

 arch/arm/dts/Makefile                               |  1 +
 ...eleonv3.dts => socfpga_arria10_chameleonv3.dtsi} |  0
 .../socfpga_arria10_chameleonv3_270_2-u-boot.dtsi   | 12 ++++++++++++
 arch/arm/dts/socfpga_arria10_chameleonv3_270_2.dts  |  5 +++++
 .../socfpga_arria10_chameleonv3_270_3-u-boot.dtsi   |  4 ++++
 arch/arm/dts/socfpga_arria10_chameleonv3_270_3.dts  |  2 +-
 .../socfpga_arria10_chameleonv3_480_2-u-boot.dtsi   |  4 ++++
 arch/arm/dts/socfpga_arria10_chameleonv3_480_2.dts  |  2 +-
 board/google/chameleonv3/environment.txt            | 13 +++++++++++++
 configs/socfpga_chameleonv3_defconfig               |  2 ++
 include/configs/socfpga_chameleonv3.h               |  9 ++++-----
 11 files changed, 47 insertions(+), 7 deletions(-)
 rename arch/arm/dts/{socfpga_arria10_chameleonv3.dts => socfpga_arria10_chameleonv3.dtsi} (100%)
 create mode 100644 arch/arm/dts/socfpga_arria10_chameleonv3_270_2-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria10_chameleonv3_270_2.dts
 create mode 100644 board/google/chameleonv3/environment.txt

Comments

Paweł Anikiel Nov. 25, 2022, 9:47 a.m. UTC | #1
On Fri, Oct 14, 2022 at 11:49 AM Paweł Anikiel <pan@semihalf.com> wrote:
>
> These changes add the third chameleon variation and make it easier to
> deploy images to different boards.
>
> v2 changes:
>  - rename chameleonv3.dts to .dtsi
>  - add missing CONFIG_SPL_MAX_SIZE symbol
>
> Paweł Anikiel (6):
>   socfpga: chameleonv3: Enable ext4 in SPL
>   socfpga: chameleonv3: Move environment to a text file
>   arm: dts: chameleonv3: Override chameleonv3 bitstream names
>   arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsi
>   arm: dts: chameleonv3: Add 270-2 variant
>   chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig
>
>  arch/arm/dts/Makefile                               |  1 +
>  ...eleonv3.dts => socfpga_arria10_chameleonv3.dtsi} |  0
>  .../socfpga_arria10_chameleonv3_270_2-u-boot.dtsi   | 12 ++++++++++++
>  arch/arm/dts/socfpga_arria10_chameleonv3_270_2.dts  |  5 +++++
>  .../socfpga_arria10_chameleonv3_270_3-u-boot.dtsi   |  4 ++++
>  arch/arm/dts/socfpga_arria10_chameleonv3_270_3.dts  |  2 +-
>  .../socfpga_arria10_chameleonv3_480_2-u-boot.dtsi   |  4 ++++
>  arch/arm/dts/socfpga_arria10_chameleonv3_480_2.dts  |  2 +-
>  board/google/chameleonv3/environment.txt            | 13 +++++++++++++
>  configs/socfpga_chameleonv3_defconfig               |  2 ++
>  include/configs/socfpga_chameleonv3.h               |  9 ++++-----
>  11 files changed, 47 insertions(+), 7 deletions(-)
>  rename arch/arm/dts/{socfpga_arria10_chameleonv3.dts => socfpga_arria10_chameleonv3.dtsi} (100%)
>  create mode 100644 arch/arm/dts/socfpga_arria10_chameleonv3_270_2-u-boot.dtsi
>  create mode 100644 arch/arm/dts/socfpga_arria10_chameleonv3_270_2.dts
>  create mode 100644 board/google/chameleonv3/environment.txt
>
> --
> 2.38.0.413.g74048e4d9e-goog
>

Hi Tien,

Could you please take a look? Do you have any remarks about the patchset?

Regards,
Paweł