ramdump: tm2 support ramdump-v1(uboot2015+ker5.15) [1/1]

PD#SWPL-143912

Problem:
tm2 kernel5.15 bringup need ramdump support

Solution:
modify ker5.15 to support ramdump-v1.

Verify:
tm2

Change-Id: I58df8651cea07a767e77d696ecd0a4f2fd74fde2
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
This commit is contained in:
dongqing.li
2023-11-15 20:45:02 +08:00
committed by Jianxin Pan
parent 23095c0ec3
commit eaa142cb0d
3 changed files with 18 additions and 0 deletions
@@ -240,6 +240,11 @@
reserved-memory {
/* global autoconfigured region for contiguous allocations */
ramdump_bl33z@00000000 {
reg = <0x0 0x1800000>; /* 0 ~ 24M */
status = "disabled";
};
ramoops@0x07400000 {
compatible = "ramoops";
reg = <0x07400000 0x00100000>;
@@ -254,6 +254,14 @@
status = "okay";
};
ram-dump {
compatible = "amlogic, ram_dump";
status = "okay";
reg = <0x0 0xFF6345E0 0x0 4>;
reg-names = "SYSCTRL_STICKY_REG6";
store_device = "data";
};
video_composer {
compatible = "amlogic, video_composer";
dev_name = "video_composer";
@@ -240,6 +240,11 @@
reserved-memory {
/* global autoconfigured region for contiguous allocations */
ramdump_bl33z@00000000 {
reg = <0x0 0x0 0x0 0x1800000>; /* 0 ~ 24M */
status = "disabled";
};
ramoops@0x07400000 {
compatible = "ramoops";
reg = <0x0 0x07400000 0x0 0x00100000>;