Skip to content
Snippets Groups Projects
Commit 0ce87012 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres Committed by Gerrit - the friendly Code Review server
Browse files

lrdp-v2: Add smem_addr_buildinfo address for target

smem_addr_buildinfo is a necessary property for a target
to have, so that minidump support can be available for
a target. Add smem_addr_buildinfo for to enable
minidump support.

Change-Id: Ic65a2fda220366d3f2ecf8104cb651fb4041510a
parent 9517aa55
No related branches found
No related tags found
No related merge requests found
...@@ -565,6 +565,7 @@ class BoardSM8150(Board): ...@@ -565,6 +565,7 @@ class BoardSM8150(Board):
self.cpu = 'CORTEXA53' self.cpu = 'CORTEXA53'
self.ram_start = 0x80000000 self.ram_start = 0x80000000
self.smem_addr = 0x6000000 self.smem_addr = 0x6000000
self.smem_addr_buildinfo = 0x6007210
self.phys_offset = 0x80000000 self.phys_offset = 0x80000000
self.imem_start = 0x14680000 self.imem_start = 0x14680000
self.kaslr_addr = 0x146bf6d0 self.kaslr_addr = 0x146bf6d0
......
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