[U-Boot] [PATCH 0/4] SPEAr : Network support and misc changes
Vipin KUMAR
vipin.kumar at st.com
Tue Mar 23 09:30:08 CET 2010
These patches add the following changes
1. A bugfix (SMI write, erase timeout increased)
2. read/write of eth macid placed in CONFIG_CMD_NET
3. Network driver support added
4. macb driver configured for spear310 and spear320
Vipin Kumar (4):
SPEAr : SMI erase and write timeouts increased
SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET
SPEAr : Network driver support added
SPEAr : macb driver support added for spear310 and spear320
board/spear/common/spr_misc.c | 22 ++-
board/spear/spear300/spear300.c | 6 +
board/spear/spear310/spear310.c | 13 +
board/spear/spear320/spear320.c | 10 +
board/spear/spear600/spear600.c | 6 +
drivers/mtd/spr_smi.c | 8 +-
drivers/net/Makefile | 1 +
drivers/net/spr_eth_syn.c | 471 ++++++++++++++++++++++++++++++
include/asm-arm/arch-spear/clk.h | 27 ++
include/asm-arm/arch-spear/hardware.h | 2 +
include/asm-arm/arch-spear/spr_eth_syn.h | 262 +++++++++++++++++
include/asm-arm/arch-spear/spr_smi.h | 6 +-
include/configs/spear-common.h | 24 ++-
include/configs/spear3xx.h | 24 ++
include/netdev.h | 1 +
15 files changed, 870 insertions(+), 13 deletions(-)
create mode 100755 drivers/net/spr_eth_syn.c
create mode 100644 include/asm-arm/arch-spear/clk.h
create mode 100644 include/asm-arm/arch-spear/spr_eth_syn.h
More information about the U-Boot
mailing list