<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/lib_blackfin, 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/lib_blackfin?h=v2009.03-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/lib_blackfin?h=v2009.03-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-02-02T17:27:16Z</updated>
<entry>
<title>Blackfin: output booting source when booting</title>
<updated>2009-02-02T17:27:16Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-01-06T11:16:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc68f9f85959664d528daea2aef5ef54974331ce'/>
<id>urn:sha1:fc68f9f85959664d528daea2aef5ef54974331ce</id>
<content type='text'>
Knowing the booting source of the part is useful, especially when the part
can switch dynamically between sources.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()</title>
<updated>2009-02-02T17:24:46Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-11-05T17:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=961954ea0ec8dc4341034c1a1ff3107ec0527809'/>
<id>urn:sha1:961954ea0ec8dc4341034c1a1ff3107ec0527809</id>
<content type='text'>
Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
as usable with the source/destination addresses and the count size.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: dma_memcpy(): fix random failures</title>
<updated>2009-02-02T17:24:46Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-11-05T12:20:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e347c092a3b3a2ce1e72f25f4829163634d09fbe'/>
<id>urn:sha1:e347c092a3b3a2ce1e72f25f4829163634d09fbe</id>
<content type='text'>
We have to make sure the DMA channel is actually disabled in hardware before
attempting to reprogram it.  Otherwise the new settings are ignored and we
end up with random hangs/failures.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: rewrite cache handling functions</title>
<updated>2009-02-02T17:24:44Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-11-04T05:04:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fdce83c108846d6f0d5b1774e1cc29f2573a6ad3'/>
<id>urn:sha1:fdce83c108846d6f0d5b1774e1cc29f2573a6ad3</id>
<content type='text'>
Take the cache flush functions from the kernel as they use hardware loops in
order to get optimal performance.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: setup bi_enetaddr for single nets</title>
<updated>2009-02-02T17:24:43Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-11-04T03:30:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84c5f0dc47d17593fd81206614891bdc94f6d51c'/>
<id>urn:sha1:84c5f0dc47d17593fd81206614891bdc94f6d51c</id>
<content type='text'>
For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
based on $ethaddr, so set it up.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: cache core/system clock values</title>
<updated>2009-02-02T17:24:42Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-25T02:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40599239e7875b39e2a5c12e6545992041c72c52'/>
<id>urn:sha1:40599239e7875b39e2a5c12e6545992041c72c52</id>
<content type='text'>
Calculating the clocks requires a bit of calls to gcc math functions, so
cache the values after the first run since they'll most likely never
change once U-Boot is up and running.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: only build post code when CONFIG_POST</title>
<updated>2009-02-02T17:24:30Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-18T09:33:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a1e87b1062e6eac0704c6fc2f7c661caf8814cd'/>
<id>urn:sha1:7a1e87b1062e6eac0704c6fc2f7c661caf8814cd</id>
<content type='text'>
Save some time by using CONFIG_POST in the Makefile rather than C files.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: fixup misc warnings such as printf's and missing casts</title>
<updated>2009-01-28T18:27:28Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-12T10:02:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe033ad6d0883063fe857237abb9436fab03208c'/>
<id>urn:sha1:fe033ad6d0883063fe857237abb9436fab03208c</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: pass RETX to Linux</title>
<updated>2009-01-28T18:26:15Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-12T01:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e'/>
<id>urn:sha1:b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e</id>
<content type='text'>
Make sure we save the value of RETX at power on and then pass it on to the
kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection</title>
<updated>2009-01-28T18:26:12Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-06T08:00:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6edc719a106ab7fa6e6950b4d97bc39c1368e45'/>
<id>urn:sha1:b6edc719a106ab7fa6e6950b4d97bc39c1368e45</id>
<content type='text'>
Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
128kB when setting up the default flash protection region for U-Boot
itself.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
