From patchwork Thu Mar 15 02:16:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 146814 X-Patchwork-Delegate: twarren@nvidia.com 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 8D8EFB6F13 for ; Thu, 15 Mar 2012 13:20:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A310528112; Thu, 15 Mar 2012 03:20:15 +0100 (CET) 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 ut7aoUnrXomm; Thu, 15 Mar 2012 03:20:15 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A61A28113; Thu, 15 Mar 2012 03:17:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1C6FD280A2 for ; Thu, 15 Mar 2012 03:17:14 +0100 (CET) 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 k7HFY0r9w4E7 for ; Thu, 15 Mar 2012 03:17:13 +0100 (CET) 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-gy0-f202.google.com (mail-gy0-f202.google.com [209.85.160.202]) by theia.denx.de (Postfix) with ESMTPS id DF1C4280AF for ; Thu, 15 Mar 2012 03:17:04 +0100 (CET) Received: by ghbz15 with SMTP id z15so414053ghb.3 for ; Wed, 14 Mar 2012 19:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=JcImO3ihHUV8GvjnzE7h84PHlXuyTsNyWlgZfquLYkw=; b=J2mgLc0ZZNL8RlQDb/jWpqFicop0kYe8QfJprOdPiGFYtXOaCwDNTWGFKnlqzZgnN9 q3Di1zh1MCE41BEzjkDoov65J0MXSgND8YPrv4AHnhS1g+nZsthtvZr2ypNSBdSQg9B9 zJHqsAmKVdqdZvl2y8SX8uEd+9bJQcz8n95aDVNlPvFa+FAgmXuOY0Cg0T3zumxFWrMa 8LZEgz+Ggtq7bvOCKdrMHOdWjBNuiB6C0AVkqR2Jz8gK4ImkheZgbSCVs1z/i4UZ7e8Q ekSIF0GDmFVrcSHeFE/ga7eq4SmsFAXX9ck/nTnJu/eKyKEKSbwxNJxRFXVRUHc0TQxH cWTA== Received: by 10.236.165.99 with SMTP id d63mr7742833yhl.7.1331777822183; Wed, 14 Mar 2012 19:17:02 -0700 (PDT) Received: by 10.236.165.99 with SMTP id d63mr7742806yhl.7.1331777822124; Wed, 14 Mar 2012 19:17:02 -0700 (PDT) Received: from wpzn3.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id f16si147273ann.3.2012.03.14.19.17.02 (version=TLSv1/SSLv3 cipher=AES128-SHA); Wed, 14 Mar 2012 19:17:02 -0700 (PDT) Received: from sglass.mtv.corp.google.com (dhcp-172-22-162-38.mtv.corp.google.com [172.22.162.38]) by wpzn3.hot.corp.google.com (Postfix) with ESMTP id 07191100069; Wed, 14 Mar 2012 19:17:02 -0700 (PDT) Received: by sglass.mtv.corp.google.com (Postfix, from userid 121222) id DC87D14662C; Wed, 14 Mar 2012 19:17:01 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Wed, 14 Mar 2012 19:16:24 -0700 Message-Id: <1331777784-8528-28-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1331777784-8528-1-git-send-email-sjg@chromium.org> References: <1331777784-8528-1-git-send-email-sjg@chromium.org> X-Gm-Message-State: ALoCoQk6FqDObP7qyChLcq3X6Nw/Z1TsPuGsGebBiQHU0U/ffJLPWIvz3keOovhBFgXRuf1ZxAUl+0EpLlfjFotx8GquXnb6fsdZY9zSjSHrdispWaIiR4aDrn0AIO09ZsZPvY9aj4CK8xjOrVYaMXj5dhQafppuphaS4EAVlHy7T1bbz++7yOo= Cc: Tom Warren , Stephen Warren Subject: [U-Boot] [PATCH v4 27/27] tegra: Enable generic board for Seaboard. 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 Enable CONFIG_SYS_GENERIC_BOARD for Tegra 2 Seaboard. Signed-off-by: Simon Glass --- Changes in v2: - Add CONFIG_SYS_GENERIC_BOARD to allow board to select generic board - Add PowerPC support - Change generic board to an opt-in system on a per-board basic - Rebase to master Changes in v3: - Rebase on top of x86/master (which has not yet been pulled to master) - Rebase to master Changes in v4: - Drop sc520_timer.c patch (warning already fixed by previous patch) - Rebase to master include/configs/seaboard.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 261f952..11d9e8d 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,6 +27,8 @@ #include #include "tegra2-common.h" +#define CONFIG_SYS_GENERIC_BOARD + /* High-level configuration options */ #define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M" #define V_PROMPT "Tegra2 (SeaBoard) # "