Re: [U-Boot-Users] AT91SAM9260EK with KS8721 PHY

2008-04-08 Thread Eric BENARD
Sander Vermin a écrit : > I did a new build with: > > macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 1<<5); > > in stead of: > > macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x00); > > But still no PHY detected :-( > You need to check your schematic, and the PHY datasheet in order to know w

Re: [U-Boot-Users] AT91SAM9260EK with KS8721 PHY

2008-04-07 Thread Eric BENARD
Stelian Pop a écrit : > Hmm, if I sed: > s/KS8721/DM9161/g > and > s/ks8721/dm9161/g > > on your files I find almost no change with regard to the original > version, except: > > #define PHY_ADDRESS (1<<5) > > and a #if 0 commenting out a bit of the initialisation sequence... > yes,

Re: [U-Boot-Users] AT91SAM9260EK with KS8721 PHY

2008-04-07 Thread Eric BENARD
rks on an AT91RM9200 with u-boot 1.3.2. Eric /* * (C) Copyright 2006 * Author : Eric Benard (Eukrea Electromatique) * based on dm9161.c which is : * (C) Copyright 2003 * Author : Hamid Ikdoumi (Atmel) * * See file CREDITS for list of people who contributed to this * project. * *

Re: [U-Boot-Users] AT91SAM9260EK with KS8721 PHY

2008-04-07 Thread Eric BENARD
Stelian Pop a écrit : > Le lundi 07 avril 2008 à 15:16 +0200, Sander Vermin a écrit : >> Hello, >> >> I'm trying to build a U-Boot from your git tree with the AT91 patches. >> My board is a custom board with a KS8721 instead of the DM9161 network >> PHY chip. This is the same chip as Olimex used

Re: [U-Boot-Users] AT91RM9200 USB UHCI

2008-03-12 Thread Eric BENARD
Matt Gessner a écrit : > Is anyone doing any work on this for u-boot? it's OHCI and it's already in u-boot : http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=cpu/arm920t/at91rm9200/usb.c;h=c121de6328ed8cac480ce097b395092bbae4bb9d;hb=HEAD add : #define CONFIG_USB_OHCI_NEW 1 #define