mbox series

[v2,0/6] orangepi/linksprite: convert more allwinner boards to extlinux

Message ID 20220225072622.3584480-1-geomatsi@gmail.com
Headers show
Series orangepi/linksprite: convert more allwinner boards to extlinux | expand

Message

Sergey Matyukevich Feb. 25, 2022, 7:26 a.m. UTC
Hi all,

Recently extlinux infrastructure has been added for  orangepi boards by
Sergey Kuzminov: see commit c0312f71cc89 ("configs/orangepi_zero_defconfig:
switch to extlinux"). This patch series converts to extlinux some of the
boards that I have at my disposal:
- orangepi-zero-plus2
- orangepi-pc-plus
- orangepi-one
- linksprite-pcduino

All these changes have been build- and boot- tested. Also I added
orangepi-zero-plus2 to my list in DEVELOPERS file to keep an eye
on its build failures.

Regards,
Sergey

v1 -> v2
- add linksprite-pcduino changes
- update commit messages according to Giulio Benetti comments


Sergey Matyukevich (6):
  board/orangepi/orangepi-zero-plus2: switch to extlinux
  board/orangepi/orangepi-pc-plus: switch to extlinux
  board/orangepi/orangepi-one: switch to extlinux
  board/linksprite/pcduino: switch to extlinux
  configs/linksprite_pcduino_defconfig: update Linux/U-Boot versions
  DEVELOPERS: add Sergey Matyukevich for orangepi-zero-plus2

 DEVELOPERS                                    |  2 +
 board/linksprite/pcduino/boot.cmd             |  8 ----
 board/linksprite/pcduino/genimage.cfg         | 43 -------------------
 board/linksprite/pcduino/post-build.sh        | 11 -----
 board/linksprite/pcduino/post-image.sh        | 16 -------
 board/orangepi/orangepi-one/boot.cmd          |  8 ----
 board/orangepi/orangepi-one/genimage.cfg      | 37 ----------------
 board/orangepi/orangepi-pc-plus/boot.cmd      |  8 ----
 board/orangepi/orangepi-pc-plus/genimage.cfg  | 43 -------------------
 board/orangepi/orangepi-zero-plus2/boot.cmd   |  6 ---
 .../orangepi/orangepi-zero-plus2/genimage.cfg | 41 ------------------
 configs/linksprite_pcduino_defconfig          | 18 ++++----
 configs/orangepi_one_defconfig                |  9 ++--
 configs/orangepi_pc_plus_defconfig            |  9 ++--
 configs/orangepi_zero_plus2_defconfig         | 14 +++---
 15 files changed, 24 insertions(+), 249 deletions(-)
 delete mode 100644 board/linksprite/pcduino/boot.cmd
 delete mode 100644 board/linksprite/pcduino/genimage.cfg
 delete mode 100755 board/linksprite/pcduino/post-build.sh
 delete mode 100755 board/linksprite/pcduino/post-image.sh
 delete mode 100644 board/orangepi/orangepi-one/boot.cmd
 delete mode 100644 board/orangepi/orangepi-one/genimage.cfg
 delete mode 100644 board/orangepi/orangepi-pc-plus/boot.cmd
 delete mode 100644 board/orangepi/orangepi-pc-plus/genimage.cfg
 delete mode 100644 board/orangepi/orangepi-zero-plus2/boot.cmd
 delete mode 100644 board/orangepi/orangepi-zero-plus2/genimage.cfg

Comments

Arnout Vandecappelle March 10, 2022, 8:44 p.m. UTC | #1
On 25/02/2022 08:26, Sergey Matyukevich wrote:
> Hi all,
> 
> Recently extlinux infrastructure has been added for  orangepi boards by
> Sergey Kuzminov: see commit c0312f71cc89 ("configs/orangepi_zero_defconfig:
> switch to extlinux"). This patch series converts to extlinux some of the
> boards that I have at my disposal:
> - orangepi-zero-plus2
> - orangepi-pc-plus
> - orangepi-one
> - linksprite-pcduino
> 
> All these changes have been build- and boot- tested. Also I added
> orangepi-zero-plus2 to my list in DEVELOPERS file to keep an eye
> on its build failures.
> 
> Regards,
> Sergey

  Series applied to master, thanks.

  Regards,
  Arnout

> 
> v1 -> v2
> - add linksprite-pcduino changes
> - update commit messages according to Giulio Benetti comments
> 
> 
> Sergey Matyukevich (6):
>    board/orangepi/orangepi-zero-plus2: switch to extlinux
>    board/orangepi/orangepi-pc-plus: switch to extlinux
>    board/orangepi/orangepi-one: switch to extlinux
>    board/linksprite/pcduino: switch to extlinux
>    configs/linksprite_pcduino_defconfig: update Linux/U-Boot versions
>    DEVELOPERS: add Sergey Matyukevich for orangepi-zero-plus2
> 
>   DEVELOPERS                                    |  2 +
>   board/linksprite/pcduino/boot.cmd             |  8 ----
>   board/linksprite/pcduino/genimage.cfg         | 43 -------------------
>   board/linksprite/pcduino/post-build.sh        | 11 -----
>   board/linksprite/pcduino/post-image.sh        | 16 -------
>   board/orangepi/orangepi-one/boot.cmd          |  8 ----
>   board/orangepi/orangepi-one/genimage.cfg      | 37 ----------------
>   board/orangepi/orangepi-pc-plus/boot.cmd      |  8 ----
>   board/orangepi/orangepi-pc-plus/genimage.cfg  | 43 -------------------
>   board/orangepi/orangepi-zero-plus2/boot.cmd   |  6 ---
>   .../orangepi/orangepi-zero-plus2/genimage.cfg | 41 ------------------
>   configs/linksprite_pcduino_defconfig          | 18 ++++----
>   configs/orangepi_one_defconfig                |  9 ++--
>   configs/orangepi_pc_plus_defconfig            |  9 ++--
>   configs/orangepi_zero_plus2_defconfig         | 14 +++---
>   15 files changed, 24 insertions(+), 249 deletions(-)
>   delete mode 100644 board/linksprite/pcduino/boot.cmd
>   delete mode 100644 board/linksprite/pcduino/genimage.cfg
>   delete mode 100755 board/linksprite/pcduino/post-build.sh
>   delete mode 100755 board/linksprite/pcduino/post-image.sh
>   delete mode 100644 board/orangepi/orangepi-one/boot.cmd
>   delete mode 100644 board/orangepi/orangepi-one/genimage.cfg
>   delete mode 100644 board/orangepi/orangepi-pc-plus/boot.cmd
>   delete mode 100644 board/orangepi/orangepi-pc-plus/genimage.cfg
>   delete mode 100644 board/orangepi/orangepi-zero-plus2/boot.cmd
>   delete mode 100644 board/orangepi/orangepi-zero-plus2/genimage.cfg
>