<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/ixp, branch v2011.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/ixp?h=v2011.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/ixp?h=v2011.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-06-27T20:22:16Z</updated>
<entry>
<title>Minor coding style fixes.</title>
<updated>2011-06-27T20:22:16Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-06-27T20:20:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=177f38609bf6e49ca5bb86da08739664b2bab044'/>
<id>urn:sha1:177f38609bf6e49ca5bb86da08739664b2bab044</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>IXP NPE: add support for fixed-speed MII ports</title>
<updated>2011-06-23T06:25:18Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2011-05-22T22:00:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d697d79f8d6b30a33e06ad729e5807a7acd0a760'/>
<id>urn:sha1:d697d79f8d6b30a33e06ad729e5807a7acd0a760</id>
<content type='text'>
Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>use -ffunction-sections / --gc-sections on IXP42x</title>
<updated>2011-06-23T06:24:55Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2011-05-22T22:00:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66463e60dff59716eb323cc1e219189c0fd8671c'/>
<id>urn:sha1:66463e60dff59716eb323cc1e219189c0fd8671c</id>
<content type='text'>
Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>fix "depend" target in npe directory</title>
<updated>2011-06-23T06:24:55Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2011-05-22T22:00:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3053fa0bfbdfcef1d3a6a142cf8ef66a0eccf417'/>
<id>urn:sha1:3053fa0bfbdfcef1d3a6a142cf8ef66a0eccf417</id>
<content type='text'>
Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>Fix IXP code to work after relocation was added</title>
<updated>2011-06-23T06:24:55Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2011-05-22T22:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ce04bb41a60b87236ff5294a7508ebb5afc014e4'/>
<id>urn:sha1:ce04bb41a60b87236ff5294a7508ebb5afc014e4</id>
<content type='text'>
 - jump to real flash location after reset before turning off flash mirror
 - fix timer system to use HZ == 1000, remove broken interrupt-based code

Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>add support for IXP42x Rev. B1 and newer</title>
<updated>2011-06-23T06:24:55Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2011-05-22T21:59:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20f172815d59d2788b7136a810439c28dc61c4c6'/>
<id>urn:sha1:20f172815d59d2788b7136a810439c28dc61c4c6</id>
<content type='text'>
Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>arm: fix incorrect monitor protection region in FLASH</title>
<updated>2011-03-27T17:18:52Z</updated>
<author>
<name>Po-Yu Chuang</name>
<email>ratbert@faraday-tech.com</email>
</author>
<published>2011-03-01T23:02:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f326cbba98bae21d41df8daac0bd78121d557af1'/>
<id>urn:sha1:f326cbba98bae21d41df8daac0bd78121d557af1</id>
<content type='text'>
Monitor protection region in FLASH did not cover .rel.dyn
and .dynsym sections, because it uses __bss_start to compute
monitor_flash_len. Use _end instead.

Add _end to linker scripts for end of u-boot image
Add _end_ofs to all the start.S.

Signed-off-by: Po-Yu Chuang &lt;ratbert@faraday-tech.com&gt;
</content>
</entry>
<entry>
<title>rename _end to __bss_end__</title>
<updated>2011-03-27T17:18:37Z</updated>
<author>
<name>Po-Yu Chuang</name>
<email>ratbert@faraday-tech.com</email>
</author>
<published>2011-03-01T22:59:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44c6e6591cb451ae606f8bde71dd5fb7b4002544'/>
<id>urn:sha1:44c6e6591cb451ae606f8bde71dd5fb7b4002544</id>
<content type='text'>
Currently, _end is used for end of BSS section.  We want _end to mean
end of u-boot image, so we rename _end to __bss_end__ first.

Signed-off-by: Po-Yu Chuang &lt;ratbert@faraday-tech.com&gt;
</content>
</entry>
<entry>
<title>ARM: */start.S: code cleanup</title>
<updated>2011-02-01T23:54:44Z</updated>
<author>
<name>Liu Hui-R64343</name>
<email>r64343@freescale.com</email>
</author>
<published>2010-12-22T18:35:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=386ad72637ad781d22c2567b730761d2a18c8768'/>
<id>urn:sha1:386ad72637ad781d22c2567b730761d2a18c8768</id>
<content type='text'>
Remove the useless code from start.S

Signed-off-by: Jason Liu &lt;r64343@freescale.com&gt;
Tested-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>miiphy: convert to linux/mii.h</title>
<updated>2011-01-09T17:06:50Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-12-23T20:40:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8ef583a0351590a91394499eb5ca2ab8a703d959'/>
<id>urn:sha1:8ef583a0351590a91394499eb5ca2ab8a703d959</id>
<content type='text'>
The include/miiphy.h header duplicates a lot of things from linux/mii.h.
So punt all the things that overlap to keep the API simple and to make
merging between U-Boot and Linux simpler.

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