public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5 v3] Kirkwood: add lschlv2 and lsxhl board support
@ 2012-03-31 12:38 Michael Walle
  2012-03-31 12:38 ` [U-Boot] [PATCH 1/5] lib: add rand() function Michael Walle
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Michael Walle @ 2012-03-31 12:38 UTC (permalink / raw)
  To: u-boot

This patchset add support for the LS-CHLv2 and LS-XHL boards by Buffalo.

Changes:
v3:
 - add "Kirkwood:" prefix to patch subject
 - moved board/buffalo/lsxl/config.mk to an own patch, so it can be
   separately acked/naked ;)
 - removed any hardcoding, that is the mac address is now automatically
   generated (random, locally administered) and the IP settings are fetched
   with DHCP/BOOTP.
 - add detailed comments to every configuration line in kwbimage.cfg
 - add comments in MPP configuration about GPIO usage
 - removed lschlv2 ramboot
 - use short board ident string
 - small cleanups

v2:
 - add to buffalo vendor directory instead of Marvell
 - add both boards to MAINTAINERS
 - don't define values for feature macros
 - use tab for vertical alignment
 - remove static network configuration, instead introduce a rescue mode
 - add some convenience scripts
 - small cleanups

Michael Walle (5):
  lib: add rand() function
  net: add helper to generate random mac address
  net: add eth_setenv_enetaddr_by_index()
  Kirkwood: add lschlv2 and lsxhl board support
  Kirkwood: automatically build kwb image for lsxl

 MAINTAINERS                           |    5 +
 board/buffalo/lsxl/Makefile           |   50 ++++++
 board/buffalo/lsxl/config.mk          |    1 +
 board/buffalo/lsxl/kwbimage-lschl.cfg |  229 +++++++++++++++++++++++++
 board/buffalo/lsxl/kwbimage-lsxhl.cfg |  229 +++++++++++++++++++++++++
 board/buffalo/lsxl/lsxl.c             |  303 +++++++++++++++++++++++++++++++++
 board/buffalo/lsxl/lsxl.h             |   75 ++++++++
 boards.cfg                            |    2 +
 include/common.h                      |    4 +
 include/configs/lsxl.h                |  174 +++++++++++++++++++
 include/net.h                         |   27 +++
 lib/Makefile                          |    1 +
 lib/rand.c                            |   43 +++++
 net/eth.c                             |   23 +++
 14 files changed, 1166 insertions(+), 0 deletions(-)
 create mode 100644 board/buffalo/lsxl/Makefile
 create mode 100644 board/buffalo/lsxl/config.mk
 create mode 100644 board/buffalo/lsxl/kwbimage-lschl.cfg
 create mode 100644 board/buffalo/lsxl/kwbimage-lsxhl.cfg
 create mode 100644 board/buffalo/lsxl/lsxl.c
 create mode 100644 board/buffalo/lsxl/lsxl.h
 create mode 100644 include/configs/lsxl.h
 create mode 100644 lib/rand.c

-- 
1.7.2.5

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

end of thread, other threads:[~2012-04-02  5:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 12:38 [U-Boot] [PATCH 0/5 v3] Kirkwood: add lschlv2 and lsxhl board support Michael Walle
2012-03-31 12:38 ` [U-Boot] [PATCH 1/5] lib: add rand() function Michael Walle
2012-03-31 12:38 ` [U-Boot] [PATCH 2/5] net: add helper to generate random mac address Michael Walle
2012-04-01 19:34   ` Mike Frysinger
2012-04-01 20:00     ` Michael Walle
2012-04-02  5:39   ` Prafulla Wadaskar
2012-03-31 12:38 ` [U-Boot] [PATCH 3/5] net: add eth_setenv_enetaddr_by_index() Michael Walle
2012-04-02  5:42   ` Prafulla Wadaskar
2012-03-31 12:38 ` [U-Boot] [PATCH 4/5] Kirkwood: add lschlv2 and lsxhl board support Michael Walle
2012-03-31 12:38 ` [U-Boot] [PATCH 5/5] Kirkwood: automatically build kwb image for lsxl Michael Walle
2012-04-02  5:24 ` [U-Boot] [PATCH 0/5 v3] Kirkwood: add lschlv2 and lsxhl board support Prafulla Wadaskar

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