
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