Skip to content
Snippets Groups Projects
Commit 62012352 authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

ldrpv2: add support for qm215


Add qm215 to msm8917 family. Add KASLR parse to support
parsing 64bit dump.

Change-Id: Ib934b4db84f7174bebf1aa4ec8b868e1dd0f5761
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 8fbbdf46
Branches
No related tags found
No related merge requests found
...@@ -427,6 +427,7 @@ class Board8917(Board): ...@@ -427,6 +427,7 @@ class Board8917(Board):
self.smem_addr = 0x6300000 self.smem_addr = 0x6300000
self.phys_offset = 0x40000000 self.phys_offset = 0x40000000
self.imem_start = 0x8600000 self.imem_start = 0x8600000
self.kaslr_addr = 0x86006d0
self.wdog_addr = 0x8600658 self.wdog_addr = 0x8600658
self.imem_file_name = 'OCIMEM.BIN' self.imem_file_name = 'OCIMEM.BIN'
...@@ -838,6 +839,7 @@ boards.append(Board8917(socid=303)) ...@@ -838,6 +839,7 @@ boards.append(Board8917(socid=303))
boards.append(Board8917(socid=307)) boards.append(Board8917(socid=307))
boards.append(Board8917(socid=308)) boards.append(Board8917(socid=308))
boards.append(Board8917(socid=309)) boards.append(Board8917(socid=309))
boards.append(Board8917(socid=386))
boards.append(Board8920(socid=320)) boards.append(Board8920(socid=320))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment