Re: [U-Boot] writing board_nand_init for pollux vr3520F

2010-11-16 Thread Miguel Amez
Hi Scott, thanks for your answer. Indeed, I have the datasheet from the manufacturer of the SoC. There is a project from Jeff Kent that treats about running U-boot an, ideed, a linux kernel on these chips. The specifications for this SoC could be consulted here: http://kthx.ath.cx/trac/nc600/raw-a

Re: [U-Boot] writing board_nand_init for pollux vr3520F

2010-11-15 Thread Scott Wood
On Sat, 13 Nov 2010 17:33:02 + Miguel José Amez Riendas wrote: > Hi list, > > this is my first post on u-boot list. > I'm trying to write function "board_nand_init" for a Pollux VR3520F SoC > based board. > I'm having some troubles and really don't know very good where to start and > which p

[U-Boot] writing board_nand_init for pollux vr3520F

2010-11-13 Thread Miguel José Amez Riendas
Hi list, this is my first post on u-boot list. I'm trying to write function "board_nand_init" for a Pollux VR3520F SoC based board. I'm having some troubles and really don't know very good where to start and which parts of nand_chip pointer have to be filled and which not. Could you please help me