[U-Boot] [PATCH v4] Marvell MV88F6281GTW_GE Board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun May 3 10:39:23 CEST 2009


On 14:32 Sat 02 May     , Prafulla Wadaskar wrote:
> Thanks Jean...
> 
> > > +
> > > +#include <common.h>
> > > +#include <../drivers/net/phy/mv88e61xx.h>
> > Ben I not sure it's clean
> > any better idea?
> > > +#include <netdev.h>
> > > +#include "mv88f6281gtw_ge.h"
> > > +
 
> > > index 0000000..9695f3f
> > > --- /dev/null
> > > +++ b/board/Marvell/mv88f6281gtw_ge/u-boot.lds
> > please move to cpu/arm/kirkwood/
> I tried it, If we move it to Kirkwood there is build error, how do we invoke it for the build?
> currently it provides boot from DRAM since doimage (utility to convert u-boot.bin to flashable bin) is outside. I think this is board specific and each board will have different configuration, for ex. Board with boot from NAND will have different info
3 thinks

1) to boot from DRAM you normaly do not need to change it
for nand maybe but it will be normaly the same for all kirkwood

2) do you update your arch confif.mk
cat cpu/arm926ejs/kirwood/config.mk
LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/kirwood/u-boot.lds

3) I'm in favor as Mike to have the tool to build the final flashable bin
in the tree as done for the blackfin with a new target and a new extention
as .kwd (or any other)

Best Regards,
J.


More information about the U-Boot mailing list