<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2009.08-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2009.08-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2009.08-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-08-21T22:20:20Z</updated>
<entry>
<title>qemu-mips: Fix Qemu website</title>
<updated>2009-08-21T22:20:20Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2009-08-20T20:52:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5b2da6a309266f21cbb68f06fcfdf9ba141022e7'/>
<id>urn:sha1:5b2da6a309266f21cbb68f06fcfdf9ba141022e7</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
Signed-off-by: Michal Simek &lt;michal.simek@petalogix.com&gt;
Acked-by: Shinya Kuribayashi &lt;skuribay@pobox.com&gt;
</content>
</entry>
<entry>
<title>TRAB: make independent of specific libgcc helper routines</title>
<updated>2009-08-21T21:25:22Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-12T22:37:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5ffb193330113d2e00489d96bf8ec1f541ed4e1'/>
<id>urn:sha1:b5ffb193330113d2e00489d96bf8ec1f541ed4e1</id>
<content type='text'>
The TRAB board references local libgcc helper routines
(lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
when we try to use the normal, compiler provided libgcc instead.
Removing these references allows to build both with and without the
local libgcc helper routines.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Fix all linker scripts for older binutils versions (pre-2.16)</title>
<updated>2009-08-21T21:13:34Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-17T12:00:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1aada9cd643567d351667138851e9231ccfa245a'/>
<id>urn:sha1:1aada9cd643567d351667138851e9231ccfa245a</id>
<content type='text'>
Commit f62fb99941c6 fixed handling of all rodata sections by using a
wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
and SORT_BY_NAME().  Unfortunately these functions were only
introduced with biunutils version 2.16, so the modification broke
building with all tool chains using older binutils.

This patch makes it work again.  This is done by omitting the use of
these functions for such old tool chains.  This will result in
slightly larger target binaries, as the rodata sections are no longer
in optimal order alignment-wise which reauls in unused gaps, but the
effect was found to be insignificant - especially compared to the fact
that you cannot build U-Boot at all in the current state.

As ld seems to have no support for conditionals we run the linker
script through the C preprocessor which can be easily used to remove
the unwanted function calls.

Note that the C preprocessor must be run with the "-ansi" (or a
"-std=") option to make sure all the system-specific predefined
macros outside the reserved namespace are suppressed. Otherise, cpp
might for example substitute "powerpc" to "1", thus corrupting for
example "OUTPUT_ARCH(powerpc)" etc.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx</title>
<updated>2009-08-18T11:53:54Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-18T11:53:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9af019f579e6090ade0adb8e883bf28d16f0563a'/>
<id>urn:sha1:9af019f579e6090ade0adb8e883bf28d16f0563a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppc4xx: Fix "chip_config" command for AMCC Arches</title>
<updated>2009-08-18T07:16:33Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2009-08-17T14:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=514bab6609acd1a2a19fdd75c2f6255178db7c96'/>
<id>urn:sha1:514bab6609acd1a2a19fdd75c2f6255178db7c96</id>
<content type='text'>
This patch fixes the "chip_config" command for I2C bootstrap EEPROM
configuration. First it changes the I2C bootstrap EEPROM address to
0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
Glacier). Additionally, the NAND bootstrap settings are removed
for Arches since Arches doesn't support NAND-booting.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Monahans: avoid floating point calculations</title>
<updated>2009-08-17T21:53:41Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-16T21:40:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4af34177b657e91263919a307fd0b0865a299e52'/>
<id>urn:sha1:4af34177b657e91263919a307fd0b0865a299e52</id>
<content type='text'>
Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
which caused floating point operations to be used. This resulted in
unresolved references to some FP related libgcc functions when using
U-Boot's private libgcc functions.

Change the code to use fixed point math only.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>trab: rename spi_init()</title>
<updated>2009-08-13T07:20:41Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-08-13T04:32:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6e3a1fa92f61083885178101e973c86b419a6f7'/>
<id>urn:sha1:f6e3a1fa92f61083885178101e973c86b419a6f7</id>
<content type='text'>
The local board-specific spi_init() function conflicts with the common SPI
layer, so rename it to something board-specific.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx</title>
<updated>2009-08-11T19:49:15Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-11T19:49:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e4623a0addf58fe4fd389fbdd559c179146f4a0'/>
<id>urn:sha1:9e4623a0addf58fe4fd389fbdd559c179146f4a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-video</title>
<updated>2009-08-11T19:47:42Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-11T19:47:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1da206041e373c88171369e1c6f42c98d77f771'/>
<id>urn:sha1:f1da206041e373c88171369e1c6f42c98d77f771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MIMC200: reduce LCD pixclock</title>
<updated>2009-08-11T11:58:26Z</updated>
<author>
<name>Mark Jackson</name>
<email>mpfj-list@mimc.co.uk</email>
</author>
<published>2009-08-11T10:33:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54e399f110bbaa24e662e6dd9e88ddb86989d668'/>
<id>urn:sha1:54e399f110bbaa24e662e6dd9e88ddb86989d668</id>
<content type='text'>
The initial pixclock for the MIMC200 board is wrong (and causes
screen corruption due to DMA underruns).

This patch simply reduces the pixel clock to fix the problem.

Signed-off-by: Mark Jackson &lt;mpfj@mimc.co.uk&gt;
</content>
</entry>
</feed>
