<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/netstar, branch v2010.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/netstar?h=v2010.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/netstar?h=v2010.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-04-13T07:13:04Z</updated>
<entry>
<title>Rename lib_generic/ to lib/</title>
<updated>2010-04-13T07:13:04Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78acc472d9719316f22e002a009a998d9ceec29d'/>
<id>urn:sha1:78acc472d9719316f22e002a009a998d9ceec29d</id>
<content type='text'>
Now that the other architecture-specific lib directories have been
moved out of the top-level directory there's not much reason to have the
'_generic' suffix on the common lib directory.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>NetStar: eeprom - fix linker error</title>
<updated>2010-03-07T18:36:34Z</updated>
<author>
<name>Ladislav Michl</name>
<email>Ladislav.Michl@seznam.cz</email>
</author>
<published>2010-02-08T19:15:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a67566c1def7d2eb935b31b3b282ba893c3f330'/>
<id>urn:sha1:3a67566c1def7d2eb935b31b3b282ba893c3f330</id>
<content type='text'>
linking eeprom with libgeneric.a is not really needed and causes following
error:
../../lib_generic/libgeneric.a(string.o): In function `strcmp':
lib_generic/string.c:152: multiple definition of `strcmp'
../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
Remove eeprom linker script as well and generate entry point object
(to start application by jumping on its beginning) on the fly.
Out-of-tree build tested as well.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>NetStar: eeprom - be less verbose</title>
<updated>2010-03-07T18:36:34Z</updated>
<author>
<name>Ladislav Michl</name>
<email>Ladislav.Michl@seznam.cz</email>
</author>
<published>2010-02-08T19:15:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=308d463eaf6f4ada00193306a6e643298d1990d8'/>
<id>urn:sha1:308d463eaf6f4ada00193306a6e643298d1990d8</id>
<content type='text'>
Use shorter yet descriptive messages, replace printf() with
puts() where appropriate. This saves few bytes.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>NetStar: eeprom - undefined reference to `memset'</title>
<updated>2010-03-07T18:36:34Z</updated>
<author>
<name>Ladislav Michl</name>
<email>Ladislav.Michl@seznam.cz</email>
</author>
<published>2010-02-08T19:15:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b29ff6277239f5c8bc9366e74afac5a36ab3b23e'/>
<id>urn:sha1:b29ff6277239f5c8bc9366e74afac5a36ab3b23e</id>
<content type='text'>
Defining partially initialized struct eth_device on stack means
gcc has to zero out it, and some gcc versions optimize this with
an implicit call to memset. Move definition to data section
to avoid that (it has also nice side effect that we need not
to pass it to helper functions anymore)

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>NetStar: Remove debug junk leaked into eeprom utility</title>
<updated>2010-02-12T18:31:54Z</updated>
<author>
<name>Ladislav Michl</name>
<email>Ladislav.Michl@seznam.cz</email>
</author>
<published>2010-01-27T16:12:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d798e27b14543762f9f5d0561a3430c7f9e2153b'/>
<id>urn:sha1:d798e27b14543762f9f5d0561a3430c7f9e2153b</id>
<content type='text'>
This patch removes debug junk leaked into eeprom utility.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>NetStar: make crcit utility more readable</title>
<updated>2010-02-12T18:31:54Z</updated>
<author>
<name>Ladislav Michl</name>
<email>Ladislav.Michl@seznam.cz</email>
</author>
<published>2010-01-27T16:12:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89e94d81eda9af2e1c35e97125b0c049335c70fc'/>
<id>urn:sha1:89e94d81eda9af2e1c35e97125b0c049335c70fc</id>
<content type='text'>
This patch makes the crcit utility more readable

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API</title>
<updated>2009-10-05T05:37:03Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2009-10-05T05:37:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7194ab809532eeca3e2ee5dc12017cb901cc5842'/>
<id>urn:sha1:7194ab809532eeca3e2ee5dc12017cb901cc5842</id>
<content type='text'>
All in-tree boards that use this controller have CONFIG_NET_MULTI
added
Also:
  - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
  - cleaned up line lengths
  - modified all boards that override weak function in this driver
  - modified all eeprom standalone apps to work with new driver
  - updated blackfin standalone EEPROM app after testing

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&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>unify HOST_CFLAGS and HOSTCFLAGS</title>
<updated>2009-07-23T19:26:14Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-07-19T19:17:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9aef73888509d10193615ee5cd9cf439ca44e937'/>
<id>urn:sha1:9aef73888509d10193615ee5cd9cf439ca44e937</id>
<content type='text'>
The top build system sets up HOSTCFLAGS a bit and exports it, but other
places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
values stay in sync.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Fix "ld: cannot find -lstubs" build error</title>
<updated>2009-07-22T21:53:23Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-07-22T21:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=48677a1ef5f82adca49145a7baf11ece77f51945'/>
<id>urn:sha1:48677a1ef5f82adca49145a7baf11ece77f51945</id>
<content type='text'>
Commit 1bc15386 moved the examples/ to examples/standalone but failed
to adapt the Makefiles that need to link against libstubs.a

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
</feed>
