<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.kwbimage, branch master</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>global: Migrate CONFIG_BOARDDIR to CFG</title>
<updated>2022-12-23T15:07:03+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-12-04T15:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=207972acfc19bd64f390744c2636b9218f41673d'/>
<id>207972acfc19bd64f390744c2636b9218f41673d</id>
<content type='text'>
Perform a simple rename of CONFIG_BOARDDIR to CFG_BOARDDIR

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Perform a simple rename of CONFIG_BOARDDIR to CFG_BOARDDIR

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix documentation of out-of-tree build</title>
<updated>2014-11-07T21:27:07+00:00</updated>
<author>
<name>Timo Ketola</name>
<email>timo@exertus.fi</email>
</author>
<published>2014-11-06T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=adbba99606a06df1435de6f1866c0e7996412e27'/>
<id>adbba99606a06df1435de6f1866c0e7996412e27</id>
<content type='text'>
Correct environment variable for output directory is KBUILD_OUTPUT.

Signed-off-by: Timo Ketola &lt;timo@exertus.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct environment variable for output directory is KBUILD_OUTPUT.

Signed-off-by: Timo Ketola &lt;timo@exertus.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIG</title>
<updated>2014-03-12T21:04:52+00:00</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-03-11T02:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3'/>
<id>4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3</id>
<content type='text'>
Pull out "$(SRCTREE)/" from CONFIG_SYS_KWD_CONFIG
and push it into the top Makefile.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Cc: Michael Walle &lt;michael@walle.cc&gt;
Cc: Simon Guinot &lt;simon.guinot@sequanux.org&gt;
Cc: Dave Purdy &lt;david.c.purdy@gmail.com&gt;
Cc: Stefan Herbrechtsmeier &lt;stefan@herbrechtsmeier.net&gt;
Cc: Luka Perkov &lt;luka@openwrt.org&gt;
Cc: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
Cc: Jason Cooper &lt;u-boot@lakedaemon.net&gt;
Cc: Siddarth Gore &lt;gores@marvell.com&gt;
Cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
Cc: Eric Cooper &lt;ecc@cmu.edu&gt;
Cc: Suriyan Ramasami &lt;suriyan.r@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull out "$(SRCTREE)/" from CONFIG_SYS_KWD_CONFIG
and push it into the top Makefile.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Cc: Michael Walle &lt;michael@walle.cc&gt;
Cc: Simon Guinot &lt;simon.guinot@sequanux.org&gt;
Cc: Dave Purdy &lt;david.c.purdy@gmail.com&gt;
Cc: Stefan Herbrechtsmeier &lt;stefan@herbrechtsmeier.net&gt;
Cc: Luka Perkov &lt;luka@openwrt.org&gt;
Cc: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
Cc: Jason Cooper &lt;u-boot@lakedaemon.net&gt;
Cc: Siddarth Gore &lt;gores@marvell.com&gt;
Cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
Cc: Eric Cooper &lt;ecc@cmu.edu&gt;
Cc: Suriyan Ramasami &lt;suriyan.r@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding Style cleanup: replace leading SPACEs by TABs</title>
<updated>2013-10-14T20:06:54+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-10-04T15:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93e1459641e758d2b096d3f1b39414a39bb314f8'/>
<id>93e1459641e758d2b096d3f1b39414a39bb314f8</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Drop changes for PEP 4 following python tools]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Drop changes for PEP 4 following python tools]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic: Better explain how to use the kirkwood kwbimage.cfg file.</title>
<updated>2012-09-03T12:14:37+00:00</updated>
<author>
<name>Karl O. Pinc</name>
<email>kop@meme.com</email>
</author>
<published>2012-08-02T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ff1f89c57e69eb151ab2eca87a4f119bb4413c1'/>
<id>1ff1f89c57e69eb151ab2eca87a4f119bb4413c1</id>
<content type='text'>
Hi,

This adds to the documenation to explain how to use the
kwbimage.cfg file necessary to generate an image with
prefixed board setup values necessary for the kirkwood
boards.

Signed-off-by: Karl O. Pinc &lt;kop@meme.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi,

This adds to the documenation to explain how to use the
kwbimage.cfg file necessary to generate an image with
prefixed board setup values necessary for the kirkwood
boards.

Signed-off-by: Karl O. Pinc &lt;kop@meme.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic doc typo fixes to the kwbimage feature docs</title>
<updated>2012-09-03T12:11:36+00:00</updated>
<author>
<name>Karl O. Pinc</name>
<email>kop@meme.com</email>
</author>
<published>2012-08-02T16:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32324b7f9d30baf4c51a518913d26f0e3f5ed5b6'/>
<id>32324b7f9d30baf4c51a518913d26f0e3f5ed5b6</id>
<content type='text'>
Signed-off-by: Karl O. Pinc &lt;kop@meme.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karl O. Pinc &lt;kop@meme.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding Style cleanup; update CHANGELOG, prepare -rc1</title>
<updated>2009-10-27T23:49:47+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-10-27T23:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4946775c6db52dba28f72ba3525764b54f1d4593'/>
<id>4946775c6db52dba28f72ba3525764b54f1d4593</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mkimage: Add Kirkwood Boot Image support (kwbimage)</title>
<updated>2009-09-10T20:58:48+00:00</updated>
<author>
<name>Prafulla Wadaskar</name>
<email>prafulla@marvell.com</email>
</author>
<published>2009-09-07T09:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aa0c7a86cd236b8193218a09e1365c8991bb5ddc'/>
<id>aa0c7a86cd236b8193218a09e1365c8991bb5ddc</id>
<content type='text'>
This patch adds support for "kwbimage" (Kirkwood Boot Image)
image types to the mkimage code.

For details refer to docs/README.kwbimage

This patch is tested with Sheevaplug board

Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
Acked-by: Ron Lee &lt;ron@debian.org&gt;

Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for "kwbimage" (Kirkwood Boot Image)
image types to the mkimage code.

For details refer to docs/README.kwbimage

This patch is tested with Sheevaplug board

Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
Acked-by: Ron Lee &lt;ron@debian.org&gt;

Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
