* [U-Boot-Users] NAND access via custom interface
@ 2006-10-19 12:56 Jack Hab
2006-10-19 17:56 ` Stefan Roese
[not found] ` <8e75c3bb0610220729q17e49eb5j335e84dbe1b13b13@mail.gmail.com>
0 siblings, 2 replies; 4+ messages in thread
From: Jack Hab @ 2006-10-19 12:56 UTC (permalink / raw)
To: u-boot
Dear All,
I'm porting U-Boot to our hardware based on Virtex-II FGPA. We have NAND
device which cannot be accessed directly but only via our interface which
takes care of all the control lines and sends the address/command/data bytes
automatically.
I understand, low-level macros like NAND_CLRCLE can be skipped.
Will it be OK if I implemet only NAND_WAIT_READY, WRITE_NAND_xxx and
READ_NAND macros? Or anything else is required.
Do I need to set any structures manually? I couldn't find who populates
struct nand_chip with info, at which stages it occurs.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20061019/38e841b2/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot-Users] NAND access via custom interface
2006-10-19 12:56 [U-Boot-Users] NAND access via custom interface Jack Hab
@ 2006-10-19 17:56 ` Stefan Roese
[not found] ` <8e75c3bb0610220729q17e49eb5j335e84dbe1b13b13@mail.gmail.com>
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2006-10-19 17:56 UTC (permalink / raw)
To: u-boot
Hi Jack,
On Thursday 19 October 2006 14:56, Jack Hab wrote:
> I'm porting U-Boot to our hardware based on Virtex-II FGPA. We have NAND
> device which cannot be accessed directly but only via our interface which
> takes care of all the control lines and sends the address/command/data
> bytes automatically.
So you have a NAND flash controller on your board, right?
> I understand, low-level macros like NAND_CLRCLE can be skipped.
>
> Will it be OK if I implemet only NAND_WAIT_READY, WRITE_NAND_xxx and
> READ_NAND macros? Or anything else is required.
Seems you are looking at the "old" legacy NAND driver which should _not_ be
used anymore. Please use the "new" NAND driver which makes it also quite easy
to support NAND flash controllers. As an example implementation please take a
look at the cpu/ppc4xx/ndfc.c driver. It's used in the AMCC "sequoia"
(440EPx) board. Another boardspecific example is the
board/prodrive/pdnb3/nand.c driver used by the pdnb3 board.
Best regards,
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <8e75c3bb0610220729q17e49eb5j335e84dbe1b13b13@mail.gmail.com>]
end of thread, other threads:[~2006-10-23 12:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 12:56 [U-Boot-Users] NAND access via custom interface Jack Hab
2006-10-19 17:56 ` Stefan Roese
[not found] ` <8e75c3bb0610220729q17e49eb5j335e84dbe1b13b13@mail.gmail.com>
[not found] ` <8e75c3bb0610230443u644d02f1w2bd781d5b13f0c4@mail.gmail.com>
[not found] ` <200610231356.09870.sr@denx.de>
2006-10-23 12:12 ` Jack Hab
2006-10-23 12:56 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox