From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Thu, 03 Jul 2008 18:55:23 +0200 Subject: [U-Boot-Users] e1000 problem @ current u-boot In-Reply-To: <486CF2D6.3090805@matrix-vision.de> References: <486CD365.2030104@matrix-vision.de> <486CF042.4020409@grandegger.com> <486CF2D6.3090805@matrix-vision.de> Message-ID: <486D047B.5020904@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andre Schwarz wrote: > Wolfgang, > > of course I meant no offense - of course your patch is harmless. No problem. > The System (network camera) is running for nearly 2 years now. > Last working version has been u-boot 1.2.x with a 2.6.19 kernel. > > Since we've moved to the latest kernel we need a more recent u-boot. > > This is what I did - and e1000 no longer works. > > Of course I diff'ed the network stuff - no obvious changes at all. > So I wonder if the problem is elsewhere and if e1000 is still working in > general. Have you read my previous mail? See below. > Wolfgang Grandegger schrieb: >> Andre Schwarz wrote: >>> Wolfgang, >>> >>> as far as I can see on the list you sent the latest patches for the >>> e1000 driver. >> My patches just added some device ids, >> >> >>> My e1000 (82541ER) stopped working on a MPC5200 based board with latest >>> u-boot. >>> I have a similar problem on another board ... >>> >>> Is your e1000 working properly on the latest u-boot ? >> Yes, on a MPC8548 board. I have not tested it on the MPC5200. >> >>> Do I need any additional defines or environment settings to get it >>> working again ? >>> >>> Obviously it is - again :-[ - my fault or is related to my build system. >> I think there are some known problems with PCI on boards with a >> MPC5200 Rev. A processor, e.g. my EEPRO100 card does not work on it. >> What exactly does not work? More information could be useful. Wolfgang.