<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/i386/include, branch v2010.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/i386/include?h=v2010.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/i386/include?h=v2010.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-05-26T21:51:22Z</updated>
<entry>
<title>Coding style cleanup, update CHANGELOG.</title>
<updated>2010-05-26T21:51:22Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2010-05-26T21:51:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4976807cbbabd281f45466ac5e47e5639bcc9cb'/>
<id>urn:sha1:c4976807cbbabd281f45466ac5e47e5639bcc9cb</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>sc520: Board Specific PCI Init</title>
<updated>2010-05-05T22:18:52Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=21e67e796bb1d59a484dce2b4203d61bf1fd5be8'/>
<id>urn:sha1:21e67e796bb1d59a484dce2b4203d61bf1fd5be8</id>
<content type='text'>
Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>sc520: Move PCI defines to PCI include file</title>
<updated>2010-05-05T22:18:41Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0278216b76fc1e5dbf4cbd10d5d734323039c36f'/>
<id>urn:sha1:0278216b76fc1e5dbf4cbd10d5d734323039c36f</id>
<content type='text'>
Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>sc520: Allow boards to override udelay</title>
<updated>2010-05-05T22:17:37Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5204566e53a3c519e8795480d056635bc64b11cd'/>
<id>urn:sha1:5204566e53a3c519e8795480d056635bc64b11cd</id>
<content type='text'>
If the board has a high precision mico-second timer, it maked sense to use
it instead of the on-chip one

Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Fix support for booting bzImage</title>
<updated>2010-05-05T22:17:01Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95ffaba39042064c5eb68404894fd6b0f1d6a3e3'/>
<id>urn:sha1:95ffaba39042064c5eb68404894fd6b0f1d6a3e3</id>
<content type='text'>
Add support for newer (up to 2.6.33) kernels

Add zboot command which takes the address of a bzImage as its first
argument and (optionally) the size of the bzImage as the second argument
(the second argument is needed for older kernels which do not include
the bzImage size in the header)

Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Provide weak PC/AT compatibility setup function</title>
<updated>2010-05-05T22:16:54Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=79ea6b87011c0524ced31359e2be7aac97c29d0a'/>
<id>urn:sha1:79ea6b87011c0524ced31359e2be7aac97c29d0a</id>
<content type='text'>
It is possibly to setup x86 boards to use non-PC/AT configurations. For
example, the sc520 is an x86 CPU with PC/AT and non-PC/AT peripherals.
This function allows the board to set itself up for maximum PC/AT
compatibility just before booting the Linux kernel (the Linux kernel
'just works' if everything is PC/AT compliant)

Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Add unaligned.h</title>
<updated>2010-05-05T22:13:08Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2010-04-23T14:05:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=721c36705a9efc7b67f78d0c3e8485e4f1b8bcc9'/>
<id>urn:sha1:721c36705a9efc7b67f78d0c3e8485e4f1b8bcc9</id>
<content type='text'>
Signed-off-by: Graeme Russ &lt;graeme.russ@gmail.com&gt;
</content>
</entry>
<entry>
<title>i386: Move cpu/i386/* to arch/i386/cpu/*</title>
<updated>2010-04-13T07:13:26Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e9a882803eb59f482ca4aa6ffd6fa21e4c53d618'/>
<id>urn:sha1:e9a882803eb59f482ca4aa6ffd6fa21e4c53d618</id>
<content type='text'>
Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>Move architecture-specific includes to arch/$ARCH/include/asm</title>
<updated>2010-04-13T07:13:12Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=819833af39a91fa1c1e8252862bbda6f5a602f7b'/>
<id>urn:sha1:819833af39a91fa1c1e8252862bbda6f5a602f7b</id>
<content type='text'>
This helps to clean up the include/ directory so that it only contains
non-architecture-specific headers and also matches Linux's directory
layout which many U-Boot developers are already familiar with.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
</feed>
