From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Johnson Date: Mon, 19 Nov 2007 15:00:57 -0500 Subject: [U-Boot-Users] NET: Add Ethernet 1000BASE-X support for PPC4xx In-Reply-To: <200711150705.35764.sr@denx.de> References: <4728ABA6.3090101@arlinx.com> <200711142104.51228.sr@denx.de> <473B6AAA.1090901@arlinx.com> <200711150705.35764.sr@denx.de> Message-ID: <4741EB79.7060201@arlinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > Hi Larry, > > On Wednesday 14 November 2007, Larry Johnson wrote: >>>> I have merged my changes into the PPC4xx "for-1.3.1" branch. When I do >>>> the MAKEALL there, the build for Ocotea board fails because the binary >>>> is now 0xAC byte too large. What are your opinions on the best way to >>>> handle this? >>> Which gcc version did you use? >> ppc_4xxFP-gcc (GCC) 4.0.0 (DENX ELDK 4.1 4.0.0) > > Too bad. I had hoped it was 3.x. > > OK, I will take care of it after the merge window opens. > > Best regards, > Stefan Thank you, Stefan. BTW, I've noticed another issue with the "for-1.3.1" branch: the "diag run cache" command fails on the Sequoia board as well as our prototype Korat 440EPx board. Here's what happens with the current code on Sequoia, in case you haven't seen this yet: [...] => diag run cache Bad trap at PC: ff75218, SR: 21000, vector=1300 NIP: 0FF75218 XER: 2000005F LR: 0FF752CC REGS: 0ff1c870 TRAP: 1300 DEAR: 10000000 MSR: 00021000 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00 GPR00: 0000003F 0FF1C960 7FFFFFFF 10000000 00000400 00000400 00000020 FFFFFFFF GPR08: 0FFFBFEC 0FF7488C 0000000C 10000000 00000400 00000000 0FFAC400 0FFBF000 GPR16: 15809002 2000C001 C1800002 0FF1CB6A 00000001 00000000 0FF1CC65 00000000 GPR24: 00000600 0000000C 00000000 00000001 0FFA7020 0FF1CF34 0FFACE14 0FF747E0 Call backtrace: 0FF1CA44 0FF700EC 0FF704B0 0FF7807C 0FF76268 0FF76448 0FF63C84 0FF61698 Exception U-Boot 1.3.0-rc3-gb53313db (Nov 19 2007 - 13:15:08) CPU: AMCC PowerPC 440EPx Rev. A at 528 MHz (PLB=132, OPB=66, EBC=66 MHz) [...] Best regards, Larry