<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/Makefile, branch v2011.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>tools: make it possible to build tools unconfigured</title>
<updated>2011-06-22T18:03:13+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-19T08:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=2ad6e27dcdbd694de8e3823d2b52b250b1a59219'/>
<id>2ad6e27dcdbd694de8e3823d2b52b250b1a59219</id>
<content type='text'>
On Sunday, June 19, 2011 13:55:13 Ilya Yanok wrote:
&gt; On 18.06.2011 23:03, Mike Frysinger wrote:
&gt; &gt;&gt;  - tools/Makefile put common/env_embedded.o and envcrc.o to object list
&gt; &gt;&gt;
&gt; &gt;&gt; conditionally. This fixes errors during dependency generation.
&gt; &gt;
&gt; &gt; pretty sure this breaks board builds.  if the only thing this fixes is a
&gt;
&gt; I'm sorry but I can't see how this can break the builds. Could you
&gt; please be more specific? I've tried to build some boards, it actually
&gt; works...

i might be thinking of a different env_embedded situation.  a different
problem with your patch to tools/Makefile: you copied the same logic multiple
times which means more bitrot.

why dont you do something like:

&gt; &gt; harmless warning when generating dependency files, then i say ignore it.
&gt; &gt; after all, this is how it has always worked in the past and no one really
&gt; &gt; cared.
&gt;
&gt; Yep, they are harmless but they are not warnings but rather scary errors
&gt; actually. ;) I think it's better to fix them.

i guess my threshold for being scared is a bit higher :p
-mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Sunday, June 19, 2011 13:55:13 Ilya Yanok wrote:
&gt; On 18.06.2011 23:03, Mike Frysinger wrote:
&gt; &gt;&gt;  - tools/Makefile put common/env_embedded.o and envcrc.o to object list
&gt; &gt;&gt;
&gt; &gt;&gt; conditionally. This fixes errors during dependency generation.
&gt; &gt;
&gt; &gt; pretty sure this breaks board builds.  if the only thing this fixes is a
&gt;
&gt; I'm sorry but I can't see how this can break the builds. Could you
&gt; please be more specific? I've tried to build some boards, it actually
&gt; works...

i might be thinking of a different env_embedded situation.  a different
problem with your patch to tools/Makefile: you copied the same logic multiple
times which means more bitrot.

why dont you do something like:

&gt; &gt; harmless warning when generating dependency files, then i say ignore it.
&gt; &gt; after all, this is how it has always worked in the past and no one really
&gt; &gt; cared.
&gt;
&gt; Yep, they are harmless but they are not warnings but rather scary errors
&gt; actually. ;) I think it's better to fix them.

i guess my threshold for being scared is a bit higher :p
-mike
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix building tools alone with host compiler"</title>
<updated>2011-05-13T11:37:20+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-05-13T11:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=91081e01b10d64e99dc485e477e6ae3b1171e8ce'/>
<id>91081e01b10d64e99dc485e477e6ae3b1171e8ce</id>
<content type='text'>
This reverts commit bbc6353c740064c8e0741b772376a1a67a1c3f01.
It breaks building on many systems:
...
.../common/env_embedded.c:28:20: fatal error: config.h: No such file or directory
compilation terminated.
.../common/image.c:27:20: fatal error: common.h: No such file or directory
compilation terminated.
.../lib/crc32.c:12:20: fatal error: common.h: No such file or directory
compilation terminated.
.../lib/md5.c:28:22: fatal error: compiler.h: No such file or directory
compilation terminated.
.../lib/sha1.c:33:20: fatal error: common.h: No such file or directory
compilation terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bbc6353c740064c8e0741b772376a1a67a1c3f01.
It breaks building on many systems:
...
.../common/env_embedded.c:28:20: fatal error: config.h: No such file or directory
compilation terminated.
.../common/image.c:27:20: fatal error: common.h: No such file or directory
compilation terminated.
.../lib/crc32.c:12:20: fatal error: common.h: No such file or directory
compilation terminated.
.../lib/md5.c:28:22: fatal error: compiler.h: No such file or directory
compilation terminated.
.../lib/sha1.c:33:20: fatal error: common.h: No such file or directory
compilation terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building tools alone with host compiler</title>
<updated>2011-05-12T20:46:42+00:00</updated>
<author>
<name>FranÃ§ois Revol</name>
<email>revol@free.fr</email>
</author>
<published>2011-03-18T11:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=bbc6353c740064c8e0741b772376a1a67a1c3f01'/>
<id>bbc6353c740064c8e0741b772376a1a67a1c3f01</id>
<content type='text'>
- don't include config.h when building with host cc,
- HOSTCFLAGS was defined with the wrong name, so wasn't used,
- make sure make finds sources outside of tools/.

Signed-off-by: François Revol &lt;revol@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- don't include config.h when building with host cc,
- HOSTCFLAGS was defined with the wrong name, so wasn't used,
- make sure make finds sources outside of tools/.

Signed-off-by: François Revol &lt;revol@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: move include for config.mk up</title>
<updated>2010-11-14T22:53:00+00:00</updated>
<author>
<name>FranÃ§ois Revol</name>
<email>revol@free.fr</email>
</author>
<published>2010-10-30T15:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=a98ae78fe17a1ab82ecf62fd4e2771d3c492e111'/>
<id>a98ae78fe17a1ab82ecf62fd4e2771d3c492e111</id>
<content type='text'>
Reorder including config.mk before the HOSTCC check, so HOSTCC is
actually defined when checking for it.

Signed-off-by: François Revol &lt;revol@free.fr&gt;

Cleaned up commit message
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder including config.mk before the HOSTCC check, so HOSTCC is
actually defined when checking for it.

Signed-off-by: François Revol &lt;revol@free.fr&gt;

Cleaned up commit message
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE</title>
<updated>2010-10-18T20:07:10+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2010-10-07T19:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=14d0a02a168b36e87665b8d7f42fa3e88263d26d'/>
<id>14d0a02a168b36e87665b8d7f42fa3e88263d26d</id>
<content type='text'>
The change is currently needed to be able to remove the board
configuration scripting from the top level Makefile and replace it by
a simple, table driven script.

Moving this configuration setting into the "CONFIG_*" name space is
also desirable because it is needed if we ever should move forward to
a Kconfig driven configuration system.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change is currently needed to be able to remove the board
configuration scripting from the top level Makefile and replace it by
a simple, table driven script.

Moving this configuration setting into the "CONFIG_*" name space is
also desirable because it is needed if we ever should move forward to
a Kconfig driven configuration system.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>logos: add Freescale logo</title>
<updated>2010-09-21T20:44:53+00:00</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2010-08-30T21:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=ef351fe1f780b7cbc4c25ed4c544cb59fbf86761'/>
<id>ef351fe1f780b7cbc4c25ed4c544cb59fbf86761</id>
<content type='text'>
Add the Freescale logo and update the Makefile to build it when building
a Freescale board.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the Freescale logo and update the Makefile to build it when building
a Freescale board.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: enable img2srec for "tools-all" target</title>
<updated>2010-09-19T17:29:50+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-08-15T04:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=570d7d50b0915514556dda0875544c42de9b4d56'/>
<id>570d7d50b0915514556dda0875544c42de9b4d56</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Add support for jadecpu board based on MB86R01 SoC</title>
<updated>2010-08-10T21:14:35+00:00</updated>
<author>
<name>Matthias Weisser</name>
<email>weisserm@arcor.de</email>
</author>
<published>2010-08-09T11:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=18a056a18f6294a88c34105efcabf4c0638a946b'/>
<id>18a056a18f6294a88c34105efcabf4c0638a946b</id>
<content type='text'>
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.

Signed-off-by: Matthias Weisser &lt;weisserm@arcor.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.

Signed-off-by: Matthias Weisser &lt;weisserm@arcor.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move libfdt/ into lib/</title>
<updated>2010-04-13T07:13:04+00:00</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=0de71d507157c4bd4fddcd3a419140d2b986eed2'/>
<id>0de71d507157c4bd4fddcd3a419140d2b986eed2</id>
<content type='text'>
Move the libfdt directory into the common lib/ directory to clean up the
top-level directory.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the libfdt directory into the common lib/ directory to clean up the
top-level directory.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename lib_generic/ to lib/</title>
<updated>2010-04-13T07:13:04+00:00</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=78acc472d9719316f22e002a009a998d9ceec29d'/>
<id>78acc472d9719316f22e002a009a998d9ceec29d</id>
<content type='text'>
Now that the other architecture-specific lib directories have been
moved out of the top-level directory there's not much reason to have the
'_generic' suffix on the common lib directory.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the other architecture-specific lib directories have been
moved out of the top-level directory there's not much reason to have the
'_generic' suffix on the common lib directory.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
