<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/kwboot.c, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>tools: kwboot: Add support for UART boot mode patching for Armada XP/38x</title>
<updated>2015-10-01T00:02:06+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-09-29T07:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e29f1db3dd96901fb54d8faefed8cd2987704b68'/>
<id>e29f1db3dd96901fb54d8faefed8cd2987704b68</id>
<content type='text'>
Currently, kwboot only allows dynamic UART boot mode patching for SoCs
with header version 0 (Orion, Kirkwood). This patch now enables this "-p"
feature also for SoCs with header version 1 (Armada XP / 38x etc). With
this its possible now to use the UART boot mode without on images that
are generated for other boot devices, like SPI. So no need to change
BOOT_FROM to "uart" for UART xmodem booting any more.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Kevin Smith &lt;kevin.smith@elecsyscorp.com&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Dirk Eibach &lt;eibach@gdsys.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, kwboot only allows dynamic UART boot mode patching for SoCs
with header version 0 (Orion, Kirkwood). This patch now enables this "-p"
feature also for SoCs with header version 1 (Armada XP / 38x etc). With
this its possible now to use the UART boot mode without on images that
are generated for other boot devices, like SPI. So no need to change
BOOT_FROM to "uart" for UART xmodem booting any more.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Kevin Smith &lt;kevin.smith@elecsyscorp.com&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Dirk Eibach &lt;eibach@gdsys.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/kwboot: Add parameters to set delay and timeout via cmdline</title>
<updated>2015-06-14T15:48:28+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-05-29T11:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c0df9ef6ed03baf6fd325dac546290f80c7fd09'/>
<id>1c0df9ef6ed03baf6fd325dac546290f80c7fd09</id>
<content type='text'>
To support the Armada 38x, new values for the request-delay and the
response-timeout are needed. As the values already implemented in
this tool (for Kirkwood and Armada XP) don't seem to work here.
To make this more flexible, lets add make those 2 parameters
configurable via the cmdline. Here the new parameters:

-q &lt;req-delay&gt;:  use specific request-delay
-s &lt;resp-timeo&gt;: use specific response-timeout

For the Marvell DB-88F6820 these values are known to work:

One board:
-q 2 -s 1

2nd board:
-q 5 -s 5

So this seems to be even board specific. But with this patch now
those values can be specified and tested via the cmdline.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Kevin Smith &lt;kevin.smith@elecsyscorp.com&gt;
Cc: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To support the Armada 38x, new values for the request-delay and the
response-timeout are needed. As the values already implemented in
this tool (for Kirkwood and Armada XP) don't seem to work here.
To make this more flexible, lets add make those 2 parameters
configurable via the cmdline. Here the new parameters:

-q &lt;req-delay&gt;:  use specific request-delay
-s &lt;resp-timeo&gt;: use specific response-timeout

For the Marvell DB-88F6820 these values are known to work:

One board:
-q 2 -s 1

2nd board:
-q 5 -s 5

So this seems to be even board specific. But with this patch now
those values can be specified and tested via the cmdline.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Kevin Smith &lt;kevin.smith@elecsyscorp.com&gt;
Cc: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/kwboot: Sync with latest barebox version to support Armada XP</title>
<updated>2014-10-23T13:59:21+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2014-10-22T10:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84899e2db39cd0e6c6cef5ce128daad7aa3748ab'/>
<id>84899e2db39cd0e6c6cef5ce128daad7aa3748ab</id>
<content type='text'>
The barebox version of the kwboot tool has evolved a bit. To support
Armada XP and Dove. Additionally a few minor fixes have been applied.
So lets sync with the latest barebox version.

Please note that the main difference between both versions now is, that
the U-Boot version still supports the -p option, to dynamically patch
an image for UART boot mode. I didn't test it now though.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The barebox version of the kwboot tool has evolved a bit. To support
Armada XP and Dove. Additionally a few minor fixes have been applied.
So lets sync with the latest barebox version.

Please note that the main difference between both versions now is, that
the U-Boot version still supports the -p option, to dynamically patch
an image for UART boot mode. I didn't test it now though.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Luka Perkov &lt;luka@openwrt.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kwboot: boot kirkwood SoCs over a serial link</title>
<updated>2012-07-07T12:07:32+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>uboot@lukaperkov.net</email>
</author>
<published>2012-05-27T11:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d131ad68c6566749df10154d2a6fa93df5865495'/>
<id>d131ad68c6566749df10154d2a6fa93df5865495</id>
<content type='text'>
The kwboot program boots boards based on Marvell's Kirkwood platform
via Xmodem over their integrated UART.

Signed-off-by: Daniel Stodden &lt;daniel.stodden@googlemail.com&gt;
Acked-by: Luka Perkov &lt;uboot@lukaperkov.net&gt;
Tested-By: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Tested-By: David Purdy &lt;david.c.purdy@gmail.com&gt;
Tested-by: Simon Guinot &lt;simon.guinot@sequanux.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kwboot program boots boards based on Marvell's Kirkwood platform
via Xmodem over their integrated UART.

Signed-off-by: Daniel Stodden &lt;daniel.stodden@googlemail.com&gt;
Acked-by: Luka Perkov &lt;uboot@lukaperkov.net&gt;
Tested-By: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Tested-By: David Purdy &lt;david.c.purdy@gmail.com&gt;
Tested-by: Simon Guinot &lt;simon.guinot@sequanux.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
