public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3: DNS320 support 0/4] Add a new kirkwook board
@ 2014-05-22 19:13 Bastien ROUCARIÈS
  2014-05-22 19:13 ` [U-Boot] [PATCH v3: DNS320 support 1/4] kirkwood: Rename dns325 to dnskw Bastien ROUCARIÈS
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bastien ROUCARIÈS @ 2014-05-22 19:13 UTC (permalink / raw)
  To: u-boot

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hi,

A rebase of an old patch set from Jamie Lentin.

Source is available here: 
http://jamie.lentin.co.uk/devices/dlink-dns325/

Please apply

Changelog:
[V2] Use git option -M
[V3] Fix a mismerge in boards.cfg

Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Jamie Lentin <jm@lentin.co.uk>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>

Jamie Lentin (4):
  kirkwood: Rename dns325 to dnskw
  kirkwood: Add support for the D-Link DNS-320
  kirkwood: Set unused SD pins back to GPIO for DNS-320 & DNS-325
  kirkwood: Shorten DNS-325 IDENT_STRING to match DNS-320

 board/d-link/dns325/dns325.h                       |  32 ----
 board/d-link/{dns325 => dnskw}/Makefile            |   2 +-
 board/d-link/{dns325/dns325.c => dnskw/dnskw.c}    |  30 +--
 board/d-link/dnskw/dnskw.h                         |  42 +++++
 board/d-link/dnskw/kwbimage.dns320.cfg             | 207 +++++++++++++++++++++
 .../kwbimage.cfg => dnskw/kwbimage.dns325.cfg}     |   0
 boards.cfg                                         |   3 +-
 include/configs/{dns325.h => dnskw.h}              |  23 ++-
 8 files changed, 286 insertions(+), 53 deletions(-)
 delete mode 100644 board/d-link/dns325/dns325.h
 rename board/d-link/{dns325 => dnskw}/Makefile (93%)
 rename board/d-link/{dns325/dns325.c => dnskw/dnskw.c} (84%)
 create mode 100644 board/d-link/dnskw/dnskw.h
 create mode 100644 board/d-link/dnskw/kwbimage.dns320.cfg
 rename board/d-link/{dns325/kwbimage.cfg => dnskw/kwbimage.dns325.cfg} (100%)
 rename include/configs/{dns325.h => dnskw.h} (86%)

-- 
2.0.0.rc2

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

end of thread, other threads:[~2014-06-01 14:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 19:13 [U-Boot] [PATCH v3: DNS320 support 0/4] Add a new kirkwook board Bastien ROUCARIÈS
2014-05-22 19:13 ` [U-Boot] [PATCH v3: DNS320 support 1/4] kirkwood: Rename dns325 to dnskw Bastien ROUCARIÈS
2014-05-22 19:13 ` [U-Boot] [PATCH v3: DNS320 support 2/4] kirkwood: Add support for the D-Link DNS-320 Bastien ROUCARIÈS
2014-05-22 19:13 ` [U-Boot] [PATCH v3: DNS320 support 3/4] kirkwood: Set unused SD pins back to GPIO for DNS-320 & DNS-325 Bastien ROUCARIÈS
2014-05-22 19:13 ` [U-Boot] [PATCH v3: DNS320 support 4/4] kirkwood: Shorten DNS-325 IDENT_STRING to match DNS-320 Bastien ROUCARIÈS
2014-05-24 13:34 ` [U-Boot] [PATCH v3: DNS320 support 0/4] Add a new kirkwook board Stefan Herbrechtsmeier
2014-06-01 14:29   ` Bastien ROUCARIES
2014-06-01 14:41     ` Prafulla Wadaskar

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