<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/xilinx, branch v1.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v1.3.0</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v1.3.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-09-14T22:03:35Z</updated>
<entry>
<title>Synchronize with U-BOOT mainline</title>
<updated>2007-09-14T22:03:35Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-09-14T22:03:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=991b089d1ce5ad945725e3657a8f106dfa02a38e'/>
<id>urn:sha1:991b089d1ce5ad945725e3657a8f106dfa02a38e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://www.denx.de/git/u-boot</title>
<updated>2007-08-07T20:12:05Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-08-07T20:12:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85fad497b3c2e99fa48d18351d2898cf8cdbe898'/>
<id>urn:sha1:85fad497b3c2e99fa48d18351d2898cf8cdbe898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FIX] Change configuration for XUPV2P Microblaze board</title>
<updated>2007-08-05T13:54:53Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-08-05T13:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=98889edd50aadf862071eb5664747ad0d568a20e'/>
<id>urn:sha1:98889edd50aadf862071eb5664747ad0d568a20e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T15:48:22Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T15:48:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d39b57415838c73fb0a37eca84de3c68ba990586'/>
<id>urn:sha1:d39b57415838c73fb0a37eca84de3c68ba990586</id>
<content type='text'>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-09T23:48:11Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-09T23:45:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ab3abcbabd840928fb1eb5122118ca466b5e5013'/>
<id>urn:sha1:ab3abcbabd840928fb1eb5122118ca466b5e5013</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Fix a few file permission problems.</title>
<updated>2007-07-03T22:43:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-07-03T22:43:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=52b8704d0245e589f86d462e9ec25aeb7ecbbbdd'/>
<id>urn:sha1:52b8704d0245e589f86d462e9ec25aeb7ecbbbdd</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:35:03Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:03:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9107ebe0d352420895ab69b715697bdebc8caf50'/>
<id>urn:sha1:9107ebe0d352420895ab69b715697bdebc8caf50</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>[FIX] fix microblaze file permitission</title>
<updated>2007-06-17T17:03:21Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-06-17T17:03:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc'/>
<id>urn:sha1:3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://www.denx.de/git/u-boot</title>
<updated>2007-05-07T22:32:35Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-05-07T22:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c4bd60de15d79ddfc0cf3170a55847b2025d93f'/>
<id>urn:sha1:3c4bd60de15d79ddfc0cf3170a55847b2025d93f</id>
<content type='text'>
Conflicts:

	include/asm-microblaze/microblaze_intc.h
	include/linux/stat.h
</content>
</entry>
<entry>
<title>new: USE_MSR_INTR support</title>
<updated>2007-05-07T21:58:31Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-05-07T21:58:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb05f6da35ea1c15c553abe6f23f656bf18dc5db'/>
<id>urn:sha1:fb05f6da35ea1c15c553abe6f23f656bf18dc5db</id>
<content type='text'>
</content>
</entry>
</feed>
