<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc8260, branch v1.3.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc8260?h=v1.3.0-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc8260?h=v1.3.0-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-07-10T15:27:39Z</updated>
<entry>
<title>cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T15:27:39Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T15:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=068b60a0eb7e73b243ca55399f2a7df76e2c3f3d'/>
<id>urn:sha1:068b60a0eb7e73b243ca55399f2a7df76e2c3f3d</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>cpu/m*: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-10T00:06:00Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T00:06:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4431283c7e6d54ae180d466e51bf2d97471a0ad9'/>
<id>urn:sha1:4431283c7e6d54ae180d466e51bf2d97471a0ad9</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Fixing some typos etc. introduced mainly by cfg patches.</title>
<updated>2007-07-05T15:56:27Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-07-05T15:56:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e4dbe1b215f5c6c462e76909d240bd96472b84de'/>
<id>urn:sha1:e4dbe1b215f5c6c462e76909d240bd96472b84de</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Correct fixup relocation for mpc8260</title>
<updated>2007-07-03T23:08:27Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-07-03T06:34:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5af61b2f4b838a05f79be274f3e5a66edd2d9c96'/>
<id>urn:sha1:5af61b2f4b838a05f79be274f3e5a66edd2d9c96</id>
<content type='text'>
Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>Consolidate mpc8260 linker scripts</title>
<updated>2007-07-03T23:05:04Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-07-03T06:33:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5fc59175b92883ed5d2666a04e6bc49e70a4a365'/>
<id>urn:sha1:5fc59175b92883ed5d2666a04e6bc49e70a4a365</id>
<content type='text'>
Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:23:18Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:03:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f48070fe5fe440dfb5ee5268c920de70e48ea327'/>
<id>urn:sha1:f48070fe5fe440dfb5ee5268c920de70e48ea327</id>
<content type='text'>
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Coding stylke cleanup; rebuild CHANGELOG</title>
<updated>2007-06-22T21:59:00Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-06-22T21:59:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1636d1c8529c006d106287cfbc20cd0a246fe1cb'/>
<id>urn:sha1:1636d1c8529c006d106287cfbc20cd0a246fe1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ppc] Fix build breakage for all non-4xx PowerPC variants.</title>
<updated>2007-06-22T12:58:04Z</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@semihalf.com</email>
</author>
<published>2007-06-22T12:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=02032e8f14751a1a751b09240a4f1cf9f8a2077f'/>
<id>urn:sha1:02032e8f14751a1a751b09240a4f1cf9f8a2077f</id>
<content type='text'>
- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
- minor 4xx cleanup
</content>
</entry>
<entry>
<title>[PATCH] TQM8272: dont change the bits given from the HRCW</title>
<updated>2007-03-21T07:45:17Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2007-03-21T07:45:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=07e82cb2e284a893df6693f2a1337ab2c47bf6a1'/>
<id>urn:sha1:07e82cb2e284a893df6693f2a1337ab2c47bf6a1</id>
<content type='text'>
                 for the SIUMCR and BCR Register.
                 Fix the calculation for the EEprom Size

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Added support for the TQM8272 board from TQ</title>
<updated>2006-12-21T16:17:02Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2006-12-21T16:17:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fa23044564091f05d9695beb7b5b9a931e7f41a4'/>
<id>urn:sha1:fa23044564091f05d9695beb7b5b9a931e7f41a4</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
