<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/tsec.c, 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>drivers/net : move net drivers to drivers/net</title>
<updated>2007-11-25T17:35:17+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-11-21T20:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2439e4bfa111babf4bc07ba20efbf3e36036813e'/>
<id>2439e4bfa111babf4bc07ba20efbf3e36036813e</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warnings for PPC systems. Update CHANGELOG.</title>
<updated>2007-11-18T15:36:27+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-11-18T15:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=409ecdc0bb47dd28b0af6c25ffd658d22cc36b37'/>
<id>409ecdc0bb47dd28b0af6c25ffd658d22cc36b37</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>tsec driver should clear RHALT on startup</title>
<updated>2007-10-19T16:33:48+00:00</updated>
<author>
<name>Dan Wilson</name>
<email>dwilson@fulcrummicro.com</email>
</author>
<published>2007-10-19T16:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c7ea64bb74a850a2b2303f853a8270695ad8602'/>
<id>5c7ea64bb74a850a2b2303f853a8270695ad8602</id>
<content type='text'>
This was causing problems for some people.

Signed-off-by: Alain Gravel &lt;agravel@fulcrummicro.com&gt;
Signed-off-by: Dan Wilson &lt;dwilson@fulcrummicro.com&gt;
Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was causing problems for some people.

Signed-off-by: Alain Gravel &lt;agravel@fulcrummicro.com&gt;
Signed-off-by: Dan Wilson &lt;dwilson@fulcrummicro.com&gt;
Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix in tsec.c</title>
<updated>2007-09-15T19:41:58+00:00</updated>
<author>
<name>urwithsughosh@gmail.com</name>
<email>urwithsughosh@gmail.com</email>
</author>
<published>2007-09-10T18:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd2d1602c54cc6957bdef3872272a4b264893960'/>
<id>cd2d1602c54cc6957bdef3872272a4b264893960</id>
<content type='text'>
Fixup for the break statement in wrong place.

[Patch by urwithsughosh@gmail.com]
Acked-by: Andy Fleming &lt;afleming@freescale.com&gt;
Signed-off-by:	Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixup for the break statement in wrong place.

[Patch by urwithsughosh@gmail.com]
Acked-by: Andy Fleming &lt;afleming@freescale.com&gt;
Signed-off-by:	Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't wait for disconnected TSECs</title>
<updated>2007-08-16T10:12:53+00:00</updated>
<author>
<name>Andy Fleming</name>
<email>afleming@freescale.com</email>
</author>
<published>2007-08-16T01:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7613afda77d5eec0f47d303025b0c661b70e4c73'/>
<id>7613afda77d5eec0f47d303025b0c661b70e4c73</id>
<content type='text'>
The TSEC driver's PHY code waits a long time for autonegotiation to
complete, even if the link is down.  The PHY knows the link is
down or up before autonegotiation completes, so we can short-circuit
the process if the link is down.

Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The TSEC driver's PHY code waits a long time for autonegotiation to
complete, even if the link is down.  The PHY knows the link is
down or up before autonegotiation completes, so we can short-circuit
the process if the link is down.

Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Define tsec flag values in config files</title>
<updated>2007-08-16T10:12:49+00:00</updated>
<author>
<name>Andy Fleming</name>
<email>afleming@freescale.com</email>
</author>
<published>2007-08-16T01:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a79013e2adda53332dfd0b511066a805e929a9d'/>
<id>3a79013e2adda53332dfd0b511066a805e929a9d</id>
<content type='text'>
The tsec_info structure and array has a "flags" field for each
ethernet controller.  This field is the only reason there are
settings.  Switch to defining TSECn_FLAGS for each controller
in the config header, and we can greatly simplify the array, and
also simplify the addition of future boards.

Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tsec_info structure and array has a "flags" field for each
ethernet controller.  This field is the only reason there are
settings.  Switch to defining TSECn_FLAGS for each controller
in the config header, and we can greatly simplify the array, and
also simplify the addition of future boards.

Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>multicast tftp: RFC2090</title>
<updated>2007-08-14T03:22:31+00:00</updated>
<author>
<name>David Updegraff</name>
<email>dave@cray.com</email>
</author>
<published>2007-06-11T15:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53a5c424bf8655b7b4e2c305a441963259a26a81'/>
<id>53a5c424bf8655b7b4e2c305a441963259a26a81</id>
<content type='text'>
Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
on Realtek RTL8139 and Freescale TSEC.

Signed-off-by: David Updegraff &lt;dave@cray.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
on Realtek RTL8139 and Freescale TSEC.

Signed-off-by: David Updegraff &lt;dave@cray.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tsec: fix multiple PHY support</title>
<updated>2007-08-09T20:47:31+00:00</updated>
<author>
<name>Zach Sadecki</name>
<email>Zach.Sadecki@ripcode.com</email>
</author>
<published>2007-07-31T17:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ed8106433522f2ea8933e9808346860d061d7731'/>
<id>ed8106433522f2ea8933e9808346860d061d7731</id>
<content type='text'>
The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
broke multiple PHY support in tsec.c.  This fixes it.

Signed-off-by: Zach Sadecki &lt;Zach.Sadecki@ripcode.com&gt;
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
broke multiple PHY support in tsec.c.  This fixes it.

Signed-off-by: Zach Sadecki &lt;Zach.Sadecki@ripcode.com&gt;
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tsec: Allow Ten Bit Interface address to be configurable</title>
<updated>2007-08-09T20:10:44+00:00</updated>
<author>
<name>Joe Hamman</name>
<email>joe.hamman@embeddedspecialties.com</email>
</author>
<published>2007-08-09T14:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede'/>
<id>dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede</id>
<content type='text'>
Allow the address of the Ten Bit Interface (TBI) to be changed in the
event of a conflict with another device.

Signed-off by: Joe Hamman &lt;joe.hamman@embeddedspecialties.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the address of the Ten Bit Interface (TBI) to be changed in the
event of a conflict with another device.

Signed-off by: Joe Hamman &lt;joe.hamman@embeddedspecialties.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style cleanup. Update CHANGELOG.</title>
<updated>2007-08-05T23:01:49+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-08-05T23:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5728be389e65fd47f34b33c2596271eb4db751ae'/>
<id>5728be389e65fd47f34b33c2596271eb4db751ae</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>
</feed>
