Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > > please include config_cmd_default.h > > > Hi Jean > > > I do not want to include config_cmd_default.h All commands in this > > > file are not supported/required for this board. > > include/config_cmd_default.h > > > > please include this one and undef what you do not needis > Hi Jean, > T

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-07 Thread Stefan Roese
On Wednesday 08 July 2009 07:52:27 Prafulla Wadaskar wrote: > > > > > +/* > > > > > + * Commands configuration > > > > > + */ > > > > > > > > please include config_cmd_default.h > > > > > > Hi Jean > > > I do not want to include config_cmd_default.h All commands in this > > > file are not supported

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-07 Thread Prafulla Wadaskar
aturday, July 04, 2009 5:16 AM > > > To: Prafulla Wadaskar > > > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan > Sarnaik; Ronen > > > Shitrit > > > Subject: Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board > > > support > > > > &

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
; Ashish Karkare; Prabhanjan Sarnaik; > > Ronen Shitrit > > Subject: Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support > > > > > > +#define CONFIG_SYS_PROMPT "Marvell>> "/* > > Command Prompt */ > > > +#define C

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-07 Thread Prafulla Wadaskar
> -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Saturday, July 04, 2009 5:16 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; > Ronen Shitrit > Subject: Re: [U-Boot] [

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
> +/* > + * CLKs configurations > + */ > +#define CONFIG_SYS_HZ1000 > + > +/* > + * NS16550 Configuration > + */ > +#define CONFIG_SYS_NS16550 > +#define CONFIG_SYS_NS16550_SERIAL > +#define CONFIG_SYS_NS16550_REG_SIZE (-4) > +#define CONFIG_SYS_NS16550_CLK CONFIG_SYS

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Monday, June 29, 2009 9:01 PM > To: u-boot@lists.denx.de > Cc: Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; > Prafulla Wadaskar > Subject: [PATCH v5 6/6] Marvell Sheevaplug Board support > > Ref

[U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-06-29 Thread Prafulla Wadaskar
Reference: http://plugcomputer.org/ http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support This patch is tested for- 1. Boot from DRAM/NAND flash 2. File transfer using tftp 3. NAND flash read/write/erase 4. Linux kernel and RFS Boot from NAND 5. Enabled USB PHY init for kernel need 6. Boo