Hello,
We are encountering the following kernel panic caused by the following errors during boot up:
[ 129.454177] EDAC FSL_DDR MC0: Err Detect Register: 0x80000018
[ 129.454239] SError Interrupt on CPU2, code 0xbf000002 -- SError
It seems that when we enable ARM64_ERRATUM_843419, the kernel panic goes away. This seems odd, since erratum 843419 is specifically for the A53 architecture, but the LS1046a uses the A72 architecture. Even though 843419 stops the kernel panic, it causes other software issues (specifically this http://blog.chinaunix.net/uid-13889805-id-5787750.html)
Here is the memory module we are using:
---=== Manufacturing Information ===---
Manufacturer Fairchild
Manufacturing Location Code 0x03
Part Number NLY2G7241G071ID32Z
Revision Code 0x4845
Manufacturing Date 2000-W80
Assembly Serial Number 0xADFF0000
Has the above error been encountered before for LS1046a? Also, what is the relationship between erratum 843419 and the a72 processor? Should we have this option enabled?
Thank you for your help.