From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Mon, 7 Jan 2013 16:30:20 +0100 (CET) Subject: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5 In-Reply-To: <201301071608.45351.marex@denx.de> References: <1580773374.2374979.1344890876408.JavaMail.root@advansee.com> <1665956810.1004730.1357565834692.JavaMail.root@advansee.com> <201301071608.45351.marex@denx.de> Message-ID: <1931925426.1031254.1357572620586.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > > > 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/.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