From e42979d66953012e1f39d1dc898e2cbb1348df61 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 2 Jun 2024 11:12:00 +0200 Subject: [PATCH] Rewrite RPi 4 kernel config and fix wrong patch folder name --- config/kernel/linux-bcm2711-edge.config | 4 +++- .../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch | 0 .../001-force-platform-selection-brcm-soc-support.disabled | 0 .../{bcm2711-6.7 => bcm2711-6.9}/1003-remote-wakeup.patch | 0 .../{bcm2711-6.7 => bcm2711-6.9}/2001-rename-msd.patch | 0 5 files changed, 3 insertions(+), 1 deletion(-) rename patch/kernel/archive/{bcm2711-6.7 => bcm2711-6.9}/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch (100%) rename patch/kernel/archive/{bcm2711-6.7 => bcm2711-6.9}/001-force-platform-selection-brcm-soc-support.disabled (100%) rename patch/kernel/archive/{bcm2711-6.7 => bcm2711-6.9}/1003-remote-wakeup.patch (100%) rename patch/kernel/archive/{bcm2711-6.7 => bcm2711-6.9}/2001-rename-msd.patch (100%) diff --git a/config/kernel/linux-bcm2711-edge.config b/config/kernel/linux-bcm2711-edge.config index a53be54f57..ef0401b9fa 100644 --- a/config/kernel/linux-bcm2711-edge.config +++ b/config/kernel/linux-bcm2711-edge.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.9.1 Kernel Configuration +# Linux/arm64 6.9.2 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" CONFIG_CC_IS_GCC=y @@ -11,6 +11,8 @@ CONFIG_AS_VERSION=23800 CONFIG_LD_IS_BFD=y CONFIG_LD_VERSION=23800 CONFIG_LLD_VERSION=0 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y diff --git a/patch/kernel/archive/bcm2711-6.7/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch b/patch/kernel/archive/bcm2711-6.9/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch similarity index 100% rename from patch/kernel/archive/bcm2711-6.7/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch rename to patch/kernel/archive/bcm2711-6.9/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch diff --git a/patch/kernel/archive/bcm2711-6.7/001-force-platform-selection-brcm-soc-support.disabled b/patch/kernel/archive/bcm2711-6.9/001-force-platform-selection-brcm-soc-support.disabled similarity index 100% rename from patch/kernel/archive/bcm2711-6.7/001-force-platform-selection-brcm-soc-support.disabled rename to patch/kernel/archive/bcm2711-6.9/001-force-platform-selection-brcm-soc-support.disabled diff --git a/patch/kernel/archive/bcm2711-6.7/1003-remote-wakeup.patch b/patch/kernel/archive/bcm2711-6.9/1003-remote-wakeup.patch similarity index 100% rename from patch/kernel/archive/bcm2711-6.7/1003-remote-wakeup.patch rename to patch/kernel/archive/bcm2711-6.9/1003-remote-wakeup.patch diff --git a/patch/kernel/archive/bcm2711-6.7/2001-rename-msd.patch b/patch/kernel/archive/bcm2711-6.9/2001-rename-msd.patch similarity index 100% rename from patch/kernel/archive/bcm2711-6.7/2001-rename-msd.patch rename to patch/kernel/archive/bcm2711-6.9/2001-rename-msd.patch