]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: mvebu: sdram: Enable ECC support on Armada XP
authorStefan Roese <sr@denx.de>
Tue, 11 Aug 2015 15:08:01 +0000 (17:08 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Mon, 17 Aug 2015 16:41:33 +0000 (18:41 +0200)
This is tested on the DB-MV784MP-GP eval board. To really enable ECC
support on this board the I2C EEPROM needs to get changed. As it
saves the enabling of ECC support internally. For this the following
commands can be used to enable ECC support on this board:

Its recommended for first save (print) the value(s) in this EEPROM
address:

=> i2c md 4e 0.1 2
0000: 05 00    ..

To enable ECC support you need to set bit 1 in the 2nd byte:

Marvell>> i2c mw 4e 1.1 02
Marvell>> i2c md 4e 0.1 2
0000: 05 02    ..

To disable ECC support again, please use this command:

Marvell>> i2c mw 4e 1.1 00
Marvell>> i2c md 4e 0.1 2
0000: 05 00    ..

On other AXP boards, simply plugging an ECC DIMM should be enough to
enable ECC support.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
drivers/ddr/marvell/axp/ddr3_axp_config.h

index 800d2d14765db396c547cc76b2bc196dfd0bb820..a6720442ffae5d06c7f9ddd3d4fa8b4e01b5b010 100644 (file)
@@ -44,7 +44,7 @@
  * DDR3_TRAINING_DEBUG - Debug prints of internal code
  */
 #define DDR_TARGET_FABRIC                      5
-#define DRAM_ECC                               0
+#define DRAM_ECC                               1
 
 #ifdef MV_DDR_32BIT
 #define BUS_WIDTH                               32