From patchwork Mon Apr 8 03:44:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suriyan Ramasami X-Patchwork-Id: 234565 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9CC652C00C3 for ; Mon, 8 Apr 2013 14:22:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FEE74A2F7; Mon, 8 Apr 2013 06:21:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SthkPkd9adSa; Mon, 8 Apr 2013 06:21:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1A6434A289; Mon, 8 Apr 2013 06:21:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7A58C4A213 for ; Mon, 8 Apr 2013 05:52:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id INF1CfPnM+0V for ; Mon, 8 Apr 2013 05:52:00 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ia0-f172.google.com (mail-ia0-f172.google.com [209.85.210.172]) by theia.denx.de (Postfix) with ESMTPS id 7A8B34A101 for ; Mon, 8 Apr 2013 05:51:58 +0200 (CEST) Received: by mail-ia0-f172.google.com with SMTP id k38so1062583iah.17 for ; Sun, 07 Apr 2013 20:51:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=kWUOwRjAEmuEyJ8mfWu7iQA7LRGXJjwxR1EwdncuhlI=; b=hKH549BJMlC0KgU64QUszNp8hDd4xpg3o07gNk8734/m7IcYSco3uyJeJRlIjcxkbS Kc84DKgP6A+/kJy4lO78c7vrUKWSzSI8CPzBSMAa80WmV5ks+Jg9t8IBNtVIGICKNu0d qGDcuqdxVpK7IV5JIqr5GYMHG37n6eaDMk44KRyF+5babjgCEAnTHYosDIXy+8Dent9G ivdt+vWsjcMQRSGc1qADQKeFOs+9ht6FlBpi091qLcnf16ijfg9elJ6apO+HYhC55BjP /JcqVMVg/8vLwbAiynk1CnDhau+kOo0zy7hvFs4cw70njjkB2zgwcxjdeVqKouhWIFnE IaOQ== X-Received: by 10.42.145.137 with SMTP id f9mr10824808icv.52.1365392735572; Sun, 07 Apr 2013 20:45:35 -0700 (PDT) Received: from localhost.localdomain (75-101-50-252.dsl.static.sonic.net. [75.101.50.252]) by mx.google.com with ESMTPS id qn10sm14599495igc.6.2013.04.07.20.45.34 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 07 Apr 2013 20:45:35 -0700 (PDT) From: Suriyan Ramasami To: u-boot@lists.denx.de Date: Sun, 7 Apr 2013 20:44:45 -0700 Message-Id: <1365392690-8668-4-git-send-email-suriyan.r@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1365392690-8668-1-git-send-email-suriyan.r@gmail.com> References: <1365392690-8668-1-git-send-email-suriyan.r@gmail.com> X-Mailman-Approved-At: Mon, 08 Apr 2013 06:20:55 +0200 Cc: ecc@cmu.edu Subject: [U-Boot] [PATCH 3/8] ARM: Add Seagate GoFlexHome support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Start with dockstar file and change for GoFlexHome Signed-off-by: Suriyan Ramasami --- board/Seagate/goflexhome/Makefile | 51 +++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 board/Seagate/goflexhome/Makefile diff --git a/board/Seagate/goflexhome/Makefile b/board/Seagate/goflexhome/Makefile new file mode 100644 index 0000000..dc06137 --- /dev/null +++ b/board/Seagate/goflexhome/Makefile @@ -0,0 +1,51 @@ +# +# Copyright (C) 2013 Suriyan Ramasami +# +# Based on dockstar/Makefile originally written by +# Copyright (C) 2010 Eric C. Cooper +# +# Based on sheevaplug/Makefile originally written by +# Prafulla Wadaskar +# (C) Copyright 2009 +# Marvell Semiconductor +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(BOARD).o + +COBJS := goflexhome.o goflexhomemenu.o + +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) +OBJS := $(addprefix $(obj),$(COBJS)) +SOBJS := $(addprefix $(obj),$(SOBJS)) + +$(LIB): $(obj).depend $(OBJS) $(SOBJS) + $(call cmd_link_o_target, $(OBJS) $(SOBJS)) + +######################################################################### + +# defines $(obj).depend target +include $(SRCTREE)/rules.mk + +sinclude $(obj).depend + +#########################################################################