mbox series

[v2,0/3] configs: add Raspberry Pi Zero 2 W 64-bit defconfig

Message ID 20240809112739.690823-1-gael.portay@rtone.fr
Headers show
Series configs: add Raspberry Pi Zero 2 W 64-bit defconfig | expand

Message

Gaël PORTAY Aug. 9, 2024, 11:27 a.m. UTC
Hello,

This patch serie adds the defconfig to build an image for the Raspberry
Pi Zero 2 W (64-bit).

The first patch removes the unnecessary symlinks (in the hope it will
not break the br2-external trusting these symlinks to exist; and I hope
I have not missed something).

The second patch adds myself as developer for every raspberrypi
defconfigs.

The last patch adds the defconfig.

Changes since v1:
 - Add patch to remove unnecessary symlinks
 - Add patch to add myself as developer for every raspberrypi
 - Remove merged patch rewording console comment
 - Retitle commit message correctly

Regards,
Gaël PORTAY (3):
  board/raspberrypi*: remove unnecessary symlinks
  DEVELOPERS: add myself as developer for raspberrypi
  configs/raspberrypizero2w_64: new defconfig

 DEVELOPERS                                |  4 ++
 board/raspberrypi/config_zero2w_64bit.txt | 32 +++++++++++++++
 board/raspberrypi0                        |  1 -
 board/raspberrypi0w                       |  1 -
 board/raspberrypi2                        |  1 -
 board/raspberrypi3                        |  1 -
 board/raspberrypi3-64                     |  1 -
 board/raspberrypi4                        |  1 -
 board/raspberrypi4-64                     |  1 -
 board/raspberrypi5                        |  1 -
 board/raspberrypicm4io                    |  1 -
 board/raspberrypicm4io-64                 |  1 -
 board/raspberrypizero2w                   |  1 -
 configs/raspberrypi0_defconfig            |  6 +--
 configs/raspberrypi0w_defconfig           |  6 +--
 configs/raspberrypi2_defconfig            |  4 +-
 configs/raspberrypi3_64_defconfig         |  6 +--
 configs/raspberrypi3_defconfig            |  6 +--
 configs/raspberrypi3_qt5we_defconfig      |  6 +--
 configs/raspberrypi4_64_defconfig         |  6 +--
 configs/raspberrypi4_defconfig            |  6 +--
 configs/raspberrypi5_defconfig            |  8 ++--
 configs/raspberrypicm4io_64_defconfig     |  6 +--
 configs/raspberrypicm4io_defconfig        |  6 +--
 configs/raspberrypizero2w_64_defconfig    | 48 +++++++++++++++++++++++
 configs/raspberrypizero2w_defconfig       |  6 +--
 26 files changed, 120 insertions(+), 47 deletions(-)
 create mode 100644 board/raspberrypi/config_zero2w_64bit.txt
 delete mode 120000 board/raspberrypi0
 delete mode 120000 board/raspberrypi0w
 delete mode 120000 board/raspberrypi2
 delete mode 120000 board/raspberrypi3
 delete mode 120000 board/raspberrypi3-64
 delete mode 120000 board/raspberrypi4
 delete mode 120000 board/raspberrypi4-64
 delete mode 120000 board/raspberrypi5
 delete mode 120000 board/raspberrypicm4io
 delete mode 120000 board/raspberrypicm4io-64
 delete mode 120000 board/raspberrypizero2w
 create mode 100644 configs/raspberrypizero2w_64_defconfig