Skip to content
Snippets Groups Projects
Commit 1c37c123 authored by Patrick Daly's avatar Patrick Daly
Browse files

ldrpv2: cachedumplib: Add support for 8992

Describe the cache format used in 8992.

Change-Id: I40149802a68527b9b043a643f8d5c18b67916924
parent eadc1453
No related branches found
No related tags found
No related merge requests found
......@@ -334,3 +334,16 @@ lookuptable[(8994, 0x66, 0)] = L1_ICache_A57()
lookuptable[(8994, 0x67, 0)] = L1_ICache_A57()
lookuptable[(8994, 0xC1, 0)] = L2_Cache_A57()
#8992
lookuptable[(8992, 0x80, 0x100)] = L1_DCache_A53()
lookuptable[(8992, 0x81, 0x100)] = L1_DCache_A53()
lookuptable[(8992, 0x82, 0x100)] = L1_DCache_A53()
lookuptable[(8992, 0x83, 0x100)] = L1_DCache_A53()
lookuptable[(8992, 0x84, 0x100)] = L1_DCache_A57()
lookuptable[(8992, 0x85, 0x100)] = L1_DCache_A57()
lookuptable[(8992, 0x64, 0x100)] = L1_ICache_A57()
lookuptable[(8992, 0x65, 0x100)] = L1_ICache_A57()
lookuptable[(8992, 0xC1, 0x100)] = L2_Cache_A57()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment