<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/net, branch v2008.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2008.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/net?h=v2008.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-09-12T14:14:28Z</updated>
<entry>
<title>Merge branch 'master' of /home/wd/git/u-boot/custodians</title>
<updated>2008-09-12T14:14:28Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-09-12T14:14:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=225f0eaa745adfae05931848543d99942798756a'/>
<id>urn:sha1:225f0eaa745adfae05931848543d99942798756a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s</title>
<updated>2008-09-12T11:52:21Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-09-12T11:52:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7238ada313057a85409485b8ee21515dc10c07a5'/>
<id>urn:sha1:7238ada313057a85409485b8ee21515dc10c07a5</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE</title>
<updated>2008-09-10T20:48:00Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-09-10T20:48:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93f6d72544da4510a146bc4c93d609b0116cde37'/>
<id>urn:sha1:93f6d72544da4510a146bc4c93d609b0116cde37</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>net: smc911x: Add pkt_data_pull and pkt_data_push function</title>
<updated>2008-09-03T04:18:19Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>iwamatsu.nobuhiro@renesas.com</email>
</author>
<published>2008-08-28T04:40:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33314470ab32a3f5412bb61b5f3d6c216c88bf9b'/>
<id>urn:sha1:33314470ab32a3f5412bb61b5f3d6c216c88bf9b</id>
<content type='text'>
The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
Byte-swapping is necessary, and so poor performance is inevitable.
This problem cannot evade by the swap function of CHIP, this can
evade by software Byte-swapping.
And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
functions necessary to solve this problem.

Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu.nobuhiro@renesas.com&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of EEPRO100 Ethernet controller to board_eth_init()</title>
<updated>2008-09-03T04:18:19Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-09-01T03:37:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=10efa024b8ffd9e6aaca63da8bddfdffdc672274'/>
<id>urn:sha1:10efa024b8ffd9e6aaca63da8bddfdffdc672274</id>
<content type='text'>
Affected boards:
	db64360
	db64460
	katmai
	taihu
	taishan
	yucca
	cpc45
	cpu87
	eXalion
	elppc
	debris
	kvme080
	mpc8315erdb
	integratorap
	ixdp425
	oxc
	pm826
	pm828
	pm854
	pm856
	ppmc7xx
	sc3
	sc520_spunk
	sorcery
	tqm8272
	tqm85xx
	utx8245

Removed initialization of the driver from net/eth.c
Also, wrapped contents of pci_eth_init() by CONFIG_PCI.

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of TULIP Ethernet controller to board_eth_init()</title>
<updated>2008-09-03T04:18:18Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-31T17:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0'/>
<id>urn:sha1:8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0</id>
<content type='text'>
Affected boards:
	cu824
	bab7xx
	adciop
	dasa_sim
	mousse
	mpc8540eval
	musenki
	mvblue
	pcippc2/pcippc6
	sbc8240
	stxssa

Removed initialization of the driver from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of E1000 Ethernet controller to board_eth_init()</title>
<updated>2008-09-03T04:18:18Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-31T17:44:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad3381cf4167120db5c7b88e4970245e1d5c0a32'/>
<id>urn:sha1:ad3381cf4167120db5c7b88e4970245e1d5c0a32</id>
<content type='text'>
Affected boards:
	ap1000
	mvbc_p
	PM854

Removed initialization of the driver from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of plb2800 Ethernet driver to board_eth_init</title>
<updated>2008-09-03T04:18:18Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-31T17:40:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4fce2aceaf8afd31a252bc782c9dbc497bf40487'/>
<id>urn:sha1:4fce2aceaf8afd31a252bc782c9dbc497bf40487</id>
<content type='text'>
Affected boards:
	purple

Removed initialization of controller from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory</title>
<updated>2008-09-03T04:18:18Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-31T17:39:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d'/>
<id>urn:sha1:e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d</id>
<content type='text'>
Modified board_eth_init() functions of boards that have this FEC in addition
to other Ethernet controllers.

Affected boards:
	bc3450
	icecube
	mvbc_p
	o2dnt
	pm520
	total5200
	tq5200

Removed initialization of controller from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of MPC512x_FEC Ethernet driver to CPU directory</title>
<updated>2008-09-03T04:18:17Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-31T17:36:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a0aad08f9427ac00218bdb2cb649833ce6ec9b8d'/>
<id>urn:sha1:a0aad08f9427ac00218bdb2cb649833ce6ec9b8d</id>
<content type='text'>
Added a cpu_eth_init() function to MPC512x CPU directory and
removed code from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
</feed>
