public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] arm: add support for LaCie CloudBox
@ 2013-07-01 12:57 Frédéric Leroy
  2013-07-01 12:57 ` [U-Boot] [PATCH v3 1/3] lacie_kw: sort #ifdef lists by CONFIG_ identifiers Frédéric Leroy
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Frédéric Leroy @ 2013-07-01 12:57 UTC (permalink / raw)
  To: u-boot

This series adds support for the LaCie Cloudbox v2 device.

Changes in v3:

- prepare other LaCie boards for led patch
- fix Machine ID
- use one commit for adding device

Changes in v2:

- sort unsorted #ifdef list in lacie_kw.h
- add entry to MAINTAINERS
- remove unused GPIO definitions
- remove empty misc_init_r()
- add Machine ID
- Use #define values for ethernet phy init
- checkpatch compliant

Fr?d?ric Leroy (3):
  lacie_kw: sort #ifdef lists by CONFIG_ identifiers
  LaCie/common: Uses #defines for ethernet phy leds setup
  arm: add support for LaCie CloudBox

 MAINTAINERS                       |   4 +
 board/LaCie/cloudbox/Makefile     |  46 +++++++++++
 board/LaCie/cloudbox/cloudbox.c   |  94 +++++++++++++++++++++
 board/LaCie/cloudbox/cloudbox.h   |  36 ++++++++
 board/LaCie/cloudbox/kwbimage.cfg | 167 ++++++++++++++++++++++++++++++++++++++
 board/LaCie/common/common.c       |  13 ++-
 boards.cfg                        |   1 +
 include/configs/lacie_kw.h        |  45 ++++++----
 8 files changed, 388 insertions(+), 18 deletions(-)
 create mode 100644 board/LaCie/cloudbox/Makefile
 create mode 100644 board/LaCie/cloudbox/cloudbox.c
 create mode 100644 board/LaCie/cloudbox/cloudbox.h
 create mode 100644 board/LaCie/cloudbox/kwbimage.cfg

-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-08  7:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 12:57 [U-Boot] [PATCH v3 0/3] arm: add support for LaCie CloudBox Frédéric Leroy
2013-07-01 12:57 ` [U-Boot] [PATCH v3 1/3] lacie_kw: sort #ifdef lists by CONFIG_ identifiers Frédéric Leroy
2013-07-01 12:57 ` [U-Boot] [PATCH v3 2/3] LaCie/common: Uses #defines for ethernet phy leds setup Frédéric Leroy
2013-07-01 12:57 ` [U-Boot] [PATCH v3 3/3] arm: add support for LaCie CloudBox Frédéric Leroy
2013-07-01 18:12 ` [U-Boot] [PATCH v3 0/3] " Simon Guinot
2013-07-01 22:24 ` Prafulla Wadaskar
2013-08-03 11:13   ` Frédéric Leroy
2013-09-08  7:51   ` Frédéric Leroy

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