Re: [U-Boot] GT-64120 PCI init

2008-08-11 Thread Shinya Kuribayashi
Richard Danter wrote: > Solution so far is either to run U-Boot from KSeg1 or to pepper the > eepro100 driver with flush_cache() calls. Both seem to work though > running in kseg1 is slower. > > Has anyone else used an eepro100 on a MIPS target? Did you hit the same > problem? > > I can see that

Re: [U-Boot] GT-64120 PCI init

2008-08-11 Thread Richard Danter
2008/8/12 Richard Danter <[EMAIL PROTECTED]>: > 2008/8/8 Richard Danter <[EMAIL PROTECTED]>: >> I now have a driver that initialises the 64120 and U-Boot sees the >> bridge and Ethernet card. So far so good! But the Ethernet card can >> not ping anything on my network. >> >> This is what I see... >

Re: [U-Boot] GT-64120 PCI init

2008-08-11 Thread Richard Danter
2008/8/8 Richard Danter <[EMAIL PROTECTED]>: > I now have a driver that initialises the 64120 and U-Boot sees the > bridge and Ethernet card. So far so good! But the Ethernet card can > not ping anything on my network. > > This is what I see... > > --8<-- > U-Boot 1.3.3-svn19 (Aug 8 2008 - 15:32:3

Re: [U-Boot] GT-64120 PCI init

2008-08-08 Thread Richard Danter
2008/8/7 Richard Danter <[EMAIL PROTECTED]>: > I have an old MIPS board with a GT-64120 that I would like to port > U-Boot to. I have so far got it to boot from flash, init SDRAM and a > serial console and give me a prompt so I can run some commands. I am > also able to write flash for saving env v