From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 28 Oct 2011 15:38:20 -0500 Subject: [U-Boot] [PATCH v8 2/3] MIPS: Jz4740: Add NAND driver In-Reply-To: <4E95A38C.2060808@pobox.com> References: <4E95A2B0.9090404@pobox.com> <4E95A38C.2060808@pobox.com> Message-ID: <4EAB12BC.6070606@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 10/12/2011 09:26 AM, Shinya Kuribayashi wrote: > From: Xiangfu Liu > Date: Wed, 12 Oct 2011 12:24:06 +0800 > > Jz4740 NAND flash controller can support: > * MLC NAND as well as SLC NAND > * all 8-bit/16-bit NAND flash devices > * HAMMING and RS hardware ECC > * automatic boot up from NAND flash devices > > nand_ecclayout is set up for 2GiB NAND chip mounted in Qi LB60. > We'll bring up boot-from-NAND support in nand_spl/ in the future. > > Signed-off-by: Xiangfu Liu > Acked-by: Daniel > Signed-off-by: Shinya Kuribayashi Acked-by: Scott Wood -Scott