From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Mon, 07 May 2012 10:19:14 +0200 Subject: [U-Boot] [PATCH v2] kwboot: boot Marvell Kirkwood SoCs over a serial link In-Reply-To: <20120502191643.GB14946@w500.lan> References: <20120502191643.GB14946@w500.lan> Message-ID: <4FA78582.6020502@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/02/2012 09:16 PM, 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 > Acked-by: Luka Perkov > --- > > Changes from version v1: > * fix man page > * minor cosmetic fixes in tools/kwboot.c > > I changed things pointed out on v1 of this patch which was originally > made by Daniel. > > doc/kwboot.1 | 76 ++++++ > tools/Makefile | 6 + > tools/kwboot.c | 738 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 820 insertions(+) > on km_kirkwood boards it works very well... Tested-By: Holger Brunck Best regards Holger