Re: [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

2014-06-27 Thread Daniel Stodden
@@ -1,5 +1,6 @@ /* - * Boot a Marvell Kirkwood SoC, with Xmodem over UART0. + * Boot a Marvell SoC, with Xmodem over UART0. + * supports Kirkwood, Dove, Armada 370, Armada XP * * (c) 2012 Daniel Stodden daniel.stod...@gmail.com * @@ -37,8 +38,12 @@ static unsigned char

Re: [U-Boot] [PATCH v3 00/10] Add Marvell Dove and SolidRun CuBox

2013-02-14 Thread Daniel Stodden
-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Andy Fleming; Joe Hershberger; Daniel Stodden Subject: Re: [PATCH v3 00/10] Add Marvell Dove and SolidRun CuBox On Mon, Feb 11, 2013 at 10:43:00AM +0100, Sebastian Hesselbarth wrote: u-boot has kwboot for kirkwood since ages

Re: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-06 Thread Daniel Stodden
On Thu, 2012-12-06 at 11:59 +0100, Sebastian Hesselbarth wrote: On 12/05/2012 11:15 PM, Daniel Stodden wrote: On Sun, 2012-12-02 at 20:15 +0100, Luka Perkov wrote: On Sun, Dec 02, 2012 at 03:36:22PM +0100, Sebastian Hesselbarth wrote: On Dove kwboot can also be used to boot an u-boot image

Re: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-05 Thread Daniel Stodden
Cc: Andy Fleming aflem...@gmail.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Daniel Stodden daniel.stod...@gmail.com Cc: Dieter Kiermaier dk-arm-li...@gmx.de --- tools/Makefile |2 ++ tools/kwboot.c | 44 2 files changed

Re: [U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-11-12 Thread Daniel Stodden
On Sat, 2012-11-10 at 09:04 -0500, Sam Bulka wrote: I understand the advantage of the tool when installed on a PC. But not the advantage of adding it to Uboot, since the tool is needed when Uboot is broken and doesn't work anymore. How would you use this tool from within Uboot, if you can't

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

2012-06-07 Thread Daniel Stodden
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.stod

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

2012-05-21 Thread Daniel Stodden
Luka :) - kwboot_tty_recv: Fail after timing out. Now reports a proper ETIMEDOUT, thanks David. - Thanks for all the contributions since v1 Shortlog, from https://github.com/dns42/u-boot/tree/dns/kwboot-8 Daniel Stodden (5): kwboot: Fix timeouts in kwboot_tty_recv. kwboot

[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 daniel.stod...@googlemail.com Acked-by: Luka Perkov ub...@lukaperkov.net Tested-By: Holger Brunck holger.bru...@keymile.com Tested-By: David Purdy david.c.pu

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

2012-05-09 Thread Daniel Stodden
On Tue, 2012-05-08 at 16:40 -0500, David Purdy wrote: On Tue, May 8, 2012 at 4:23 PM, David Purdy david.c.pu...@gmail.com wrote: On Mon, May 7, 2012 at 9:38 PM, Daniel Stodden daniel.stod...@googlemail.com wrote: On Mon, 2012-05-07 at 20:16 -0500, David Purdy wrote: On Mon, May 7, 2012

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

2012-05-09 Thread Daniel Stodden
On Tue, 2012-05-08 at 11:02 +0200, DrEagle wrote: Hi, Le 08/05/2012 01:40, Daniel Stodden a écrit : On Sun, 2012-05-06 at 12:53 -0500, David Purdy wrote: On Wed, May 2, 2012 at 2:16 PM, Luka Perkov ub...@lukaperkov.net wrote: The kwboot program boots boards based on Marvell's Kirkwood

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

2012-05-09 Thread Daniel Stodden
On Wed, 2012-05-09 at 08:25 -0500, David Purdy wrote: On Wed, May 9, 2012 at 3:00 AM, Daniel Stodden daniel.stod...@googlemail.com wrote: Have you tried to put the bootrom in the debug mode ? https://doukki.net/doku.php?id=wiki:tutoriels:u-boot.uart#boot_from_uart0 Réfs : http

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

2012-05-07 Thread Daniel Stodden
On Sun, 2012-05-06 at 12:53 -0500, David Purdy wrote: On Wed, May 2, 2012 at 2:16 PM, Luka Perkov ub...@lukaperkov.net wrote: The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden daniel.stod

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

2012-04-24 Thread Daniel Stodden
Hi. Thanks for the instructions. Latest kwboot patch follow here, fully reindented and thereby passing checkpatch without warnings. Thanks, Daniel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-04-24 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 daniel.stod...@googlemail.com --- doc/kwboot.1 | 84 +++ tools/Makefile |6 + tools/kwboot.c | 750

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

2012-04-24 Thread Daniel Stodden
On Tue, 2012-04-24 at 22:28 +0200, Luka Perkov wrote: Hi Daniel, On Mon, Apr 23, 2012 at 11:07:21PM -0700, Daniel Stodden wrote: The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden daniel.stod

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

2012-04-24 Thread Daniel Stodden
On Wed, 2012-04-25 at 02:08 +0200, Luka Perkov wrote: Hi Daniel, I want to say that this works on my kirkwood board ib62x0. Nice work. I have only a few suggestions... On Mon, Apr 23, 2012 at 11:07:21PM -0700, Daniel Stodden wrote: +.SH NAME +kwboot \- Boot Marvell Kirkwood SoCs over

[U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-04-23 Thread Daniel Stodden
Hey. I wrote a utility to boot Marvell SoCs over serial. If that sounds generally useful, would you be so kind to merge git://github.com/dns42/u-boot.git at dns/kwboot-1 If it's missing sth for that to happen, lemme know. Cheers, Daniel PS: Sorry if you received this twice, first mail

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

2012-04-23 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 daniel.stod...@googlemail.com --- doc/kwboot.1 | 84 +++ tools/Makefile |6 + tools/kwboot.c | 750

Re: [U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-04-23 Thread Daniel Stodden
On Sun, 2012-04-22 at 11:46 -0700, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Daniel Stodden Sent: 22 April 2012 11:56 To: u-boot@lists.denx.de Subject: [U-Boot] kwboot: Boot Marvell

[U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-04-22 Thread Daniel Stodden
Hey. I wrote a utility to boot Marvell SoCs over serial. If that sounds generally useful, would you be so kind to merge git://github.com/dns42/u-boot.git at dns/kwboot-1 If it's missing sth for that to happen, lemme know. Cheers, Daniel ___