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

2009-05-31 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1243626217-9232-8-git-send-email-prafu...@marvell.com> you wrote: > 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

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

2009-05-29 Thread Prafulla Wadaskar
Please do not review/accept this patch, I have send v2 for this. Sorry for inconvenience Regards.. Prafulla . . > -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Saturday, May 30, 2009 1:14 AM > To: u-boot@lists.denx.de > Cc: Nicolas Pitre; Manas Saksen

[U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-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 Signed-off-by: Prafulla Wadaskar --- MAKEAL

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

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com> you wrote: > > > > > +#define CONFIG_MTDPARTS > > "orion_nand:512k(uboot)," \ > > > + "1...@4m(psm), 3...@1m(kernel),1...@5m(rootfs) rw\0" > > > > This will not work. The em

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

2009-05-22 Thread Prafulla Wadaskar
nx.de; Ashish Karkare; Prabhanjan Sarnaik; > Lennert Buijtenhek > Subject: Re: [U-Boot] [PATCH] Marvell Sheevaplug Board support > > > > > > +#define CONFIG_MTDPARTS > > "orion_nand:512k(uboot)," \ > > > + "1...@4m(psm), 3...@1m(ke

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

2009-05-22 Thread Prafulla Wadaskar
> > > +#define CONFIG_MTDPARTS > "orion_nand:512k(uboot)," \ > > + "1...@4m(psm), 3...@1m(kernel),1...@5m(rootfs) rw\0" > > This will not work. The embedded space is not allowed. These are the parameters will be passed to the kernel I didn't understand what will not work

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

2009-05-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1242937472-30778-2-git-send-email-prafu...@marvell.com> you wrote: > References: http://plugcomputer.org/ > Serial console Setup > http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux > OpenOCD Setup > http://openplug.org/plugwiki/index.php/Setti

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

2009-05-22 Thread Stefan Roese
Hi Prafulla, On Thursday 21 May 2009 22:24:30 Prafulla Wadaskar wrote: > References: http://plugcomputer.org/ > Serial console Setup > http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux > OpenOCD Setup > http://openplug.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux > > Th

[U-Boot] [PATCH] Marvell Sheevaplug Board support

2009-05-21 Thread Prafulla Wadaskar
References: http://plugcomputer.org/ Serial console Setup http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux OpenOCD Setup http://openplug.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux This patch is tested for- 1. Boot from DRAM/NAND flash 2. File transfer using tftp 3. N