<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/esd, 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/esd?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/esd?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-03-09T09:50:41Z</updated>
<entry>
<title>esd/common/fpga.c: fix indentation.</title>
<updated>2008-03-09T09:50:41Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-03-09T09:50:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2b3e7e61d6a72f16aee93f870bc6af67f30758c4'/>
<id>urn:sha1:2b3e7e61d6a72f16aee93f870bc6af67f30758c4</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>esd/common/fpga.c: fix 'assignment of read-only location' error</title>
<updated>2008-03-09T09:09:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-03-09T09:09:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8'/>
<id>urn:sha1:8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type</title>
<updated>2008-03-08T21:34:17Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-03-08T20:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58f3c57c6008b42e01f551d3be6efd88c14ac87f'/>
<id>urn:sha1:58f3c57c6008b42e01f551d3be6efd88c14ac87f</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Add DU440 board support</title>
<updated>2008-01-17T10:34:04Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-01-17T09:52:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f'/>
<id>urn:sha1:15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f</id>
<content type='text'>
Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>PMC440 board: fix board Makefile for out-of-tree building</title>
<updated>2008-01-13T15:44:08Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-13T15:44:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d714f82fb4b8bb7e267e9c71b8009bc670bfe88'/>
<id>urn:sha1:6d714f82fb4b8bb7e267e9c71b8009bc670bfe88</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<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>ppx4xx: Fix sdram init on PMC440 boards</title>
<updated>2008-01-11T14:44:27Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-01-11T13:55:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e3edcb36f14f0aabb6f50e96014d6877f73d64ea'/>
<id>urn:sha1:e3edcb36f14f0aabb6f50e96014d6877f73d64ea</id>
<content type='text'>
Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Update PLB/PCI divider for PMC440 board</title>
<updated>2008-01-09T05:32:35Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-01-08T11:49:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff5fb8a6ccba56e3482d0e297d8cfb7faa040811'/>
<id>urn:sha1:ff5fb8a6ccba56e3482d0e297d8cfb7faa040811</id>
<content type='text'>
This patch updates the PLB/PCI divider when running at
400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.

Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Remove sdram.h from PMC440 board</title>
<updated>2008-01-04T11:00:34Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-01-02T15:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=49db47b8ae6afff2b898be312948ff501357dc80'/>
<id>urn:sha1:49db47b8ae6afff2b898be312948ff501357dc80</id>
<content type='text'>
Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: use common denali core defines and data eye search code for PMC440</title>
<updated>2008-01-04T11:00:27Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-01-02T15:48:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=34065a2ce0d8972f2ec6652076014ab243d2ce8a'/>
<id>urn:sha1:34065a2ce0d8972f2ec6652076014ab243d2ce8a</id>
<content type='text'>
Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
</feed>
