Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-23 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: 22 May 2012 03:30 > To: Daniel Stodden > Cc: U-Boot > Subject: Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs > over

Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Wolfgang Denk
Dear Daniel Stodden, In message <1337635983-12220-2-git-send-email-daniel.stod...@googlemail.com> you wrote: > The kwboot program boots boards based on Marvell's Kirkwood platform > via Xmodem over their integrated UART. > > Signed-off-by: Daniel Stodden > Acked-by: Luka Perkov > Tested-By: Ho

Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Wolfgang Denk
Dear Daniel Stodden, In message <1337635983-12220-1-git-send-email-daniel.stod...@googlemail.com> you wrote: > Hi all. > > This is kwboot-v3, and it's been quiet for a while so I guess we're > getting there. > > Summary: > > - Rebased against denx/master (no significant delta). > > - man: S

[U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Daniel Stodden
The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden Acked-by: Luka Perkov Tested-By: Holger Brunck Tested-By: David Purdy Tested-by: Simon Guinot --- doc/kwboot.1 | 84 +++ tools/Makefile |6 +

[U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Daniel Stodden
Hi all. This is kwboot-v3, and it's been quiet for a while so I guess we're getting there. Summary: - Rebased against denx/master (no significant delta). - man: Synopsis BNF, TTY isn't optional - man: roff, reindentation killed a '.B', Ended up reverting indent to v1 for transp.; sorry L