<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/MAKEALL, branch v2010.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/MAKEALL?h=v2010.12</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/MAKEALL?h=v2010.12'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-12-07T21:08:07Z</updated>
<entry>
<title>MAKEALL: fix AT91</title>
<updated>2010-12-07T21:08:07Z</updated>
<author>
<name>Andreas Bießmann</name>
<email>andreas.devel@googlemail.com</email>
</author>
<published>2010-11-30T09:45:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0a41edaabb74f2ccfde62a232165088098763e3e'/>
<id>urn:sha1:0a41edaabb74f2ccfde62a232165088098763e3e</id>
<content type='text'>
* add boards_by_soc()
 * remove boards already in boards.cfg from LIST_AT91

Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>MAKEALL: Do a sanity check on user-supplied arguments</title>
<updated>2010-11-14T22:49:37Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-10-29T22:59:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd57b0bb8b86ef52dc89ce8191b95bb85134634a'/>
<id>urn:sha1:cd57b0bb8b86ef52dc89ce8191b95bb85134634a</id>
<content type='text'>
Add a check to make sure that the user's arguments actually find a board
in boards.cfg.  Previously, if a user misspelled an argument the
argument would be discarded without warning.  For example, running
'MAKEALL -c 85xx' with the intention of compiling all Freescale 85xx
boards would instead silently discard the '-c 85xx' argument since the
proper cpu name is 'mpc85xx' and then proceed to compile all PowerPC
boards (MAKEALL's default).

Also fix an unrelated typo.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>Coding Style cleanup</title>
<updated>2010-10-27T20:48:30Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2010-10-27T20:48:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=071bc923308832bbc541a887fece767d79a6dc7a'/>
<id>urn:sha1:071bc923308832bbc541a887fece767d79a6dc7a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Blackfin: bf527-ezkit-v2: move to boards.cfg</title>
<updated>2010-10-26T02:07:18Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-10-19T06:41:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=36cf8cb456203886feb7d458f095a9aa49b2f9e9'/>
<id>urn:sha1:36cf8cb456203886feb7d458f095a9aa49b2f9e9</id>
<content type='text'>
Now that the boards.cfg file supports options to mkconfig, we can move
the bf527-ezkit-v2 target out of the Makefile and into boards.cfg.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>MAKEALL: drop non-existent i386 config</title>
<updated>2010-10-23T20:58:07Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-10-20T07:34:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d79c39958aa0245e59f33860cd1ddd589119968'/>
<id>urn:sha1:6d79c39958aa0245e59f33860cd1ddd589119968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sh: sh4: Move to boards.cfg</title>
<updated>2010-10-21T01:42:24Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>iwamatsu@nigauri.org</email>
</author>
<published>2010-10-19T16:35:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=03626be3f4533c9875e919bd58c1dfdb73d7f6f0'/>
<id>urn:sha1:03626be3f4533c9875e919bd58c1dfdb73d7f6f0</id>
<content type='text'>
Move the sh4 target boards out of the Makefile and into boards.cfg.
And fix sh4 of MAKEALL.

Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>sh: sh3: Move to boards.cfg</title>
<updated>2010-10-21T01:42:24Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>iwamatsu@nigauri.org</email>
</author>
<published>2010-10-19T16:28:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3771c69d78cd1acbfd8c530fbd3b153487cdf70c'/>
<id>urn:sha1:3771c69d78cd1acbfd8c530fbd3b153487cdf70c</id>
<content type='text'>
Move the sh3 target boards out of the Makefile and into boards.cfg.
And fix sh3 of MAKEALL.

Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>sh: rsk7203: Move to boards.cfg</title>
<updated>2010-10-21T01:42:24Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>iwamatsu@nigauri.org</email>
</author>
<published>2010-10-19T16:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0f0e527f8290bdf72d0fb5e5937c6b943879bf8'/>
<id>urn:sha1:e0f0e527f8290bdf72d0fb5e5937c6b943879bf8</id>
<content type='text'>
Move the rsk7203 target out of the Makefile and into boards.cfg.
And fix sh2 of MAKEALL.

Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>Build: PXA: Fix TrizepsIV build variants</title>
<updated>2010-10-19T21:05:19Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2010-10-03T22:21:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c957c0e7427e8bc1039e39850de1fead26b3c53'/>
<id>urn:sha1:7c957c0e7427e8bc1039e39850de1fead26b3c53</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>Build: PXA: Fix Vpac270 build variants</title>
<updated>2010-10-19T21:05:15Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2010-10-03T16:27:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f97e9c65b3906cd656c14ed0fd35eae0c1649857'/>
<id>urn:sha1:f97e9c65b3906cd656c14ed0fd35eae0c1649857</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
</feed>
