Skip to content
Snippets Groups Projects
Commit cf346dfa authored by Hannu Nyman's avatar Hannu Nyman Committed by Christian Lamparter
Browse files

ipq806x: kernel crash log ramoops storage for R7800 and XR500

Define the kernel crash log storage ramoops/pstore feature
for R7800 and its sister XR500.

Reference to the ramoops admin guide in upstream Linux:
https://www.kernel.org/doc/html/v5.10/admin-guide/ramoops.html



Tested with R7800.

Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
parent 97158fe1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,15 @@ ...@@ -13,6 +13,15 @@
reg = <0x5fe00000 0x200000>; reg = <0x5fe00000 0x200000>;
reusable; reusable;
}; };
ramoops@42100000 {
compatible = "ramoops";
reg = <0x42100000 0x40000>;
record-size = <0x4000>;
console-size = <0x4000>;
ftrace-size = <0x4000>;
pmsg-size = <0x4000>;
};
}; };
aliases { aliases {
......
  • Paul :turtle: @paul

    mentioned in commit 549f8694

    ·

    mentioned in commit 549f8694

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment