
-----Original Message----- From: Luka Perkov [mailto:uboot@lukaperkov.net] Sent: 07 June 2012 18:57 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: Re: [U-Boot] [PATCH v3] [resend] kwboot: boot kirkwood SoCs over a serial link
Hi all,
On Sun, May 27, 2012 at 11:44:51PM +0200, Luka Perkov wrote:
The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART.
Signed-off-by: Daniel Stodden daniel.stodden@googlemail.com Acked-by: Luka Perkov uboot@lukaperkov.net Tested-By: Holger Brunck holger.brunck@keymile.com Tested-By: David Purdy david.c.purdy@gmail.com Tested-by: Simon Guinot simon.guinot@sequanux.org
Changes from version 2:
- fix timeouts in kwboot_tty_recv
- revert indentation on manpage
- on manpage note that TTY isn't optional
- add David and Luka into the manpage
Changes from version v1:
- fix man page
- minor cosmetic fixes in tools/kwboot.c
I'm resending this patch because original version 3 was not
following
patch submission guidlines.
doc/kwboot.1 | 84 +++++++ tools/Makefile | 6 + tools/kwboot.c | 742
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 832 insertions(+)
If no one has objections to the code I would love to see it merged. Any NACK's or ACK's?
Applied to u-boot-marvell.git master branch
Regards.. Prafulla . . .