Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Paulraj, Sandeep
> > Hi Sandeep, > > s-paul...@ti.com wrote: > > From: Sandeep Paulraj > > > > This patch enables EMAC on the DM365 EVM. > > > > Signed-off-by: Sandeep Paulraj > > --- > > > > > + /* Read Ethernet MAC address from EEPROM */ > > + if (dvevm_read_mac_address(eeprom_enetaddr)) > > +

Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Ben Warren
Hi Sandeep, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > > + /* Read Ethernet MAC address from EEPROM */ > + if (dvevm_read_mac_address(eeprom_enetaddr)) > + dv_configure_mac_addre

Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > Changes since v1: Using a memory map to manipulate GPIO registers. > This was suggested by Wolfgang. > > Changes since v2: Improve Bit handling. > > When co

[U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj --- Changes since v1: Using a memory map to manipulate GPIO registers. This was suggested by Wolfgang. Changes since v2: Improve Bit handling. When compiling with this patch DM365 will still give co