From patchwork Fri Jan 18 21:12:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 213745 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 A9E1A2C007C for ; Sat, 19 Jan 2013 08:14:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 263CD4A13D; Fri, 18 Jan 2013 22:14:31 +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 BxE2jeM0Z22W; Fri, 18 Jan 2013 22:14:30 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2E2FE4A125; Fri, 18 Jan 2013 22:14:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8E5B14A10F for ; Fri, 18 Jan 2013 22:14:06 +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 5JTnKnxVCldr for ; Fri, 18 Jan 2013 22:14:04 +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-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by theia.denx.de (Postfix) with ESMTPS id 720034A0FA for ; Fri, 18 Jan 2013 22:14:02 +0100 (CET) Received: by mail-da0-f42.google.com with SMTP id z17so1807895dal.1 for ; Fri, 18 Jan 2013 13:14:00 -0800 (PST) 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:x-nvconfidentiality; bh=z22LfWCIDqwjIVW427bfKGf3HYhOs8atJiJA1X8b+FE=; b=n+B78QG+Af6SvI9XFsWi7LdA4ppjqz0+bmEmQN80linXjvLjOLGGtx3FRsrHZut+Nd xNbFmYc25CS51rjqj0+YrrqOK7FeXKI2lzZn3K0JCRHtnNH3zGigpbV1+Quiq+rgAEzM JZS3nvJnqVaOaCQr5glFskXJMQ2Rt60qmc9G0+rMImUG0C28cdtzEDeKJqFLYZ+F3PZq VZTYmqaYtSAx+P6iGRwCF0+1qlc1MyC+NMW7PUbf4zDyQrh3TkOXiW/stVxL5jqxnxWA Dkf22/iWUstqd6bKTA1i+WpOTtiO9ybT8xTIaScHzv9A6K3ZQuv4IcsE7eFjKIbVy2ch SGCA== X-Received: by 10.68.189.65 with SMTP id gg1mr8689776pbc.57.1358543640504; Fri, 18 Jan 2013 13:14:00 -0800 (PST) Received: from localhost.localdomain (ip68-230-103-25.ph.ph.cox.net. [68.230.103.25]) by mx.google.com with ESMTPS id gv9sm3699933pbc.21.2013.01.18.13.13.58 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 18 Jan 2013 13:13:59 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Fri, 18 Jan 2013 14:12:13 -0700 Message-Id: <1358543537-18035-4-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1358543537-18035-1-git-send-email-twarren@nvidia.com> References: <1358543537-18035-1-git-send-email-twarren@nvidia.com> X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH v2 3/7] Tegra114: Add CPU (armv7) files 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 These files are for code that runs on the CPU (A15) on T114 boards. At this time, there is no A15-specific code here. As T114-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren Acked-by: Simon Glass --- Changes in v2: - update all new copyright header dates to 2013 arch/arm/cpu/armv7/tegra114/Makefile | 40 +++++++++++++++++++++++++++++++++ arch/arm/cpu/armv7/tegra114/config.mk | 19 +++++++++++++++ 2 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 arch/arm/cpu/armv7/tegra114/Makefile create mode 100644 arch/arm/cpu/armv7/tegra114/config.mk diff --git a/arch/arm/cpu/armv7/tegra114/Makefile b/arch/arm/cpu/armv7/tegra114/Makefile new file mode 100644 index 0000000..eb98c8e --- /dev/null +++ b/arch/arm/cpu/armv7/tegra114/Makefile @@ -0,0 +1,40 @@ +# +# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. +# +# (C) Copyright 2000-2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope 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, see . +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(SOC).o + +COBJS := $(COBJS-y) +SRCS := $(COBJS:.o=.c) +OBJS := $(addprefix $(obj),$(COBJS)) + +all: $(obj).depend $(LIB) + +$(LIB): $(OBJS) + $(call cmd_link_o_target, $(OBJS)) + +######################################################################### + +# defines $(obj).depend target +include $(SRCTREE)/rules.mk + +sinclude $(obj).depend + +######################################################################### diff --git a/arch/arm/cpu/armv7/tegra114/config.mk b/arch/arm/cpu/armv7/tegra114/config.mk new file mode 100644 index 0000000..cb1a19d --- /dev/null +++ b/arch/arm/cpu/armv7/tegra114/config.mk @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. +# +# (C) Copyright 2002 +# Gary Jennejohn, DENX Software Engineering, +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope 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, see . +# +CONFIG_ARCH_DEVICE_TREE := tegra114