From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre AUBERT Date: Thu, 25 Mar 2004 09:27:48 +0100 Subject: [U-Boot-Users] PATCH: fix FEC problems on MPC5200 Message-ID: <40629804.5060107@staubli.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi everybody, The attached patch fixes the FEC problems on my Lite5200 board. The network is working without any problems at 10 and 100Mb. The auto-negociation works too. If CONFIG_FEC_10MBIT is defined, the FEC works at 10Mb with Half-Duplex. If CONFIG_FEC_10MBIT is undefined, the MII reads its configuration from hardware and uses the auto-negociation for determining network speed. The patch undefines CONFIG_FEC_10MBIT for the Lite5200. Does it work for the other MPC5xxx boards ? CHANGELOG: * Patch by Pierre Aubert 25 Mar 2004 Fix FEC problems on MPC5xxx: suppress timeouts on tftp. Best regards -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: u-boot-fec-mpc5xxx.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20040325/a25acb7a/attachment.txt