[U-Boot-Users] NAND access via custom interface
Jack Hab
jackhab at gmail.com
Thu Oct 19 14:56:08 CEST 2006
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
More information about the U-Boot
mailing list