<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/openrisc, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/openrisc?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/openrisc?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-10-02T18:55:45Z</updated>
<entry>
<title>openrisc/bitops: add hweightX defines</title>
<updated>2012-10-02T18:55:45Z</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2012-02-22T07:10:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9882246a0784f20f12f997a5b1f8a0496d4ffb4'/>
<id>urn:sha1:f9882246a0784f20f12f997a5b1f8a0496d4ffb4</id>
<content type='text'>
Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
</content>
</entry>
<entry>
<title>openrisc: implement get_ticks and get_tbclk</title>
<updated>2012-10-02T18:55:45Z</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2012-02-22T07:10:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bcffa6faa6208e7202f039ddecb4a8e54d71102'/>
<id>urn:sha1:2bcffa6faa6208e7202f039ddecb4a8e54d71102</id>
<content type='text'>
Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
</content>
</entry>
<entry>
<title>openrisc: Work around potential relocation issues</title>
<updated>2012-08-09T21:37:45Z</updated>
<author>
<name>Julius Baxter</name>
<email>juliusbaxter@gmail.com</email>
</author>
<published>2012-05-05T12:32:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3874a377451e4d1f45710f5bf801dd96e8b8f67e'/>
<id>urn:sha1:3874a377451e4d1f45710f5bf801dd96e8b8f67e</id>
<content type='text'>
When reset code is in flash, the jump instructions emitted by the
compiler are relative instead of absolute jumps.

A fix to the reset code to make correct jumps to the beginning of
code relocated to RAM have also been added.

Signed-off-by: Julius Baxter &lt;juliusbaxter@gmail.com&gt;
</content>
</entry>
<entry>
<title>global_data: unify global flag defines</title>
<updated>2012-08-09T19:46:32Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-03-18T14:31:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47fde91f0cae0cc4ed6a10a52b4a4ff0277dbc45'/>
<id>urn:sha1:47fde91f0cae0cc4ed6a10a52b4a4ff0277dbc45</id>
<content type='text'>
All the global flag defines are the same across all arches.  So unify them
in one place, and add a simple way for arches to extend for their needs.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>net: punt bd-&gt;bi_ip_addr</title>
<updated>2012-05-15T22:32:05Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-04-04T18:53:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=50a47d0523e8efebe912bef539a77ffd42116451'/>
<id>urn:sha1:50a47d0523e8efebe912bef539a77ffd42116451</id>
<content type='text'>
This field gets read in one place (by "bdinfo"), and we can replace
that with getenv("ipaddr").  After all, the bi_ip_addr field is kept
up-to-date implicitly with the value of the ipaddr env var.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>openrisc: Add library functions</title>
<updated>2012-01-13T20:16:48Z</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2011-11-26T19:04:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0f1fd4c82129eab2c607763f3bdb376eda7dd84'/>
<id>urn:sha1:e0f1fd4c82129eab2c607763f3bdb376eda7dd84</id>
<content type='text'>
Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
</content>
</entry>
<entry>
<title>openrisc: Add cpu files</title>
<updated>2012-01-13T20:16:44Z</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2011-11-26T19:04:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=272f84bbdf10839cd2363396420a087af1f298f7'/>
<id>urn:sha1:272f84bbdf10839cd2363396420a087af1f298f7</id>
<content type='text'>
Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
</content>
</entry>
<entry>
<title>openrisc: Add architecture header files</title>
<updated>2012-01-13T20:16:37Z</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2011-11-26T19:04:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca9d3ab5c7e12929d1c64e3618bbd30e1ed2ea70'/>
<id>urn:sha1:ca9d3ab5c7e12929d1c64e3618bbd30e1ed2ea70</id>
<content type='text'>
Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
</content>
</entry>
</feed>
