
On Thu, 2012-06-07 at 15:27 +0200, Luka Perkov wrote:
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?
Certainly a thanks from me :)
Daniel