diff --git a/linux-ramdump-parser-v2/cachedumplib.py b/linux-ramdump-parser-v2/cachedumplib.py index fdb255fe4683d42713fc0bc9be5d7af9dda4f121..b1af05fc5823e3557a39ce1382a1d3c133e13a3e 100755 --- a/linux-ramdump-parser-v2/cachedumplib.py +++ b/linux-ramdump-parser-v2/cachedumplib.py @@ -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()