Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Alex Zeffertt [mailto:azeffe...@cambridgesys.com] > Sent: Monday, August 01, 2011 1:52 PM > To: Wolfgang Denk > Cc: Ralph Metzler; u-boot@lists.denx.de; Prafulla Wadaskar > Subject: Re: [U-Boot] openrd_ultimate GigEth ports not working >

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-08-01 Thread Alex Zeffertt
[Cc-ing Prafulla the author of the mvgbe driver] Hi All, I contacted the author of that commit and this was his response: > Yes, most likely it's the caching. Guess your driver is doing DMA andis not > handling the cache flushing/invalidation well to avoid coherency > issues. First of all to con

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-07-26 Thread Alex Zeffertt
git bisect says: c2dd0d45540397704de9b13287417d21049d34c6 is the first bad commit commit c2dd0d45540397704de9b13287417d21049d34c6 Author: Aneesh V Date: Thu Jun 16 23:30:49 2011 + armv7: integrate cache maintenance support - Enable I-cache on bootup - Enable MMU and D-cache im

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-07-26 Thread Wolfgang Denk
Dear Alex Zeffertt, In message you wrote: > > I can confirm that the issue is the same with OpenRD Ultimate. I.e. > ethernet is not working in HEAD but it is fine on tag v2011.06. And what says "git bisect" ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang D

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-07-26 Thread Alex Zeffertt
On 25 July 2011 18:14, Ralph Metzler wrote: > Alex Zeffertt writes: > > and then I burn the .kwb file into the flash using openocd. > > > > Unfortunately I cannot get the Gig Eth ports to work in u-boot at the > > moment. When I run the following at the command prompt the console just > > h

[U-Boot] openrd_ultimate GigEth ports not working

2011-07-25 Thread Ralph Metzler
Alex Zeffertt writes: > and then I burn the .kwb file into the flash using openocd. > > Unfortunately I cannot get the Gig Eth ports to work in u-boot at the > moment. When I run the following at the command prompt the console just > hangs and I have to reboot: > > Marvell>> setenv ipaddr

[U-Boot] openrd_ultimate GigEth ports not working

2011-07-25 Thread Alex Zeffertt
Hi list, I've just bought an OpenRD Ultimate board and I've managed to get u-boot running on it. I am building it like this, using the latest u-boot GIT repo: make mrproper CROSS_COMPILE=arm-none-linux-gnueabi- make openrd_ultimate_config CROSS_COMPILE=arm-none-linux-gnueabi- make u-boot.kwb