From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 23 Jul 2010 10:17:46 +0200 Subject: [U-Boot] [PATCH] ppc4xx: Add "ecctest" command to test/simulate ECC errors In-Reply-To: <1279731970-15903-1-git-send-email-sr@denx.de> References: <1279731970-15903-1-git-send-email-sr@denx.de> Message-ID: <201007231017.46913.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 21 July 2010 19:06:10 Stefan Roese wrote: > This patch adds the "ecctest" command to test and simulate ECC errors > (single bit and/or double bit) while running from SDRAM. Currently only > the IBM DDR2 controller is supported (405EX, 440SP(e), 460EX/GT). > > This is done by copying and calling functions, modifying the SDRAM > controller operation mode, in internal SRAM/OCM. > > For correctable ECC errors (single bit) only the status will be printed > since the DDR2 controller doesn't provide the faulting address: > > => ecctest 1000000 1 > Using address 01000000 for 1 bit ECC error injection > ECC: Correctable error > > Uncorrectable ECC errors (double bit) will also display the faulting > address: > > => ecctest 1000000 2 > Using address 01000000 for 2 bit ECC error injection > ECC: Uncorrectable error at 0x0001000000 > > To enable this "ecctest" function you need to define CONFIG_CMD_ECCTEST > in the board config header. > > Tested on katmai and t3corp. Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de