From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 17 Oct 2013 10:16:07 -0700 Subject: [U-Boot] [PATCH v2] powerpc/c29xpcie: add DDR ECC on off config setting In-Reply-To: <1380159611-16645-1-git-send-email-Po.Liu@freescale.com> References: <1380010799-26820-1-git-send-email-Po.Liu@freescale.com> <1380159611-16645-1-git-send-email-Po.Liu@freescale.com> Message-ID: <52601B57.6000109@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/25/2013 06:40 PM, Po Liu wrote: > c29xpcie REV_A board DDR ECC chip has bad impedance in hardware, > force that kind of board to be DDR ECC off when booting. > Other version board config ECC on/off by hwconfig=fsl_ddr:ecc=on > in uboot enviroment. > > Signed-off-by: Po Liu > --- > Add this patch after the camelcase patch > http://patchwork.ozlabs.org/patch/271670/ was added. > changes for v2: > - Default ecc on by hwconfig=fsl_ddr:ecc=on > - Keep the macro define CONFIG_DEF_HWCONFIG > > board/freescale/c29xpcie/ddr.c | 8 ++++++++ > include/configs/C29XPCIE.h | 2 ++ > 2 files changed, 10 insertions(+) > Applied to 85xx/next branch. Pending merging to master branch. York