From patchwork Mon Apr 8 03:44:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suriyan Ramasami X-Patchwork-Id: 234563 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 AD1372C00C5 for ; Mon, 8 Apr 2013 14:21:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5298F4A26D; Mon, 8 Apr 2013 06:21:09 +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 ruwegeq8diuo; Mon, 8 Apr 2013 06:21:09 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3ED484A26E; Mon, 8 Apr 2013 06:20:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D53FD4A248 for ; Mon, 8 Apr 2013 05:51:42 +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 CsSevsnYa6cu for ; Mon, 8 Apr 2013 05:51:42 +0200 (CEST) X-Greylist: delayed 363 seconds by postgrey-1.27 at theia; Mon, 08 Apr 2013 05:51:38 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-f178.google.com (mail-ia0-f178.google.com [209.85.210.178]) by theia.denx.de (Postfix) with ESMTPS id 98BF34A24B for ; Mon, 8 Apr 2013 05:51:37 +0200 (CEST) Received: by mail-ia0-f178.google.com with SMTP id r13so4729943iar.37 for ; Sun, 07 Apr 2013 20:51:36 -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=BDrQ48mRJcAZ3qbjxRttmeWW9sylm/25lhYgZLd477I=; b=JC9YUlaqZnE8KuqN7Y2f74NFnyYsR+4HdY3g2/1NS+jkoojlBK+v7kdyW6x1EwP61X K+yfMzinR+Nxw5U74y30s9H14wg2GR23QrcZJMhxDk9Vzmgd9ENxvuknrBlf9oY/bmc5 DSe9qiagezzby7tq1LgQqw7ppboHfW3YP4JWAFoD/r17Hz4ftVYncpP/IA8r9XXx+zS4 MEq7DTuAmlG/WEn5VwA7le2Ae1dVpYt+nS9qPzWseGl0XTSYOKB7hhaX07yueFhWOHtu ptxXHpU+HTTQf9EiTzsofGFbFpiAQmoDN/Xlu7YzDCfQjrrsnyPaQmchSxTAZqjeZCeB SKMQ== X-Received: by 10.50.5.180 with SMTP id t20mr5355563igt.80.1365392734454; Sun, 07 Apr 2013 20:45:34 -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.33 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 07 Apr 2013 20:45:34 -0700 (PDT) From: Suriyan Ramasami To: u-boot@lists.denx.de Date: Sun, 7 Apr 2013 20:44:44 -0700 Message-Id: <1365392690-8668-3-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 2/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 Signed-off-by: Suriyan Ramasami --- boards.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/boards.cfg b/boards.cfg index 5fc70be..d6f8593 100644 --- a/boards.cfg +++ b/boards.cfg @@ -184,6 +184,7 @@ rd6281a arm arm926ejs - Marvell sheevaplug arm arm926ejs - Marvell kirkwood ib62x0 arm arm926ejs ib62x0 raidsonic kirkwood dockstar arm arm926ejs - Seagate kirkwood +goflexhome arm arm926ejs - Seagate kirkwood tk71 arm arm926ejs tk71 karo kirkwood devkit3250 arm arm926ejs devkit3250 timll lpc32xx jadecpu arm arm926ejs jadecpu syteco mb86r0x