mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
configs/orangepi_zero: bump BSP versions
Switch to the new Linux LTS release 6.12.3 and to the latest U-Boot 2024.10. Tune the patch for xr819 interrupts for the new kernel. Add hashes for Linux kernel/headers and U-Boot. Finally, add BR2_TARGET_UBOOT_NEEDS_GNUTLS option required by new U-Boot. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> [Julien: - add BR2_DOWNLOAD_FORCE_CHECK_HASHES=y - remove .checkpackageignore entry - change linux.hash comment to use upstream hashes ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
668084d5cb
commit
3ef5975b79
@@ -0,0 +1 @@
|
||||
../linux/linux.hash
|
||||
@@ -1,8 +1,7 @@
|
||||
From 321faaf4b78d46a0c77782c1798856746f0619e9 Mon Sep 17 00:00:00 2001
|
||||
From 7a24ce9f5045ac6faf66a08bbb814f3a82c919b1 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Fri, 19 May 2017 23:39:48 +0300
|
||||
Subject: [PATCH] ARM: dts: orange-pi-zero: specify XR819 WiFi chip
|
||||
interrupts
|
||||
Subject: [PATCH] ARM: dts: orange-pi-zero: specify XR819 WiFi chip interrupts
|
||||
|
||||
The orange-pi-zero board has Allwinner XR819 SDIO wifi chip. The board
|
||||
dts file provides a node enabling mmc1 controller. Together with an
|
||||
@@ -17,12 +16,12 @@ Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
|
||||
index b7ca916d871d..4e1a9050c6b4 100644
|
||||
index 2a45770f7b83..667038973bb7 100644
|
||||
--- a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
|
||||
+++ b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
|
||||
@@ -125,6 +125,9 @@
|
||||
@@ -152,6 +152,9 @@ &mmc1 {
|
||||
*/
|
||||
xr819: sdio_wifi@1 {
|
||||
xr819: wifi@1 {
|
||||
reg = <1>;
|
||||
+ compatible = "xradio,xr819";
|
||||
+ interrupt-parent = <&pio>;
|
||||
@@ -31,5 +30,5 @@ index b7ca916d871d..4e1a9050c6b4 100644
|
||||
};
|
||||
|
||||
--
|
||||
2.11.0
|
||||
2.47.1
|
||||
|
||||
|
||||
2
board/orangepi/orangepi-zero/patches/linux/linux.hash
Normal file
2
board/orangepi/orangepi-zero/patches/linux/linux.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 c89809cc777d50f1ea484a118630281a26383707a0e752c96fd834f6e765deae linux-6.12.3.tar.xz
|
||||
2
board/orangepi/orangepi-zero/patches/uboot/uboot.hash
Normal file
2
board/orangepi/orangepi-zero/patches/uboot/uboot.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 u-boot-2024.10.tar.bz2
|
||||
Reference in New Issue
Block a user