<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/lib_arm, branch v1.3.2-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/lib_arm?h=v1.3.2-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/lib_arm?h=v1.3.2-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-02-15T13:00:54Z</updated>
<entry>
<title>Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev</title>
<updated>2008-02-15T13:00:54Z</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2008-02-15T13:00:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5561857aae9a5921772b18b571708956788148d8'/>
<id>urn:sha1:5561857aae9a5921772b18b571708956788148d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev</title>
<updated>2008-02-15T12:59:56Z</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2008-02-15T12:59:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d7d9afa48cfa5b07089e3694859a377676a81bd1'/>
<id>urn:sha1:d7d9afa48cfa5b07089e3694859a377676a81bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: make the machid configurable via the environment</title>
<updated>2008-02-14T21:24:07Z</updated>
<author>
<name>Uwe Kleine-KÃ¶nig</name>
<email>Uwe.Kleine-Koenig@digi.com</email>
</author>
<published>2008-01-30T08:08:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c234efa693bc59906c2be55c7918ecbb55392ea'/>
<id>urn:sha1:3c234efa693bc59906c2be55c7918ecbb55392ea</id>
<content type='text'>
If the variable "machid" exists, let do_bootm_linux use that instead
of bd-&gt;bi_arch_number.

Signed-off-by: Uwe Kleine-König &lt;Uwe.Kleine-Koenig@digi.com&gt;
</content>
</entry>
<entry>
<title>ARM: cleanup duplicated exception handlingcode</title>
<updated>2008-02-14T09:38:21Z</updated>
<author>
<name>Andreas Engel</name>
<email>andreas.engel@ericsson.com</email>
</author>
<published>2008-01-14T09:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0943a6be99977d6d853d51749e9963d68eb192'/>
<id>urn:sha1:6d0943a6be99977d6d853d51749e9963d68eb192</id>
<content type='text'>
Move duplicated exception handling code into lib_arm.

Signed-off-by: Andreas Engel &lt;andreas.engel@ericsson.com&gt;
</content>
</entry>
<entry>
<title>Support for Artila M-501 starter kit</title>
<updated>2008-02-14T09:38:08Z</updated>
<author>
<name>Timo Tuunainen</name>
<email>timo.tuunainen@sysart.fi</email>
</author>
<published>2008-02-01T10:09:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea8d989f4ef8203e1c0291e62435a8c62e3cfb29'/>
<id>urn:sha1:ea8d989f4ef8203e1c0291e62435a8c62e3cfb29</id>
<content type='text'>
Kimmo Leppala / Sysart and
Timo Tuunainen / Sysart
</content>
</entry>
<entry>
<title>ARM: add I2C init function call in lib_arm/board.c</title>
<updated>2008-02-04T22:02:00Z</updated>
<author>
<name>Hebbar</name>
<email>gururajakr@sanyo.co.in</email>
</author>
<published>2007-12-19T00:00:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7ad79b6f9f0f45437b62e19b45356cc2aaf4884'/>
<id>urn:sha1:f7ad79b6f9f0f45437b62e19b45356cc2aaf4884</id>
<content type='text'>
Adds I2C init func call to init sequence for ARM boards. This is
present in ppc,blackfin and other processor init sequence.

Signed-off-by: K R Gururaja Hebbar &lt;gururajakr@sanyo.co.in&gt;
</content>
</entry>
<entry>
<title>ARM: support board-specific ethernet PHY init</title>
<updated>2008-01-09T10:54:26Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-12-11T09:53:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=23776ff292966a85d811126933830bed48211826'/>
<id>urn:sha1:23776ff292966a85d811126933830bed48211826</id>
<content type='text'>
Add until the new phylib will be arrived

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>drivers/net : move net drivers to drivers/net</title>
<updated>2007-11-25T17:35:17Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-11-21T20:19:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2439e4bfa111babf4bc07ba20efbf3e36036813e'/>
<id>urn:sha1:2439e4bfa111babf4bc07ba20efbf3e36036813e</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash</title>
<updated>2007-10-13T19:40:23Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-10-13T19:40:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=23c56f97caa3b585ab1290f0e7895f0f9e82113f'/>
<id>urn:sha1:23c56f97caa3b585ab1290f0e7895f0f9e82113f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coding Style cleanup.</title>
<updated>2007-10-13T19:15:39Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-10-13T19:15:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de74b9eeacccaf0a42e5ecc9ae79a88f7a311296'/>
<id>urn:sha1:de74b9eeacccaf0a42e5ecc9ae79a88f7a311296</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
</feed>
