mbox series

[0/8] boundarydevices: update/add defconfigs

Message ID 20240611180207.2138847-1-cdimich2188@gmail.com
Headers show
Series boundarydevices: update/add defconfigs | expand

Message

Chris Dimich June 11, 2024, 6:01 p.m. UTC
This series updates boundarydevices defconfigs and also adds support 
for two new defconfigs -> nitrogen8ulp and nitrogen93.

Chris Dimich (8):
  board/boundarydevices: update boot scripts
  board/boundarydevices: add i.MX 93 support to post-build.sh
  configs/nitrogen*: bump kernel revision to f789d32c
  configs/nitrogen*: bump u-boot revision to e3228228
  configs/nitrogen8*: bump atf revision to d18357b7
  configs/nitrogen8mm_defconfig: add SMARC support
  configs/nitrogen8ulp: new defconfig
  configs/nitrogen93: new defconfig

 board/boundarydevices/common/boot.cmd      | 111 ++++++++++++++-------
 board/boundarydevices/common/post-build.sh |   6 +-
 board/boundarydevices/common/upgrade.cmd   |  11 ++
 configs/nitrogen6sx_defconfig              |   4 +-
 configs/nitrogen6x_defconfig               |   4 +-
 configs/nitrogen7_defconfig                |   4 +-
 configs/nitrogen8m_defconfig               |   8 +-
 configs/nitrogen8mm_defconfig              |  10 +-
 configs/nitrogen8mn_defconfig              |   8 +-
 configs/nitrogen8mp_defconfig              |   8 +-
 configs/nitrogen8ulp_defconfig             |  63 ++++++++++++
 configs/nitrogen93_defconfig               |  60 +++++++++++
 12 files changed, 236 insertions(+), 61 deletions(-)
 create mode 100644 configs/nitrogen8ulp_defconfig
 create mode 100644 configs/nitrogen93_defconfig

Comments

Thomas Petazzoni Aug. 3, 2024, 6:25 p.m. UTC | #1
Hello Chris,

On Tue, 11 Jun 2024 11:01:59 -0700
Chris Dimich <cdimich2188@gmail.com> wrote:

> Chris Dimich (8):
>   board/boundarydevices: update boot scripts
>   board/boundarydevices: add i.MX 93 support to post-build.sh
>   configs/nitrogen*: bump kernel revision to f789d32c
>   configs/nitrogen*: bump u-boot revision to e3228228
>   configs/nitrogen8*: bump atf revision to d18357b7
>   configs/nitrogen8mm_defconfig: add SMARC support
>   configs/nitrogen8ulp: new defconfig
>   configs/nitrogen93: new defconfig

There were quite a few review comments or questions on multiple patches.

Also, in existing defconfigs, while bumping, it would be nice to enable
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y in those defconfigs.

Could you work on an updated version, and send a v2?

Thanks a lot!

Thomas