From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Date: Sun, 23 Sep 2012 21:01:29 +0200 Subject: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids In-Reply-To: <504DD871.7040301@denx.de> References: <1346918700-32429-1-git-send-email-sbabic@denx.de> <1346918700-32429-3-git-send-email-sbabic@denx.de> <50492F9B.2040205@freescale.com> <5049BA96.7000501@denx.de> <504A118D.8090808@denx.de> <504A434E.9020001@freescale.com> <504DD871.7040301@denx.de> Message-ID: <20120923210129.5e6f1a4e@eb-e6520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, Le Mon, 10 Sep 2012 14:09:21 +0200, Stefano Babic a ?crit : > The chip supports ONFI, but it seems the i.MX driver does not. Quite as > described in http://patchwork.ozlabs.org/patch/60042/. READ-ID is always > sent with address 0, I do not know if we can convince the driver to send > the address. to add ONFI support to i.MX's driver, you can check this patch (in barebox, a similar patch for Linux is cooking, actually tested on i.MX53 and i.MX25) : http://git.pengutronix.de/?p=barebox.git;a=commit;h=632c45795065e6a7471ab82be38e808eb6204341 Eric