From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Date: Fri, 14 Aug 2015 18:58:21 +0300 Subject: [U-Boot] [PATCH v7 2/5] nand: lpc32xx: add hardware ECC support In-Reply-To: <1439494822-10503-1-git-send-email-slemieux.tyco@gmail.com> References: <1439494822-10503-1-git-send-email-slemieux.tyco@gmail.com> Message-ID: <55CE101D.9060809@mleia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sylvain, On 13.08.2015 22:40, slemieux.tyco at gmail.com wrote: > From: Sylvain Lemieux > > Incorporate NAND SLC hardware ECC support from legacy LPCLinux NXP BSP. > The code taken from the legacy patch is: > - lpc32xx SLC NAND driver (hardware ECC support) > - lpc3250 header file missing SLC NAND registers definition > > The legacy driver was updated and clean-up as part of the integration with the existing NAND SLC driver. > > Signed-off-by: Sylvain Lemieux Looks good, tested on non-SPL build (SPL build produces a programmed #warning and the following compilation error due to missing DMA driver in SPL) Tested-by: Vladimir Zapolskiy With best wishes, Vladimir