mbox series

[0/3] orangepi: BSP updates, part I

Message ID 20241211201146.4057892-1-geomatsi@gmail.com
Headers show
Series orangepi: BSP updates, part I | expand

Message

Sergey Matyukevich Dec. 11, 2024, 8:09 p.m. UTC
Hi Peter and All,

These patches update BSP components for OrangePi Zero and One boards:
- Linux kernel updated to the latest LTS v6.12.3
- U-Boot  updated to 2024.10

Also xradio driver baseline is updated to make it work with new Linux.

Regards,
Sergey

Sergey Matyukevich (3):
  package/xr819-xradio: bump version
  configs/orangepi_zero: bump BSP versions
  configs/orangepi_one: bump BSP versions

 .../patches/linux-headers/linux-headers.hash        |  1 +
 .../orangepi/orangepi-one/patches/linux/linux.hash  |  2 ++
 .../orangepi/orangepi-one/patches/uboot/uboot.hash  |  2 ++
 .../patches/linux-headers/linux-headers.hash        |  1 +
 ...-orange-pi-zero-interrupt-triggering-xr819.patch | 13 ++++++-------
 .../orangepi/orangepi-zero/patches/linux/linux.hash |  2 ++
 .../orangepi/orangepi-zero/patches/uboot/uboot.hash |  2 ++
 configs/orangepi_one_defconfig                      |  7 ++++---
 configs/orangepi_zero_defconfig                     |  7 ++++---
 package/xr819-xradio/xr819-xradio.hash              |  2 +-
 package/xr819-xradio/xr819-xradio.mk                |  2 +-
 11 files changed, 26 insertions(+), 15 deletions(-)
 create mode 120000 board/orangepi/orangepi-one/patches/linux-headers/linux-headers.hash
 create mode 100644 board/orangepi/orangepi-one/patches/linux/linux.hash
 create mode 100644 board/orangepi/orangepi-one/patches/uboot/uboot.hash
 create mode 120000 board/orangepi/orangepi-zero/patches/linux-headers/linux-headers.hash
 create mode 100644 board/orangepi/orangepi-zero/patches/linux/linux.hash
 create mode 100644 board/orangepi/orangepi-zero/patches/uboot/uboot.hash

Comments

Julien Olivain Dec. 14, 2024, 9:47 p.m. UTC | #1
Hi Sergey,

On 11/12/2024 21:09, Sergey Matyukevich wrote:
> Hi Peter and All,
> 
> These patches update BSP components for OrangePi Zero and One boards:
> - Linux kernel updated to the latest LTS v6.12.3
> - U-Boot  updated to 2024.10

Thank you for the patches. I applied the series to master.

I have made few fixes and improvements. See the commit logs:
https://gitlab.com/buildroot.org/buildroot/-/commit/3ef5975b795271a723b694160c8d50c62d518e8e
https://gitlab.com/buildroot.org/buildroot/-/commit/6ee9c706179076ec1d7772debb6390631da184ce

> Also xradio driver baseline is updated to make it work with new Linux.
> 
> Regards,
> Sergey
> 
> Sergey Matyukevich (3):
>   package/xr819-xradio: bump version
>   configs/orangepi_zero: bump BSP versions
>   configs/orangepi_one: bump BSP versions
> 
>  .../patches/linux-headers/linux-headers.hash        |  1 +
>  .../orangepi/orangepi-one/patches/linux/linux.hash  |  2 ++
>  .../orangepi/orangepi-one/patches/uboot/uboot.hash  |  2 ++
>  .../patches/linux-headers/linux-headers.hash        |  1 +
>  ...-orange-pi-zero-interrupt-triggering-xr819.patch | 13 ++++++-------
>  .../orangepi/orangepi-zero/patches/linux/linux.hash |  2 ++
>  .../orangepi/orangepi-zero/patches/uboot/uboot.hash |  2 ++
>  configs/orangepi_one_defconfig                      |  7 ++++---
>  configs/orangepi_zero_defconfig                     |  7 ++++---
>  package/xr819-xradio/xr819-xradio.hash              |  2 +-
>  package/xr819-xradio/xr819-xradio.mk                |  2 +-
>  11 files changed, 26 insertions(+), 15 deletions(-)
>  create mode 120000 
> board/orangepi/orangepi-one/patches/linux-headers/linux-headers.hash
>  create mode 100644 
> board/orangepi/orangepi-one/patches/linux/linux.hash
>  create mode 100644 
> board/orangepi/orangepi-one/patches/uboot/uboot.hash
>  create mode 120000 
> board/orangepi/orangepi-zero/patches/linux-headers/linux-headers.hash
>  create mode 100644 
> board/orangepi/orangepi-zero/patches/linux/linux.hash
>  create mode 100644 
> board/orangepi/orangepi-zero/patches/uboot/uboot.hash
> 
> --
> 2.47.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

Best regards,

Julien.
Sergey Matyukevich Dec. 15, 2024, 10:12 a.m. UTC | #2
Hi Julien,

On Sat, Dec 14, 2024 at 10:47:55PM +0100, Julien Olivain wrote:
> Hi Sergey,
> 
> On 11/12/2024 21:09, Sergey Matyukevich wrote:
> > Hi Peter and All,
> > 
> > These patches update BSP components for OrangePi Zero and One boards:
> > - Linux kernel updated to the latest LTS v6.12.3
> > - U-Boot  updated to 2024.10
> 
> Thank you for the patches. I applied the series to master.
> 
> I have made few fixes and improvements. See the commit logs:
> https://gitlab.com/buildroot.org/buildroot/-/commit/3ef5975b795271a723b694160c8d50c62d518e8e
> https://gitlab.com/buildroot.org/buildroot/-/commit/6ee9c706179076ec1d7772debb6390631da184ce

Thanks ! Next time do not hesitate to request v(N+1) from me. I am sure
maintainer's time deservers better use rather than cleaning my mess.

Best regards,
Sergey