All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [U-boot] [Patch v2 0/4] keystone2: ecc: add ddr3 error detection and correction support
@ 2014-10-16 22:52 Ivan Khoronzhuk
  2014-10-16 22:52 ` [U-Boot] [U-boot] [Patch v2 1/4] dma: ti-edma3: introduce edma3 driver Ivan Khoronzhuk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ivan Khoronzhuk @ 2014-10-16 22:52 UTC (permalink / raw)
  To: u-boot

This series adds the DDR3 ECC support to enable ECC in the DDR3
EMIF controller for Keystone II devices.

Based on
"[U-boot] [Patch 0/5] keystone2: add network support for K2E SoC and EVM"
https://www.mail-archive.com/u-boot at lists.denx.de/msg148985.html

v2..v1:
	- nothing changed just rebased

Hao Zhang (1):
  ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr

Ivan Khoronzhuk (1):
  dma: ti-edma3: introduce edma3 driver

Vitaly Andrianov (2):
  ARM: keystone: msmc: extend functionality of SES
  keystone2: ecc: add ddr3 error detection and correction support

 arch/arm/cpu/armv7/keystone/Makefile               |   2 +-
 arch/arm/cpu/armv7/keystone/cmd_ddr3.c             | 247 +++++++++++++
 arch/arm/cpu/armv7/keystone/ddr3.c                 | 244 +++++++++++++
 arch/arm/cpu/armv7/keystone/msmc.c                 |  26 ++
 arch/arm/include/asm/arch-keystone/ddr3.h          |   6 +
 arch/arm/include/asm/arch-keystone/hardware-k2hk.h |   4 +
 arch/arm/include/asm/arch-keystone/hardware.h      |  52 +++
 arch/arm/include/asm/arch-keystone/msmc.h          |  28 ++
 arch/arm/include/asm/ti-common/ti-edma3.h          | 121 +++++++
 board/ti/ks2_evm/board.c                           |   3 +
 board/ti/ks2_evm/ddr3_k2hk.c                       |  16 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/ti-edma3.c                             | 384 +++++++++++++++++++++
 include/configs/ks2_evm.h                          |   4 -
 14 files changed, 1133 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/keystone/cmd_ddr3.c
 create mode 100644 arch/arm/include/asm/ti-common/ti-edma3.h
 create mode 100644 drivers/dma/ti-edma3.c

-- 
1.8.3.2

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

end of thread, other threads:[~2014-10-17 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 22:52 [U-Boot] [U-boot] [Patch v2 0/4] keystone2: ecc: add ddr3 error detection and correction support Ivan Khoronzhuk
2014-10-16 22:52 ` [U-Boot] [U-boot] [Patch v2 1/4] dma: ti-edma3: introduce edma3 driver Ivan Khoronzhuk
2014-10-16 22:52 ` [U-Boot] [U-boot] [Patch v2 2/4] ARM: keystone: msmc: extend functionality of SES Ivan Khoronzhuk
2014-10-16 22:52 ` [U-Boot] [U-boot] [Patch v2 3/4] keystone2: ecc: add ddr3 error detection and correction support Ivan Khoronzhuk
2014-10-16 22:52 ` [U-Boot] [U-boot] [Patch v2 4/4] ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr Ivan Khoronzhuk
2014-10-17 19:13 ` [U-Boot] [U-boot] [Patch v2 0/4] keystone2: ecc: add ddr3 error detection and correction support Ivan Khoronzhuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.