public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] SPEAr : Network support and misc changes
@ 2010-03-23  8:30 Vipin KUMAR
  2010-03-23  8:30 ` [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased Vipin KUMAR
  0 siblings, 1 reply; 15+ messages in thread
From: Vipin KUMAR @ 2010-03-23  8:30 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-03-29 12:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23  8:30 [U-Boot] [PATCH 0/4] SPEAr : Network support and misc changes Vipin KUMAR
2010-03-23  8:30 ` [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased Vipin KUMAR
2010-03-23  8:30   ` [U-Boot] [PATCH 2/4] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET Vipin KUMAR
2010-03-23  8:30     ` [U-Boot] [PATCH 3/4] SPEAr : Network driver support added Vipin KUMAR
2010-03-23  8:30       ` [U-Boot] [PATCH 4/4] SPEAr : macb driver support added for spear310 and spear320 Vipin KUMAR
2010-03-28 22:40         ` Tom
2010-03-29  4:05           ` Vipin KUMAR
2010-03-23 17:39       ` [U-Boot] [PATCH 3/4] SPEAr : Network driver support added Ben Warren
2010-03-25  4:48         ` Vipin KUMAR
2010-03-25  5:43           ` Ben Warren
2010-03-28 22:38     ` [U-Boot] [PATCH 2/4] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET Tom
2010-03-29  3:58       ` Vipin KUMAR
2010-03-28 21:51   ` [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased Tom
2010-03-29  3:58     ` Vipin KUMAR
2010-03-29 12:37       ` Tom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox