<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/Makefile, branch v2009.03-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/Makefile?h=v2009.03-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/Makefile?h=v2009.03-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-02-22T23:22:21Z</updated>
<entry>
<title>Update CHANGELOG;  Prepare 2009.03-rc1</title>
<updated>2009-02-22T23:22:21Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-02-22T23:22:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32688e572ff96715b41420e9a7f280db6c399b65'/>
<id>urn:sha1:32688e572ff96715b41420e9a7f280db6c399b65</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Makefile: fix cleanup</title>
<updated>2009-02-22T00:17:47Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-02-22T00:17:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1dcb50afbb63a439320a985380a0af2dca079d1e'/>
<id>urn:sha1:1dcb50afbb63a439320a985380a0af2dca079d1e</id>
<content type='text'>
Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
to adapt the cleanup rules in the Makefile

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>sh: Fix rsk7203 in tree build</title>
<updated>2009-02-21T22:07:26Z</updated>
<author>
<name>Peter Griffin</name>
<email>pgriffin@mpc-data.co.uk</email>
</author>
<published>2009-02-10T16:44:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d41650eec959668280a612467bd95c7b8398513'/>
<id>urn:sha1:4d41650eec959668280a612467bd95c7b8398513</id>
<content type='text'>
Signed-off-by: Peter Griffin &lt;pgriffin@mpc-data.co.uk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-arm</title>
<updated>2009-02-18T23:46:32Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-02-18T23:46:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9eb468da3fd8753de55ab271d6ff5ed7f36d7ea2'/>
<id>urn:sha1:9eb468da3fd8753de55ab271d6ff5ed7f36d7ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MPC85xx: TQM8548: add support for the TQM8548_AG module</title>
<updated>2009-02-17T00:05:59Z</updated>
<author>
<name>Wolfgang Grandegger</name>
<email>wg@grandegger.com</email>
</author>
<published>2009-02-11T17:38:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a865bcdac89278cac4dfc07dec8299403110499d'/>
<id>urn:sha1:a865bcdac89278cac4dfc07dec8299403110499d</id>
<content type='text'>
The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
with "$ make TQM8548_AG_config".

Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;
</content>
</entry>
<entry>
<title>MPC85xx: TQM8548: add support for the TQM8548_BE module</title>
<updated>2009-02-17T00:05:59Z</updated>
<author>
<name>Wolfgang Grandegger</name>
<email>wg@grandegger.com</email>
</author>
<published>2009-02-11T17:38:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad7ee5d43b0db94079d56521dabca25674f28747'/>
<id>urn:sha1:ad7ee5d43b0db94079d56521dabca25674f28747</id>
<content type='text'>
The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
interface. With NAND support, the image is significantly larger and
TEXT_BASE is adjusted accordingly. U-Boot can be built for this
module with "$ make TQM8548_BE_config".

Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;
</content>
</entry>
<entry>
<title>qong: support for Dave/DENX QongEVB-LITE board</title>
<updated>2009-02-09T23:22:31Z</updated>
<author>
<name>Ilya Yanok</name>
<email>yanok@emcraft.com</email>
</author>
<published>2009-02-09T23:22:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870'/>
<id>urn:sha1:0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870</id>
<content type='text'>
This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.

Signed-off-by: Ilya Yanok &lt;yanok@emcraft.com&gt;
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-arm</title>
<updated>2009-02-01T20:38:07Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-02-01T20:38:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd'/>
<id>urn:sha1:6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty</title>
<updated>2009-01-29T21:56:54Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-01-28T20:58:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47fd3bffed6430c91eb2660f859574ed98be5bd8'/>
<id>urn:sha1:47fd3bffed6430c91eb2660f859574ed98be5bd8</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>move Samsung's board to board/samsung</title>
<updated>2009-01-29T14:29:43Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-01-28T20:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfca33837ec83829c6a49c3bcc86c31bc2495ff6'/>
<id>urn:sha1:cfca33837ec83829c6a49c3bcc86c31bc2495ff6</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
</feed>
