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

2009-04-08 Thread Prafulla Wadaskar
From: prafulla_wadaskar This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS from SPI flash Note: d

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-08 Thread Mike Frysinger
On Wednesday 08 April 2009 12:18:11 Prafulla Wadaskar wrote: > From: prafulla_wadaskar this part should be fixed as well -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://list

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-14 Thread Prafulla Wadaskar
Hi all, This is much cleaner and smaller patch. Any comments or acceptance or flag to resend are welcomed. Regards.. Prafulla . . > -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Wednesday, April 08, 2009 9:48 PM > To: u-boot@lists.denx.de > Cc: Ronen

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:48 Wed 08 Apr , Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > This is Marvell's 88F6281_A0 based custom board developed > for wireless access point product > > This patch is tested for- > 1. Boot from DRAM/SPI flash/NFS > 2. File transfer using tftp and loadb > 3. SPI flash re

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-17 Thread Prafulla Wadaskar
; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support > > On 21:48 Wed 08 Apr , Prafulla Wadaskar wrote: > > From: prafulla_wadaskar > > > > This is Marvell's 88F6281_A0 based custom board developed > for wireless > > acces

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > +#define MV88F6281GTW_GE_MPP0_7 0x0111 > > > +#define MV88F6281GTW_GE_MPP8_15 0x11103311 > > > +#define MV88F6281GTW_GE_MPP16_23 0x > > > +#define MV88F6281GTW_GE_MPP24_31 0x > > > +#define MV88F6281GTW_GE_MPP32_39 0x40440222 > > > +#define MV88F6281GTW_

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-18 Thread Prafulla Wadaskar
> > > > + > > > > +#endif /* CONFIG_MISC_INIT_R */ > > > > diff --git a/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > > b/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > is it possible to have a shorter name for the board? > > No Jean, not possible, kernel patches also represents the > same name a

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:26 Sat 18 Apr , Prafulla Wadaskar wrote: > > > > > + > > > > > +#endif /* CONFIG_MISC_INIT_R */ > > > > > diff --git a/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > > > b/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > > is it possible to have a shorter name for the board? > > > No Jean,

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-19 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: >>> +#define CONFIG_IPADDR 192.168.5.44 >>> +#define CONFIG_SERVERIP192.168.5.30 >>> +#define CONFIG_NETMASK 255.255.255.0 >>> >> please remove the IP params >> > Why ? > > Because these values are only rele

Re: [U-Boot] [PATCH v2] Marvell MV88F6281GTW_GE Board support

2009-04-21 Thread Prafulla Wadaskar
> >>> +#define CONFIG_IPADDR192.168.5.44 > >>> +#define CONFIG_SERVERIP 192.168.5.30 > >>> +#define CONFIG_NETMASK 255.255.255.0 > >>> > >> please remove the IP params > >> > > Why ? > > > > > Because these values are only relevant to your lab networ