All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabhakar Kushwaha <prabhakar@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [u-boot-release] [PATCH 3/3] board/c29xpcie: Add support of 8K page	size NAND flash
Date: Wed, 25 Sep 2013 09:52:36 +0530	[thread overview]
Message-ID: <5242650C.4060407@freescale.com> (raw)
In-Reply-To: <3F453DDFF675A64A89321A1F35281021ADE1E4@039-SN1MPN1-003.039d.mgd.msft.net>

On 09/25/2013 08:09 AM, Liu Shengzhou-B36685 wrote:
>> -----Original Message-----
>> From: u-boot-release-bounces at linux.freescale.net [mailto:u-boot-release-
>> bounces at linux.freescale.net] On Behalf Of Kushwaha Prabhakar-B32579
>> Sent: Tuesday, September 24, 2013 4:17 PM
>> To: u-boot at lists.denx.de
>> Cc: Wood Scott-B07421; Kushwaha Prabhakar-B32579
>> Subject: [u-boot-release] [PATCH 3/3] board/c29xpcie: Add support of 8K page
>> size NAND flash
>>
>> Defines constants required to support 8K page size NAND flash.
>>
>> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
>> ---
>>   Based upon git://git.denx.de/u-boot.git branch master
>>
>>   include/configs/C29XPCIE.h |   10 ++++++----
>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>
>> diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index
>> 83779ef..6a1e145 100644
>> --- a/include/configs/C29XPCIE.h
>> +++ b/include/configs/C29XPCIE.h
>> @@ -189,13 +189,14 @@
>>   				| CSPR_MSEL_NAND \
>>   				| CSPR_V)
>>   #define CONFIG_SYS_NAND_AMASK	IFC_AMASK(64*1024)
>> +#define CONFIG_SYS_NAND_OOBSIZE	0x00000280	/* 640b */
>>   #define CONFIG_SYS_NAND_CSOR	(CSOR_NAND_ECC_ENC_EN	/* ECC on encode */ \
>>   				| CSOR_NAND_ECC_DEC_EN	/* ECC on decode */ \
>>   				| CSOR_NAND_ECC_MODE_4	/* 4-bit ECC */ \
>> -				| CSOR_NAND_RAL_2	/* RAL = 2 Bytes */ \
>> -				| CSOR_NAND_PGS_2K	/* Page Size = 2k */ \
>> -				| CSOR_NAND_SPRZ_64	/* Spare size = 64 */ \
>> -				| CSOR_NAND_PB(64))	/* 64 Pages Per Block */
>> +				| CSOR_NAND_RAL_3	/* RAL = 3 Bytes */ \
>> +				| CSOR_NAND_PGS_8K	/* Page Size = 8K */ \
>> +				| CSOR_NAND_SPRZ_CSOR_EXT /*oob in csor_ext*/\
>> +				| CSOR_NAND_PB(128))	/*128 Pages Per Block*/
>>   #define CONFIG_SYS_NAND_FTIM0	(FTIM0_NAND_TCCST(0x01) | \
>>   				FTIM0_NAND_TWP(0x0c)   | \
>>   				FTIM0_NAND_TWCHT(0x08) | \
> Is it possible to do it with ONFI detection automatically instead of defining manually for different devices? such as what Linux driver does.
>

current mtd/nand/nand_base.c does in same way. We have to define 
CONFIG_SYS_NAND_ONFI_DETECTION.
Once it is defined, it will check for normal flash detection followed by 
ONFI.  Similar way as Linux doing.

do you have some other requirement.

Regards,
Prabhakar

  reply	other threads:[~2013-09-25  4:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-24  8:17 [U-Boot] [PATCH 3/3] board/c29xpcie: Add support of 8K page size NAND flash Prabhakar Kushwaha
2013-09-25  2:39 ` [U-Boot] [u-boot-release] " Liu Shengzhou-B36685
2013-09-25  4:22   ` Prabhakar Kushwaha [this message]
2013-09-25 17:22     ` Scott Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5242650C.4060407@freescale.com \
    --to=prabhakar@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.