From 65ca7dfa18fa5cea933a06a5c94aef024df666a2 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Mon, 19 Aug 2024 13:14:59 -0700 Subject: [PATCH] pi/common: bump kernel to rpi-6.6.45 Signed-off-by: Christian Stewart --- README.md | 12 ++++++------ configs/pi/common/buildroot/kernel | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fc77017c7..e197d274c 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ main SkiffOS repository: | [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.10.5 | | [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.10.5 | | [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.10.5 | -| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.34 | -| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.34 | -| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.34 | -| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.34 | -| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.34 | -| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.34 | +| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.45 | +| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.45 | +| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.45 | +| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.45 | +| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.45 | +| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.45 | | [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.6-pre | | [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.6-pre | | [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.6-pre | diff --git a/configs/pi/common/buildroot/kernel b/configs/pi/common/buildroot/kernel index 767b10fee..052b797ce 100644 --- a/configs/pi/common/buildroot/kernel +++ b/configs/pi/common/buildroot/kernel @@ -1,11 +1,11 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # rpi-6.6.y -# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,e0c78d59082aaadb95fc301af239c991686a1822)/linux-rpi-6.6.30-r1.tar.gz" +# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,7af85d54e39733bb9a236b95ea5ed1ab8277d560)/linux-rpi-6.6.34-r1.tar.gz" # BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y # rpi-6.6.y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,7af85d54e39733bb9a236b95ea5ed1ab8277d560)/linux-rpi-6.6.34-r1.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,048116839be045479711fb1e52ce894e90ccac8d)/linux-rpi-6.6.45-r1.tar.gz" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y BR2_KERNEL_HEADERS_AS_KERNEL=y