[U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

Benoît Thébaudeau benoit.thebaudeau at advansee.com
Mon Jan 7 16:30:20 CET 2013


Dear Marek Vasut,

On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote:
> Dear Fabio Estevam,
> 
> > Hi Benoît,
> > 
> > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau
> > 
> > <benoit.thebaudeau at advansee.com> wrote:
> > > Fabio, can you give me the reference of the NAND Flash that you
> > > will use
> > > for testing on i.MX53? That will allow me to adjust the NFC clock
> > > and to
> > > know if I also have to add support for 4-kiB pages or multi-CS.
> > 
> > The NAND I have is a K9LAG08U0M.
> 
> Do you guys happen to have include/config/<config>.h section for the
> MX5 NFC ?
> esp. this CONFIG_MXC_NAND_IP_REGS_BASE is what I don't quite get how
> it fits in.

Here is this section for my custom i.MX51 board:

#define CONFIG_SYS_MAX_NAND_DEVICE	1
#define CONFIG_SYS_NAND_BASE		NFC_BASE_ADDR_AXI
#define CONFIG_NAND_MXC
#define CONFIG_MXC_NAND_REGS_BASE	NFC_BASE_ADDR_AXI
#define CONFIG_MXC_NAND_IP_REGS_BASE	NFC_BASE_ADDR
#define CONFIG_SYS_NAND_LARGEPAGE
#define CONFIG_MXC_NAND_HWECC
#define CONFIG_SYS_NAND_USE_FLASH_BBT

Best regards,
Benoît


More information about the U-Boot mailing list