<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/lib_arm, branch v1.3.2</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>Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev</title>
<updated>2008-02-15T13:00:54+00:00</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2008-02-15T13:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5561857aae9a5921772b18b571708956788148d8'/>
<id>5561857aae9a5921772b18b571708956788148d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev</title>
<updated>2008-02-15T12:59:56+00:00</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2008-02-15T12:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d7d9afa48cfa5b07089e3694859a377676a81bd1'/>
<id>d7d9afa48cfa5b07089e3694859a377676a81bd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: make the machid configurable via the environment</title>
<updated>2008-02-14T21:24:07+00:00</updated>
<author>
<name>Uwe Kleine-KĂ¶nig</name>
<email>Uwe.Kleine-Koenig@digi.com</email>
</author>
<published>2008-01-30T08:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c234efa693bc59906c2be55c7918ecbb55392ea'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: cleanup duplicated exception handlingcode</title>
<updated>2008-02-14T09:38:21+00:00</updated>
<author>
<name>Andreas Engel</name>
<email>andreas.engel@ericsson.com</email>
</author>
<published>2008-01-14T09:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0943a6be99977d6d853d51749e9963d68eb192'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move duplicated exception handling code into lib_arm.

Signed-off-by: Andreas Engel &lt;andreas.engel@ericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Artila M-501 starter kit</title>
<updated>2008-02-14T09:38:08+00:00</updated>
<author>
<name>Timo Tuunainen</name>
<email>timo.tuunainen@sysart.fi</email>
</author>
<published>2008-02-01T10:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea8d989f4ef8203e1c0291e62435a8c62e3cfb29'/>
<id>ea8d989f4ef8203e1c0291e62435a8c62e3cfb29</id>
<content type='text'>
Kimmo Leppala / Sysart and
Timo Tuunainen / Sysart
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kimmo Leppala / Sysart and
Timo Tuunainen / Sysart
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: add I2C init function call in lib_arm/board.c</title>
<updated>2008-02-04T22:02:00+00:00</updated>
<author>
<name>Hebbar</name>
<email>gururajakr@sanyo.co.in</email>
</author>
<published>2007-12-19T00:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7ad79b6f9f0f45437b62e19b45356cc2aaf4884'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: support board-specific ethernet PHY init</title>
<updated>2008-01-09T10:54:26+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-12-11T09:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=23776ff292966a85d811126933830bed48211826'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add until the new phylib will be arrived

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