public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate
@ 2011-03-25  8:48 julian.pidancet at citrix.com
  2011-03-25  8:48 ` [U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd julian.pidancet at citrix.com
                   ` (6 more replies)
  0 siblings, 7 replies; 67+ messages in thread
From: julian.pidancet at citrix.com @ 2011-03-25  8:48 UTC (permalink / raw)
  To: u-boot

From: Julian Pidancet <julian.pidancet@citrix.com>

This patch modifies existing OpenRD-Base support to deal with all
the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate).
This is based on an original patch sent by Tanmay Upadhyay. Most of the
credits goes to him.
Previous version of this patch has been reworked to separate file renaming
from the actual addition of Client and Ultimate variants support.

A nice future improvement would be to add variant detection and configuration
at run-time as suggested on the mailing-list in a recent email. So one could
use the same binary for all board variants.

Julian Pidancet (4):
  Kirkwood: Rename openrd_base board files to openrd.
  Change OpenRD Base board identification string.
  Add support for the Client variant of the OpenRD board.
  Add support for the Ultimate variant of the OpenRD board

 MAKEALL                                            |    2 +
 board/Marvell/{openrd_base => openrd}/Makefile     |    2 +-
 board/Marvell/{openrd_base => openrd}/kwbimage.cfg |    0
 .../{openrd_base/openrd_base.c => openrd/openrd.c} |   28 ++++-
 .../{openrd_base/openrd_base.h => openrd/openrd.h} |    6 +-
 boards.cfg                                         |    4 +-
 include/configs/openrd.h                           |  107 ++++++++++++++++++++
 include/configs/openrd_base.h                      |   85 ++--------------
 include/configs/openrd_client.h                    |   44 ++++++++
 include/configs/openrd_ultimate.h                  |   44 ++++++++
 10 files changed, 235 insertions(+), 87 deletions(-)
 rename board/Marvell/{openrd_base => openrd}/Makefile (98%)
 rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%)
 rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (83%)
 rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (95%)
 create mode 100644 include/configs/openrd.h
 create mode 100644 include/configs/openrd_client.h
 create mode 100644 include/configs/openrd_ultimate.h

-- 
Julian Pidancet

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

end of thread, other threads:[~2011-05-06 13:20 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25  8:48 [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate julian.pidancet at citrix.com
2011-03-25  8:48 ` [U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd julian.pidancet at citrix.com
2011-03-29 12:53   ` Prafulla Wadaskar
2011-04-06 18:55     ` [U-Boot] [PATCH 1/2] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-06 18:55       ` [U-Boot] [PATCH 2/2] Initialize second PHY on " Clint Adams
2011-04-07  6:17         ` Prafulla Wadaskar
2011-04-07  7:18           ` Albert ARIBAUD
2011-04-11 12:03             ` Prafulla Wadaskar
2011-04-11 12:45               ` Albert ARIBAUD
2011-04-11 17:05                 ` Prafulla Wadaskar
2011-04-12 16:09               ` [U-Boot] [PATCH 1/3] Add definitions for " Clint Adams
2011-04-12 16:09                 ` [U-Boot] [PATCH 2/3] Initialize second PHY on " Clint Adams
2011-04-12 18:38                   ` Julian Pidancet
2011-04-12 18:44                     ` [U-Boot] [PATCH 1/3] Add definitions for " Clint Adams
2011-04-12 18:44                       ` [U-Boot] [PATCH 2/3] Initialize second PHY on " Clint Adams
2011-04-13 11:13                         ` Detlev Zundel
2011-04-13 14:18                         ` Prafulla Wadaskar
2011-04-12 18:44                       ` [U-Boot] [PATCH 3/3] Rename openrd_base files to openrd Clint Adams
2011-04-13 14:22                         ` Prafulla Wadaskar
2011-04-13 16:25                           ` [U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support Clint Adams
2011-04-13 16:25                             ` [U-Boot] [V1 1/3] Rename openrd_base files to openrd Clint Adams
2011-04-13 16:25                             ` [U-Boot] [V1 2/3] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-13 16:25                             ` [U-Boot] [V1 3/3] Initialize second PHY on " Clint Adams
2011-04-13 19:57                             ` [U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support Albert ARIBAUD
2011-04-14  0:11                               ` Clint Adams
2011-04-14  4:56                                 ` Albert ARIBAUD
2011-04-18 23:47                               ` [U-Boot] [PATCH v2 0/4] support for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-18 23:47                                 ` [U-Boot] [PATCH v2 1/4] Rename openrd_base files to openrd Clint Adams
2011-04-25 22:10                                   ` Wolfgang Denk
2011-04-18 23:47                                 ` [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-25 22:11                                   ` Wolfgang Denk
2011-04-25 22:12                                   ` Wolfgang Denk
2011-04-26  1:17                                     ` [U-Boot] [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support Clint Adams
2011-04-26  1:17                                       ` [U-Boot] [PATCH v4 1/4] Rename openrd_base files to openrd Clint Adams
2011-04-26  1:17                                       ` [U-Boot] [PATCH v4 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-26  1:17                                       ` [U-Boot] [PATCH v4 3/4] Initialize second PHY on " Clint Adams
2011-04-26  1:17                                       ` [U-Boot] [PATCH v4 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards Clint Adams
2011-05-03 12:01                                       ` [U-Boot] [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support Prafulla Wadaskar
2011-05-03 15:00                                         ` [U-Boot] [PATCH v5 " Clint Adams
2011-05-03 15:00                                           ` [U-Boot] [PATCH v5 1/4] Rename openrd_base files to openrd Clint Adams
2011-05-03 15:00                                           ` [U-Boot] [PATCH v5 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-05-03 15:00                                           ` [U-Boot] [PATCH v5 3/4] Initialize second PHY on " Clint Adams
2011-05-03 15:00                                           ` [U-Boot] [PATCH v5 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards Clint Adams
2011-05-06 13:20                                           ` [U-Boot] [PATCH v5 0/4] OpenRD-Client and OpenRD-Ultimate support Prafulla Wadaskar
2011-04-26  1:20                                     ` [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate Clint Adams
2011-04-18 23:47                                 ` [U-Boot] [PATCH v2 3/4] Initialize second PHY on " Clint Adams
2011-04-19  4:24                                   ` Prafulla Wadaskar
2011-04-25 22:14                                   ` Wolfgang Denk
2011-04-18 23:47                                 ` [U-Boot] [PATCH v2 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards Clint Adams
2011-04-25 22:14                                   ` Wolfgang Denk
2011-04-18 23:52                               ` [U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support Clint Adams
2011-04-12 19:57                       ` [U-Boot] [PATCH 1/3] Add definitions for OpenRD-Client and OpenRD-Ultimate Albert ARIBAUD
2011-04-12 18:48                     ` [U-Boot] [PATCH 2/3] Initialize second PHY on " Clint Adams
2011-04-12 16:09                 ` [U-Boot] [PATCH 3/3] Rename openrd_base files to openrd Clint Adams
2011-04-12 16:41                   ` Albert ARIBAUD
2011-04-12 16:44                 ` [U-Boot] [PATCH 1/3] Add definitions for OpenRD-Client and OpenRD-Ultimate Albert ARIBAUD
2011-04-12 16:14               ` [U-Boot] [PATCH 2/2] Initialize second PHY on " Clint Adams
2011-04-06 18:59     ` [U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd Clint Adams
2011-03-25  8:48 ` [U-Boot] [PATCH v2 2/4] Change OpenRD Base board identification string julian.pidancet at citrix.com
2011-03-29 12:58   ` Prafulla Wadaskar
2011-03-25  8:48 ` [U-Boot] [PATCH v2 3/4] Add support for the Client variant of the OpenRD board julian.pidancet at citrix.com
2011-03-29 13:01   ` Prafulla Wadaskar
2011-03-25  8:48 ` [U-Boot] [PATCH v2 4/4] Add support for the Ultimate " julian.pidancet at citrix.com
2011-03-25 22:02 ` [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate Clint Adams
2011-03-27  5:18   ` Prafulla Wadaskar
2011-03-28 12:14 ` Harro Haan
2011-04-02 21:11 ` Albert ARIBAUD

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