Re: [PATCHv2] EDAC, altera: Move Stratix10 SDRAM ECC to peripheral

2019-07-25 Thread Thor Thayer
Hi James, On 7/25/19 7:46 AM, James Morse wrote: Hi Thor, On 12/07/2019 19:28, thor.tha...@linux.intel.com wrote: From: Thor Thayer ARM32 SoCFPGAs had separate IRQs for SDRAM. ARM64 SoCFPGAs send all DBEs to SError so filtering by source is necessary. The Stratix10 SDRAM ECC is a better mat

Re: [PATCHv2] EDAC, altera: Move Stratix10 SDRAM ECC to peripheral

2019-07-25 Thread James Morse
Hi Thor, On 12/07/2019 19:28, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > ARM32 SoCFPGAs had separate IRQs for SDRAM. ARM64 SoCFPGAs > send all DBEs to SError so filtering by source is necessary. > > The Stratix10 SDRAM ECC is a better match with the generic > Altera peripheral E

[PATCHv2] EDAC, altera: Move Stratix10 SDRAM ECC to peripheral

2019-07-12 Thread thor . thayer
From: Thor Thayer ARM32 SoCFPGAs had separate IRQs for SDRAM. ARM64 SoCFPGAs send all DBEs to SError so filtering by source is necessary. The Stratix10 SDRAM ECC is a better match with the generic Altera peripheral ECC framework because the linked list can be searched to find the ECC block offse