mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
ipq807x: disable pstore on ipq807x
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From ed0c6c49e0033c30207b1e4c925f19d67d087cfe Mon Sep 17 00:00:00 2001
|
||||
From 13e8f73314821c1bba233df508f278c8e564acac Mon Sep 17 00:00:00 2001
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Sat, 18 Jul 2020 08:53:44 +0200
|
||||
Subject: [PATCH 01/30] ipq807x: add the Qualcomm AX target support
|
||||
@@ -54,8 +54,8 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||
target/linux/ipq807x/patches/109-tplink.patch | 1518 +++++++++++++++++
|
||||
.../ipq807x/patches/110-add-esmt-nand.patch | 37 +
|
||||
target/linux/ipq807x/patches/111-eap106.patch | 765 +++++++++
|
||||
target/linux/ipq807x/patches/112-pstore.patch | 190 +++
|
||||
50 files changed, 10301 insertions(+), 2 deletions(-)
|
||||
target/linux/ipq807x/patches/112-pstore.patch | 147 ++
|
||||
50 files changed, 10258 insertions(+), 2 deletions(-)
|
||||
create mode 100644 package/boot/uboot-envtools/files/ipq807x
|
||||
create mode 100644 target/linux/ipq807x/109-logspam.patch
|
||||
create mode 100644 target/linux/ipq807x/Makefile
|
||||
@@ -14712,10 +14712,10 @@ index 0000000000..497742193e
|
||||
+ { PHY_ID_AQR112C, 0xfffffff0 },
|
||||
diff --git a/target/linux/ipq807x/patches/112-pstore.patch b/target/linux/ipq807x/patches/112-pstore.patch
|
||||
new file mode 100644
|
||||
index 0000000000..ed97c34241
|
||||
index 0000000000..dc3960306d
|
||||
--- /dev/null
|
||||
+++ b/target/linux/ipq807x/patches/112-pstore.patch
|
||||
@@ -0,0 +1,190 @@
|
||||
@@ -0,0 +1,147 @@
|
||||
+Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/arch/arm64/boot/dts/qcom/qcom-ipq6018-memory.dtsi
|
||||
+===================================================================
|
||||
+--- linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016.orig/arch/arm64/boot/dts/qcom/qcom-ipq6018-memory.dtsi
|
||||
@@ -14759,49 +14759,6 @@ index 0000000000..ed97c34241
|
||||
+ uboot@4A100000 {
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4A100000 0x0 0x00400000>;
|
||||
+Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/arch/arm64/boot/dts/qcom/qcom-ipq807x-memory.dtsi
|
||||
+===================================================================
|
||||
+--- linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016.orig/arch/arm64/boot/dts/qcom/qcom-ipq807x-memory.dtsi
|
||||
++++ linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/arch/arm64/boot/dts/qcom/qcom-ipq807x-memory.dtsi
|
||||
+@@ -94,6 +94,12 @@
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4a600000 0x0 0x00400000>;
|
||||
+ };
|
||||
++ ramoops@4a3f0000 {
|
||||
++ compatible = "ramoops";
|
||||
++ reg = <0 0x4a3f0000 0 0x10000>;
|
||||
++ record-size = <0x1000>;
|
||||
++ };
|
||||
++
|
||||
+ tzapp:tzapp@4a400000 { /* TZAPPS */
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4a400000 0x0 0x00100000>;
|
||||
+@@ -214,6 +220,12 @@
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4a600000 0x0 0x00400000>;
|
||||
+ };
|
||||
++ ramoops@4a3f0000 {
|
||||
++ compatible = "ramoops";
|
||||
++ reg = <0 0x4a3f0000 0 0x10000>;
|
||||
++ record-size = <0x1000>;
|
||||
++ };
|
||||
++
|
||||
+ tzapp:tzapp@4a400000 { /* TZAPPS */
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4a400000 0x0 0x00100000>;
|
||||
+@@ -334,6 +346,12 @@
|
||||
+ reg = <0x0 0x40000000 0x0 0x01000000>;
|
||||
+ };
|
||||
+
|
||||
++ ramoops@4a3f0000 {
|
||||
++ compatible = "ramoops";
|
||||
++ reg = <0 0x4a3f0000 0 0x10000>;
|
||||
++ record-size = <0x1000>;
|
||||
++ };
|
||||
++
|
||||
+ tzapp:tzapp@4a400000 { /* TZAPPS */
|
||||
+ no-map;
|
||||
+ reg = <0x0 0x4a400000 0x0 0x00200000>;
|
||||
+Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/fs/pstore/ram.c
|
||||
+===================================================================
|
||||
+--- linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016.orig/fs/pstore/ram.c
|
||||
|
||||
Reference in New Issue
Block a user