<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/sc3, branch v1.3.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/sc3?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/sc3?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-01-12T19:31:39Z</updated>
<entry>
<title>Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections</title>
<updated>2008-01-12T19:31:39Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-12T19:31:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64134f011254123618798ff77c42ba196b2ec485'/>
<id>urn:sha1:64134f011254123618798ff77c42ba196b2ec485</id>
<content type='text'>
With recent toolchain versions, some boards would not build because
or errors like this one (here for ocotea board when building with
ELDK 4.2 beta):
ppc_4xx-ld: section .bootpg [fffff000 -&gt; fffff23b] overlaps section .bss [fffee900 -&gt; fffff8ab]

For many boards, the .bss section is big enough that it wraps around
at the end of the address space (0xFFFFFFFF), so the problem will not
be visible unless you use a 64 bit tool chain for development. On
some boards however, changes to the code size (due to different
optimizations) we bail out with section overlaps like above.

The fix is to add the NOLOAD attribute to the .bss and .sbss
sections, telling the linker that .bss does not consume any space in
the image.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>fix comments with new drivers organization</title>
<updated>2008-01-09T20:48:49Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel@ziswiler.com</email>
</author>
<published>2007-12-30T02:30:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7817cb2083d982923752fe0f12b67c0e7c09a027'/>
<id>urn:sha1:7817cb2083d982923752fe0f12b67c0e7c09a027</id>
<content type='text'>
Signed-off-by: Marcel Ziswiler &lt;marcel@ziswiler.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Rework of 4xx serial driver (2)</title>
<updated>2007-10-31T20:20:51Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-10-22T13:44:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=882ae41274921f9016131806bdeb27e19606f47a'/>
<id>urn:sha1:882ae41274921f9016131806bdeb27e19606f47a</id>
<content type='text'>
Change all linker scripts to reference the changed driver name 4xx_uart.o.

Note: In most cased all these explicit referencing of these object files
in the linker scripts is not neccessary. Only for manually embedded
environment into the U-Boot image, which is not done is most cases.

Signed-off-by: Stefan Roese &lt;sr@denx.de&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>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>Make SC3 board build with 'make O='; use 'addcons' consistently</title>
<updated>2007-03-13T15:05:55Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-03-13T15:05:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0'/>
<id>urn:sha1:a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0</id>
<content type='text'>
(SC3 and Jupiter used to use 'addcon' instead).

Signed-off-by: Wolfgang Denk wd@denx.de
</content>
</entry>
<entry>
<title>[PATCH] Fix: Compilerwarnings for SC3 board.</title>
<updated>2007-01-18T10:28:51Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2007-01-18T10:28:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb4820725e9fc409c5cbc8e83054a6ed522d2111'/>
<id>urn:sha1:cb4820725e9fc409c5cbc8e83054a6ed522d2111</id>
<content type='text'>
             The EBC Configuration Register is now by CFG_EBC_CFG definable
             Added JFFS2 support for the SC3 board.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Raname solidcard3 into sc3; add redundant env for sc3</title>
<updated>2007-01-16T17:30:50Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2007-01-16T17:30:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d3e0107235aa0e6a6dcb77f9884497280bf85ad'/>
<id>urn:sha1:6d3e0107235aa0e6a6dcb77f9884497280bf85ad</id>
<content type='text'>
</content>
</entry>
</feed>
