From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suriyan Ramasami Date: Wed, 10 Apr 2013 06:12:09 -0700 Subject: [U-Boot] [PATCH v2 0/8] ARM: Add Seagate GoFlexHome support Message-ID: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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