[U-Boot] Support for NANDs greater than/equal to 4 GB

Scott,
There was a patch some time which added the 64 bit support in the MTD subsystem. I am referring to the patch below
http://git.infradead.org/mtd-2.6.git/blobdiff/8a4c2495b142fe612b291a810d9e69...
This feature still is not part of U-Boot. Is it going to be added?
Without this NANDs of size greater than equal to 4 GB fail to get recognized.
Thanks, Sandeep

On Tue, Aug 11, 2009 at 09:02:44AM -0500, Paulraj, Sandeep wrote:
There was a patch some time which added the 64 bit support in the MTD subsystem. I am referring to the patch below
http://git.infradead.org/mtd-2.6.git/blobdiff/8a4c2495b142fe612b291a810d9e69...
Was it submitted to U-Boot? If it was, I missed it.
This feature still is not part of U-Boot. Is it going to be added?
If someone submits a patch, yes. Otherwise it'll get picked up the next time I sync with Linux.
-Scott

Scott, Please see inline
-----Original Message----- From: Scott Wood [mailto:scottwood@freescale.com] Sent: Tuesday, August 11, 2009 11:10 AM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de Subject: Re: Support for NANDs greater than/equal to 4 GB
On Tue, Aug 11, 2009 at 09:02:44AM -0500, Paulraj, Sandeep wrote:
There was a patch some time which added the 64 bit support in the MTD
subsystem. I am referring to the patch below
2.6.git/blobdiff/8a4c2495b142fe612b291a810d9e695f269c26db..69423d99fc182a8 1f3c5db3eb5c140acc6fc64be:/drivers/mtd/nand/nand_base.c
Was it submitted to U-Boot? If it was, I missed it.
[Sandeep] Please tell me the U-boot policy of picking features from the kernel. I submitted 2 NAND/MTD patches yesterday which were accepted by Andrew Morton. Since I am in the signed-off-by, I sent the patches to U-boot as well.
But the above support in question is not my patch
This feature still is not part of U-Boot. Is it going to be added?
If someone submits a patch, yes. Otherwise it'll get picked up the next time I sync with Linux.
[Sandeep] Can I do it? That's my question. BTW I have tried it myself, it does not seem to be a trivial feature addition. Changes will also be required in the files in the /common folder which relates to NAND.
That brings me to my final point are the patches I sent yesterday [PATCH 1/2] NAND: ADD page Parameter to all read_page/read_page_raw API's [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
Going to be accepted by you?
-Scott
Thanks, Sandeep

On Tue, Aug 11, 2009 at 10:17:24AM -0500, Paulraj, Sandeep wrote:
[Sandeep] Please tell me the U-boot policy of picking features from the kernel.
I try to sync every now and then, but if you need something sooner please send it as a patch.
But the above support in question is not my patch
That's OK -- just send it with the author in a From: line at the beginning of the patch (but not in the e-mail headers).
If someone submits a patch, yes. Otherwise it'll get picked up the next time I sync with Linux.
[Sandeep] Can I do it? That's my question.
Sure.
That brings me to my final point are the patches I sent yesterday [PATCH 1/2] NAND: ADD page Parameter to all read_page/read_page_raw API's [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
Going to be accepted by you?
I've been busy on non-U-boot stuff, and haven't had a chance to look at them in detail yet. I'll try to get to them soon.
-Scott
participants (2)
-
Paulraj, Sandeep
-
Scott Wood