<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/xilinx, branch v1.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v1.3.3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v1.3.3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-04-18T06:57:32Z</updated>
<entry>
<title>Remove all the search paths from the .lds files.</title>
<updated>2008-04-18T06:57:32Z</updated>
<author>
<name>Jason Wessel</name>
<email>jason.wessel@windriver.com</email>
</author>
<published>2008-04-10T19:30:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d36be030043cd841a2551d00a395135e363a64b'/>
<id>urn:sha1:3d36be030043cd841a2551d00a395135e363a64b</id>
<content type='text'>
The cross compiler is responsible for providing the correct libraries
and the logic to find the linking libraries.

Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;
</content>
</entry>
<entry>
<title>microblaze: clean uart16550 and uartlite handling</title>
<updated>2008-04-08T13:38:14Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2008-03-28T11:13:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7'/>
<id>urn:sha1:af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: remove old setting for emac driver</title>
<updated>2008-04-08T13:38:14Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2008-03-28T09:59:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57'/>
<id>urn:sha1:6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
<entry>
<title>microblaze: Clean Makefile from ancient emac driver</title>
<updated>2008-04-08T13:38:14Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2008-03-28T09:58:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57'/>
<id>urn:sha1:cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57</id>
<content type='text'>
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&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>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>ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx</title>
<updated>2007-10-31T20:20:50Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-10-21T06:12:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=087dfdb79b5fd1ab99a26990c62a732c01a8c7f6'/>
<id>urn:sha1:087dfdb79b5fd1ab99a26990c62a732c01a8c7f6</id>
<content type='text'>
This patch moves some common 4xx macros and the PPC405_SYS_INFO/
PPC440_SYS_INFO structure into the common ppc4xx.h header.

Lot's of other macros are good candidates to be consolidated this way
in the future.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Synchronize with U-BOOT mainline</title>
<updated>2007-09-14T22:03:35Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-09-14T22:03:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=991b089d1ce5ad945725e3657a8f106dfa02a38e'/>
<id>urn:sha1:991b089d1ce5ad945725e3657a8f106dfa02a38e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://www.denx.de/git/u-boot</title>
<updated>2007-08-07T20:12:05Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-08-07T20:12:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85fad497b3c2e99fa48d18351d2898cf8cdbe898'/>
<id>urn:sha1:85fad497b3c2e99fa48d18351d2898cf8cdbe898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FIX] Change configuration for XUPV2P Microblaze board</title>
<updated>2007-08-05T13:54:53Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2007-08-05T13:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=98889edd50aadf862071eb5664747ad0d568a20e'/>
<id>urn:sha1:98889edd50aadf862071eb5664747ad0d568a20e</id>
<content type='text'>
</content>
</entry>
</feed>
