<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/bios_emulator, branch v1.3.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/bios_emulator?h=v1.3.4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/bios_emulator?h=v1.3.4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-05-20T22:14:08Z</updated>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>urn:sha1:53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Wipe out assembler warnings while compiling x86 biosemu</title>
<updated>2008-02-15T23:31:16Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2008-02-15T19:09:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30c6a241e88499f536e86d325759e29ba00ff67f'/>
<id>urn:sha1:30c6a241e88499f536e86d325759e29ba00ff67f</id>
<content type='text'>
This patch tries to get rid of some assembler warnings about
changed .got2 section type while compiling x86 bios emulator
code.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>Fix compiler warnings for PPC systems. Update CHANGELOG.</title>
<updated>2007-11-18T15:36:27Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-11-18T15:36:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=409ecdc0bb47dd28b0af6c25ffd658d22cc36b37'/>
<id>urn:sha1:409ecdc0bb47dd28b0af6c25ffd658d22cc36b37</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Add BUILD_DIR support for bios emulator.</title>
<updated>2007-09-06T22:52:44Z</updated>
<author>
<name>Jason Jin</name>
<email>Jason.jin@freescale.com</email>
</author>
<published>2007-08-30T10:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1d2ca446e1a731df420206d04fe278c27ea6b8e8'/>
<id>urn:sha1:1d2ca446e1a731df420206d04fe278c27ea6b8e8</id>
<content type='text'>
Signed-off-by: Jason Jin &lt;Jason.jin@freescale.com&gt;
</content>
</entry>
<entry>
<title>Bios emulator - fix microblaze toolchain problem</title>
<updated>2007-08-16T09:55:27Z</updated>
<author>
<name>Michal Simek</name>
<email>Monstr@seznam.cz</email>
</author>
<published>2007-08-16T06:54:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=002275a3ed8b114885f6702d6d544d0780dfe689'/>
<id>urn:sha1:002275a3ed8b114885f6702d6d544d0780dfe689</id>
<content type='text'>
microblaze CPU have problem with bios_emulator code.
Microblaze toolchain doesn't support PRAGMA PACK.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>Minor fix for bios emulator makefile</title>
<updated>2007-08-09T21:32:58Z</updated>
<author>
<name>Jason Jin</name>
<email>Jason.jin@freescale.com</email>
</author>
<published>2007-08-08T01:01:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0dc4279b08ff82472bec2e2c90858602459febe8'/>
<id>urn:sha1:0dc4279b08ff82472bec2e2c90858602459febe8</id>
<content type='text'>
Add $(obj) to LIB avoiding objects be built in the source dir

Signed-off-by: Jason Jin &lt;Jason.jin@freescale.com&gt;
</content>
</entry>
<entry>
<title>Add CONFIG_BIOSEMU define to guard all the bios emulator code</title>
<updated>2007-08-09T21:24:15Z</updated>
<author>
<name>Jason Jin</name>
<email>Jason.jin@freescale.com</email>
</author>
<published>2007-08-08T00:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6'/>
<id>urn:sha1:ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6</id>
<content type='text'>
Signed-off-by: Jason Jin &lt;Jason.jin@freescale.com&gt;

This patch fix the compile issue on the board that did not enable the bios emulator
</content>
</entry>
<entry>
<title>Coding style cleanup. Update CHANGELOG.</title>
<updated>2007-08-06T00:17:36Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-08-06T00:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c7e4b06214db61bb21f1bcbe57c97519669baae'/>
<id>urn:sha1:9c7e4b06214db61bb21f1bcbe57c97519669baae</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>This is a BIOS emulator, porting from SciTech for u-boot, mainly for</title>
<updated>2007-08-05T23:28:15Z</updated>
<author>
<name>Jason Jin</name>
<email>Jason.jin@freescale.com</email>
</author>
<published>2007-07-06T00:34:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ece92f85053b8df613edcf05b26a416cbc3d629c'/>
<id>urn:sha1:ece92f85053b8df613edcf05b26a416cbc3d629c</id>
<content type='text'>
ATI video card BIOS. and can be used for x86 code emulation by some
modifications.

Signed-off-by: Jason Jin &lt;Jason.jin@freescale.com&gt;
</content>
</entry>
</feed>
