Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-07-01 Thread Ben Warren
Hi Steve, On 7/1/2010 10:25 AM, Steve Sakoman wrote: > On Tue, Jun 29, 2010 at 8:08 AM, Douglas Lopes Pereira > wrote: > >> Hi Steve. >> Did you succeed on running the driver for KS8841? Did you have to change >> anything? >> We are debugging it and some modifications might be necessary for

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-07-01 Thread Steve Sakoman
On Tue, Jun 29, 2010 at 8:08 AM, Douglas Lopes Pereira wrote: > Hi Steve. > Did you succeed on running the driver for KS8841? Did you have to change > anything? > We are debugging it and some modifications might be necessary for our > platform. Well, after taking a look at the KS8841 driver it d

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-29 Thread Douglas Lopes Pereira
Hi Steve. Did you succeed on running the driver for KS8841? Did you have to change anything? We are debugging it and some modifications might be necessary for our platform. Hope to hear from you. Regards, Douglas On Tue, Jun 22, 2010 at 11:25 PM, Steve Sakoman wrote: > On Tue, Jun 22, 2010 a

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-22 Thread Steve Sakoman
On Tue, Jun 22, 2010 at 5:26 PM, Ben Warren wrote: > A few years ago I wrote a driver for KS8841 and got it working (16-bit > memory-mapped on PowerPC).  I started with the Micrel driver, but as you > know it's pretty ugly.  Last week I dusted off that old driver and got it to > compile with the

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-22 Thread Douglas Lopes Pereira
Hi Ben, I was able to integrate your driver to u-boot and load it on my PowerPC board. Since the device was not recognized, I started debugging it and found some hardware issues. For some reason we are not able to change the bank registers by writing the bank number into 30e address. Ps. I'm writ

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-22 Thread Ben Warren
Hi Steve, On 6/22/2010 4:44 PM, Steve Sakoman wrote: > On Tue, Jun 15, 2010 at 9:14 AM, Ben Warren wrote: > >> Hi Douglas, >> >> On Tue, Jun 15, 2010 at 7:24 AM, Douglas Lopes Pereira< >> douglaslopespere...@gmail.com> wrote: >> >> >>> Hi all, >>> >>> I managed to get KS8841 driver rec

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-22 Thread Steve Sakoman
On Tue, Jun 15, 2010 at 9:14 AM, Ben Warren wrote: > Hi Douglas, > > On Tue, Jun 15, 2010 at 7:24 AM, Douglas Lopes Pereira < > douglaslopespere...@gmail.com> wrote: > >> Hi all, >> >> I managed to get KS8841 driver recognized by u-boot. But I'm certain that >> it was not in the correct way. >> >>

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-15 Thread Ben Warren
Hi Douglas, On Tue, Jun 15, 2010 at 7:24 AM, Douglas Lopes Pereira < douglaslopespere...@gmail.com> wrote: > Hi all, > > I managed to get KS8841 driver recognized by u-boot. But I'm certain that > it was not in the correct way. > > The driver I've found on BlackFin forum was written for a 2008 u-

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-15 Thread Douglas Lopes Pereira
Hi all, I managed to get KS8841 driver recognized by u-boot. But I'm certain that it was not in the correct way. The driver I've found on BlackFin forum was written for a 2008 u-boot version and we are working on a 1.3.1 (very old) version. So I just modify some function calls. The problem is th

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-12 Thread Ben Warren
On Sat, Jun 12, 2010 at 7:35 PM, Mike Frysinger wrote: > On Thu, Jun 10, 2010 at 3:18 PM, Ben Warren wrote: > > Huh? drivers/net/phy does exist... But the KS8841 is a MAC/PHY, so > > belongs in driver/net proper. > > unrelated, but the current phy/ subdir isnt a phylib setup like linux, > right

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-12 Thread Mike Frysinger
On Thu, Jun 10, 2010 at 3:18 PM, Ben Warren wrote: > Huh? drivers/net/phy does exist...  But the KS8841 is a MAC/PHY, so > belongs in driver/net proper. unrelated, but the current phy/ subdir isnt a phylib setup like linux, right ? -mike ___ U-Boot maili

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-10 Thread Ben Warren
On 6/10/2010 12:02 PM, Douglas Lopes Pereira wrote: > Hi all, > > I need some help here... > > I'm working on adding a driver for KSZ8841 ethernet controller which I found > at this forum: blackfin.uclinux.org. > > I was looking at the mail list archive and found a message from Prafulla > answering

[U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-10 Thread Douglas Lopes Pereira
Hi all, I need some help here... I'm working on adding a driver for KSZ8841 ethernet controller which I found at this forum: blackfin.uclinux.org. I was looking at the mail list archive and found a message from Prafulla answering Raphael Amorin. Mr. Prafulla suggested him to add the input code

Re: [U-Boot] Micrel Controller KSZ8841-16MBL

2010-06-10 Thread Douglas Lopes Pereira
Hi Ben, thanks for the quick reply. On Thu, Jun 10, 2010 at 4:18 PM, Ben Warren wrote: > On 6/10/2010 12:02 PM, Douglas Lopes Pereira wrote: > >> Hi all, >> >> I need some help here... >> >> I'm working on adding a driver for KSZ8841 ethernet controller which I >> found >> at this forum: blackfi