devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Add SDRAM ECC support for Stratix10
@ 2018-04-27 18:37 thor.thayer
  2018-04-27 18:37 ` [PATCHv2 1/3] Documentation: dt: socfpga: Add Stratix10 ECC Manager binding thor.thayer
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: thor.thayer @ 2018-04-27 18:37 UTC (permalink / raw)
  To: bp, mchehab, robh+dt, mark.rutland, dinguyen, catalin.marinas,
	will.deacon
  Cc: devicetree, thor.thayer, linux-arm-kernel, linux-edac

From: Thor Thayer <thor.thayer@linux.intel.com>

The Intel Stratix10 platform is an ARM64 but still has many register
definitions that are similar to the Arria10. One significant difference
is the Stratix10 Secure Monitor handles registers that may
be shared by guest OSes at a different exception level. Register access
is through an ARM SMC call. Currently, SMC handling is implemented
in Stratix10 U-Boot.

Thor Thayer (3):
  Documentation: dt: socfpga: Add Stratix10 ECC Manager binding
  edac: altera: Add support for Stratix10 SDRAM EDAC
  arm64: dts: stratix10: add sdram ecc

 .../bindings/arm/altera/socfpga-eccmgr.txt         |  35 ++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  12 +
 drivers/edac/Kconfig                               |   2 +-
 drivers/edac/altera_edac.c                         | 455 ++++++++++++++++++++-
 drivers/edac/altera_edac.h                         | 126 +++++-
 5 files changed, 602 insertions(+), 28 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-08 19:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 18:37 [PATCHv2 0/3] Add SDRAM ECC support for Stratix10 thor.thayer
2018-04-27 18:37 ` [PATCHv2 1/3] Documentation: dt: socfpga: Add Stratix10 ECC Manager binding thor.thayer
2018-05-01 12:54   ` Rob Herring
2018-04-27 18:37 ` [PATCHv2 2/3] edac: altera: Add support for Stratix10 SDRAM EDAC thor.thayer
2018-04-27 18:37 ` [PATCHv2 3/3] arm64: dts: stratix10: add sdram ecc thor.thayer
2018-05-07 16:59   ` Borislav Petkov
2018-05-07 20:50     ` Dinh Nguyen
2018-05-07 21:10       ` Dinh Nguyen
2018-05-08  8:53         ` Borislav Petkov
2018-05-08 19:27           ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).