
Most of the files except goflexhomemenu.c are direct copies of the dockstar files with minor modifications.
goflexhomemenu.c has code which uses the menu functionality of u-boot and present the user with an option to choose the various bootable options.
Suriyan Ramasami (8): Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support Add Seagate GoFlexHome support
MAINTAINERS | 4 + board/Seagate/goflexhome/Makefile | 51 ++++ board/Seagate/goflexhome/goflexhome.c | 187 ++++++++++++++ board/Seagate/goflexhome/goflexhome.h | 50 ++++ board/Seagate/goflexhome/goflexhomemenu.c | 381 +++++++++++++++++++++++++++++ board/Seagate/goflexhome/kwbimage.cfg | 168 +++++++++++++ boards.cfg | 1 + include/configs/goflexhome.h | 140 +++++++++++ 8 files changed, 982 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