<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/mpc7448hpc2, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>FSL: Move board/mpc7448hpc2 under board/freescale</title>
<updated>2008-03-25T22:00:36+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2008-03-06T00:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f1d846e5c5754449c286587d099d85246062772'/>
<id>7f1d846e5c5754449c286587d099d85246062772</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections</title>
<updated>2008-01-12T19:31:39+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-12T19:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64134f011254123618798ff77c42ba196b2ec485'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global</title>
<updated>2007-09-15T18:48:41+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-09-15T18:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1218abf1b5817a39a82399b4b928b00750575bda'/>
<id>1218abf1b5817a39a82399b4b928b00750575bda</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Some code cleanup.</title>
<updated>2007-03-04T00:36:05+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2007-03-04T00:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=647d3c3eed0da1d1505eecabe0b0fab96f956e68'/>
<id>647d3c3eed0da1d1505eecabe0b0fab96f956e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slight code clean up.</title>
<updated>2006-12-04T09:56:59+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-12-04T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d27b3a0685ff99fc477983f315c04d49f657a8a'/>
<id>9d27b3a0685ff99fc477983f315c04d49f657a8a</id>
<content type='text'>
Add comments, delete duplicate define and remove spaces.
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comments, delete duplicate define and remove spaces.
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the duplicate memory test code for mpc744ihpc2 board.</title>
<updated>2006-12-04T06:33:08+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-12-04T06:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f12c61cf31ed73d72ddfcfc712a854a3a177aaf'/>
<id>6f12c61cf31ed73d72ddfcfc712a854a3a177aaf</id>
<content type='text'>
If a memory test is needed, please use the functions in
post/memory.c or memtest command.
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a memory test is needed, please use the functions in
post/memory.c or memtest command.
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the code according to codestyle:</title>
<updated>2006-12-01T03:47:36+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-12-01T03:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee311214e0d216f904feea269599d0934bf71f23'/>
<id>ee311214e0d216f904feea269599d0934bf71f23</id>
<content type='text'>
(1) remove some C++ comments.
(2) remove trailing white space.
(3) remove trailing empty line.
(4) Indentation by table.
(5) remove {} in one line condition.
(6) add space before '(' in function call.
Remove some weird printf () output.
Add necessary comments.
Modified Makefile to support building in a separate directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(1) remove some C++ comments.
(2) remove trailing white space.
(3) remove trailing empty line.
(4) Indentation by table.
(5) remove {} in one line condition.
(6) add space before '(' in function call.
Remove some weird printf () output.
Add necessary comments.
Modified Makefile to support building in a separate directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.</title>
<updated>2006-11-03T05:07:36+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-11-03T05:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=99c09c4dec34f77c243bf51bea532e3f339410ad'/>
<id>99c09c4dec34f77c243bf51bea532e3f339410ad</id>
<content type='text'>
Both work. 0xFF000000 seems more reasonable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both work. 0xFF000000 seems more reasonable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.</title>
<updated>2006-11-02T10:59:15+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-11-02T10:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=87c4db09699c6b89176b31004afcb83eb1585d47'/>
<id>87c4db09699c6b89176b31004afcb83eb1585d47</id>
<content type='text'>
mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.

Signed-off-by: Alexandre Bounine &lt;alexandreb@tundra.com&gt;
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.

Signed-off-by: Alexandre Bounine &lt;alexandreb@tundra.com&gt;
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.</title>
<updated>2006-11-02T10:57:21+00:00</updated>
<author>
<name>roy zang</name>
<email>tie-fei.zang@freescale.com</email>
</author>
<published>2006-11-02T10:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27801b8ab11c61b577e45742a515bb3b23b80241'/>
<id>27801b8ab11c61b577e45742a515bb3b23b80241</id>
<content type='text'>
Make ,config.mk and link file for the mpc7448hpc2 board.

Signed-off-by: Alexandre Bounine &lt;alexandreb@tundra.com&gt;
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make ,config.mk and link file for the mpc7448hpc2 board.

Signed-off-by: Alexandre Bounine &lt;alexandreb@tundra.com&gt;
Signed-off-by: Roy Zang &lt;tie-fei.zang@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
