From patchwork Wed Apr 3 13:44:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 233470 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 400952C00A7 for ; Thu, 4 Apr 2013 00:51:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A06A54A204; Wed, 3 Apr 2013 15:51:23 +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 1jWLkGr7Lf0o; Wed, 3 Apr 2013 15:51:23 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E9C804A1DE; Wed, 3 Apr 2013 15:51:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F38A4A1C0 for ; Wed, 3 Apr 2013 15:51:12 +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 9v1HgcppvpMI for ; Wed, 3 Apr 2013 15:51:11 +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-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by theia.denx.de (Postfix) with ESMTPS id 2D6B24A1F4 for ; Wed, 3 Apr 2013 15:51:04 +0200 (CEST) Received: by mail-ie0-f182.google.com with SMTP id at1so1678526iec.27 for ; Wed, 03 Apr 2013 06:51:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=B+nLnOqy/lLXpgUkS+2ebsvE6MA00KSsGfIjSoK9Jdc=; b=c3hhHPbwGh8Xk1UYEG6xg2DaFmIG3flaS8UpPVSkJQrD5HF0OiiSBAiuy1Q562GZsX EO+fckhXQr0jNzMTk+2xAhrUXG3aSuCNTbNzf8NZTSPCVDUPdJK6r4F7QTPATXPyPq6j DiaWtpw+F59lw/YSuL3b2qr2QhL7u4LU2fbByNMQ0YV9ZuRhCSofUaJDdMlknkjiR103 fhEyDkJ9PKQ82IZjpnCRJK9YaSkkW20JdhC29fTZCHhudR+sYGf8WCW9mr5QHzhcoY2X IChR/hEonYL8ARSZNhcR7M2QHzx5DntLyYRMiU9MOPZwMLZHTGwxROMJ8MsM1GPLM2Uz kVgQ== X-Received: by 10.50.119.102 with SMTP id kt6mr1141377igb.12.1364996725347; Wed, 03 Apr 2013 06:45:25 -0700 (PDT) Received: from slackpad.calxeda.com (f053083090.adsl.alicedsl.de. [78.53.83.90]) by mx.google.com with ESMTPS id dy5sm4402417igc.1.2013.04.03.06.45.23 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Apr 2013 06:45:24 -0700 (PDT) From: Andre Przywara To: u-boot@lists.denx.de Date: Wed, 3 Apr 2013 15:44:35 +0200 Message-Id: <1364996676-25361-5-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1364996676-25361-1-git-send-email-andre.przywara@linaro.org> References: <1364996676-25361-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQltj06wQFO+w1yTPTSHAlVDC7XofpT4ZwfOGhtrw33dD4uNk+vC20WzOQju4H5UInUgj15i Cc: jon.medhurst@linaro.org Subject: [U-Boot] [PATCH 4/5] ARM: vexpress: add support for Versatile Express Cortex-A15-TC2 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 This adds support for the Cortex-A15-TC2 core tile for the Versatile Express board by ARM. This is mostly a copy of the A5 support file, but will be extended later with A15 specific options. Signed-off-by: Andre Przywara --- boards.cfg | 1 + include/configs/vexpress_ca15_tc2.h | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 include/configs/vexpress_ca15_tc2.h diff --git a/boards.cfg b/boards.cfg index df8d5e5..e6a86a8 100644 --- a/boards.cfg +++ b/boards.cfg @@ -232,6 +232,7 @@ versatilepb arm arm926ejs versatile armltd versatileqemu arm arm926ejs versatile armltd versatile versatile:ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB integratorap_cm946es arm arm946es integrator armltd - integratorap:CM946ES integratorcp_cm946es arm arm946es integrator armltd - integratorcp:CM946ES +vexpress_ca15_tc2 arm armv7 vexpress armltd vexpress_ca5x2 arm armv7 vexpress armltd vexpress_ca9x4 arm armv7 vexpress armltd am335x_evm arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1 diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h new file mode 100644 index 0000000..9e230ad --- /dev/null +++ b/include/configs/vexpress_ca15_tc2.h @@ -0,0 +1,36 @@ +/* + * (C) Copyright 2013 Linaro + * Andre Przywara, + * + * Configuration for Versatile Express. Parts were derived from other ARM + * configurations. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + */ + +#ifndef __VEXPRESS_CA15X2_TC2_h +#define __VEXPRESS_CA15X2_TC2_h + +#define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP +#include "vexpress_common.h" +#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca15x2_tc2" + +#define CONFIG_SYS_CLK_FREQ 24000000 + +#endif