net: add Calxeda xgmac driver
This adds ethernet driver for Calxeda xgmac found on Highbank SOC. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Fix: WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
dbee61db43
commit
efdd731957
@@ -48,6 +48,7 @@ int at91emac_register(bd_t *bis, unsigned long iobase);
|
||||
int au1x00_enet_initialize(bd_t*);
|
||||
int ax88180_initialize(bd_t *bis);
|
||||
int bfin_EMAC_initialize(bd_t *bis);
|
||||
int calxedaxgmac_initialize(u32 id, ulong base_addr);
|
||||
int cs8900_initialize(u8 dev_num, int base_addr);
|
||||
int davinci_emac_initialize(void);
|
||||
int dc21x4x_initialize(bd_t *bis);
|
||||
|
||||
Reference in New Issue
Block a user