Skip to content
Snippets Groups Projects
Commit a6ddb98b authored by Prateek Sood's avatar Prateek Sood
Browse files

ldrpv2: add support for sdmmagpie in steppe target


Add cache, tlb and ram dump parsing support for
sdmmagpie in steppe target.

Change-Id: I0194e08c30f50839dbf06c7ce2d3e7906c1ba298
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent bf80cf3d
No related branches found
No related tags found
No related merge requests found
......@@ -860,6 +860,8 @@ boards.append(BoardSDX20(socid=333))
boards.append(BoardSteppe(socid=355))
boards.append(BoardSteppe(socid=369))
boards.append(BoardSteppe(socid=365))
boards.append(BoardSteppe(socid=366))
boards.append(BoardSDM710(socid=336))
boards.append(BoardSDM710(socid=337))
......
......@@ -1087,6 +1087,7 @@ lookuptable[("steppe", 0x66, 0x14)] = L1_ICache_KRYO4XX_GOLD()
lookuptable[("steppe", 0x67, 0x14)] = L1_ICache_KRYO4XX_GOLD()
lookuptable[("steppe", 0x140, 0x10)] = LLC_SYSTEM_CACHE_KRYO3XX()
lookuptable[("steppe", 0x141, 0x10)] = LLC_SYSTEM_CACHE_KRYO3XX()
lookuptable[("steppe", 0xc6, 0x10)] = L2_Cache_KRYO4XX_GOLD(numsets=0x200)
lookuptable[("steppe", 0xc7, 0x10)] = L2_Cache_KRYO4XX_GOLD(numsets=0x200)
......
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