All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/8] ARM: Add Seagate GoFlexHome support
@ 2013-04-10 13:12 Suriyan Ramasami
  2013-04-10 13:12 ` [U-Boot] [PATCH v2 1/8] ARM: Add maintainer for the Seagate GoFlexHome Suriyan Ramasami
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Suriyan Ramasami @ 2013-04-10 13:12 UTC (permalink / raw)
  To: u-boot

Thank you Wolfgang and Prafulla for feedback on patch v1.
This is version 2.

I couldn't figure out how to squash all these changes in one
file with git. Do I just cat them? Hence, for this patch request
they are unsquashed and in separate emails. Please let me
know how I should squash for v3!

This adds support for the Seagate GoFlexHome.
It is based on the dockstar files for the most part.

Suriyan Ramasami (8):
  Add maintainer for the Seagate GoFlexHome
  Add a board entry for the Seagate GoFlexHome
  Present the user with a menu of bootable options on boot

 MAINTAINERS                               |    4 +
 board/Seagate/goflexhome/Makefile         |   51 ++++
 board/Seagate/goflexhome/goflexhome.c     |  187 +++++++++++++
 board/Seagate/goflexhome/goflexhome.h     |   47 ++++
 board/Seagate/goflexhome/goflexhomemenu.c |  415 +++++++++++++++++++++++++++++
 board/Seagate/goflexhome/kwbimage.cfg     |  168 ++++++++++++
 boards.cfg                                |    1 +
 include/configs/goflexhome.h              |  141 ++++++++++
 8 files changed, 1014 insertions(+), 0 deletions(-)
 create mode 100644 board/Seagate/goflexhome/Makefile
 create mode 100644 board/Seagate/goflexhome/goflexhome.c
 create mode 100644 board/Seagate/goflexhome/goflexhome.h
 create mode 100644 board/Seagate/goflexhome/goflexhomemenu.c
 create mode 100644 board/Seagate/goflexhome/kwbimage.cfg
 create mode 100644 include/configs/goflexhome.h

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

end of thread, other threads:[~2013-04-12 13:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 13:12 [U-Boot] [PATCH v2 0/8] ARM: Add Seagate GoFlexHome support Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 1/8] ARM: Add maintainer for the Seagate GoFlexHome Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 2/8] ARM: Add a board entry " Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 3/8] ARM: Add Seagate GoFlexHome support Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 4/8] " Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 5/8] " Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 6/8] " Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 7/8] " Suriyan Ramasami
2013-04-10 13:12 ` [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot Suriyan Ramasami
2013-04-11  1:43   ` Rob Herring
2013-04-11  4:27     ` Suriyan Ramasami
2013-04-11 13:02     ` Mike Dunn
2013-04-11 19:51       ` Suriyan Ramasami
2013-04-12 13:56         ` Tom Rini
2013-04-10 13:37 ` [U-Boot] [PATCH v2 0/8] ARM: Add Seagate GoFlexHome support Albert ARIBAUD
2013-04-10 13:45 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.