<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-blackfin, branch v2009.06-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-blackfin?h=v2009.06-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-blackfin?h=v2009.06-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-04-06T21:37:46Z</updated>
<entry>
<title>Blackfin: update anomaly sheets</title>
<updated>2009-04-06T21:37:46Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-04-04T12:22:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=51ee6e057f7a920e2a125cd9f985d10f625e355f'/>
<id>urn:sha1:51ee6e057f7a920e2a125cd9f985d10f625e355f</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: force all boards to HZ of 1000</title>
<updated>2009-04-02T10:42:26Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-03-31T00:56:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40587701924aa0afc86b3840421b4cc6de42c748'/>
<id>urn:sha1:40587701924aa0afc86b3840421b4cc6de42c748</id>
<content type='text'>
Since the Blackfin timer code requires HZ to be 1000, barf on any board
that tries to use a different value.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: bf537-stamp: rewrite MAC-in-flash handling</title>
<updated>2009-03-25T00:36:29Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-12T02:44:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=751e54c3b77311b720b794813cce20546f288ada'/>
<id>urn:sha1:751e54c3b77311b720b794813cce20546f288ada</id>
<content type='text'>
Use the common net eth functions to setup the env/global data with the MAC
address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits</title>
<updated>2009-03-23T19:14:54Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-07T10:43:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=59f0978a7e78d20277ddbde7caf0ea877f3cfd98'/>
<id>urn:sha1:59f0978a7e78d20277ddbde7caf0ea877f3cfd98</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: drop SPORT_TX read helper macros</title>
<updated>2009-03-23T19:14:53Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-07T10:41:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58130f8920151d9e8942bbdf3388f2defb47e415'/>
<id>urn:sha1:58130f8920151d9e8942bbdf3388f2defb47e415</id>
<content type='text'>
The SPORT_TX registers cannot be read (the hardware will trigger an error),
so drop the read helper macros.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: unify duplicate CPU port definitions</title>
<updated>2009-03-23T19:14:53Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-07T10:25:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=820b076c449688bcd4af6db5a33ae424d1a60d0e'/>
<id>urn:sha1:820b076c449688bcd4af6db5a33ae424d1a60d0e</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX</title>
<updated>2009-03-23T19:14:53Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-06T05:59:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=744fd240d181b0b05b1436e1b655c9a62526c752'/>
<id>urn:sha1:744fd240d181b0b05b1436e1b655c9a62526c752</id>
<content type='text'>
With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
are no longer used/needed.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: update lockbox api according to latest documentation</title>
<updated>2009-03-23T19:14:52Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-08-07T17:21:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c06f2b13022703611bc3e512bd34f9014a46f448'/>
<id>urn:sha1:c06f2b13022703611bc3e512bd34f9014a46f448</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: fix SWRST/SYSCR register sizes</title>
<updated>2009-03-23T19:14:52Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-18T17:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c6ea30e52ea82af4858d2b6f99e0fd2ea276d657'/>
<id>urn:sha1:c6ea30e52ea82af4858d2b6f99e0fd2ea276d657</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: update anomaly lists</title>
<updated>2009-03-23T19:14:52Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-18T17:51:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a9d6777d39154978b9ef9c682b2627a3480b194c'/>
<id>urn:sha1:a9d6777d39154978b9ef9c682b2627a3480b194c</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
