Message ID | 20241211201146.4057892-1-geomatsi@gmail.com |
---|---|
Headers | show |
Series | orangepi: BSP updates, part I | expand |
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.
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