From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9138 invoked by alias); 29 Jun 2017 15:13:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 8888 invoked by uid 89); 29 Jun 2017 15:13:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:1050, products, Best X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Jun 2017 15:13:36 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8477B344; Thu, 29 Jun 2017 08:13:35 -0700 (PDT) Received: from [10.2.206.52] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C204D3F557; Thu, 29 Jun 2017 08:13:34 -0700 (PDT) Subject: Re: [PATCH 3/3, GCC/ARM] Add support for ARM Cortex-R52 processor From: Thomas Preudhomme To: Kyrill Tkachov , Ramana Radhakrishnan , Richard Earnshaw , "gcc-patches@gcc.gnu.org" References: <9ab04ae2-a65a-11cc-dfaf-1a20a8137e4e@foss.arm.com> <4a5c2985-ffab-3d06-ac02-acbbaf326869@foss.arm.com> Message-ID: <74b89784-4703-a40d-53df-ebbedb25e3e5@foss.arm.com> Date: Thu, 29 Jun 2017 15:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <4a5c2985-ffab-3d06-ac02-acbbaf326869@foss.arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg02291.txt.bz2 Please ignore this patch. I'll respin the patch on a more recent GCC. Best regards, Thomas On 29/06/17 14:56, Thomas Preudhomme wrote: > Hi, > > This patch adds support for the ARM Cortex-R52 processor rencently > announced. > > [1] https://developer.arm.com/products/processors/cortex-r/cortex-r52 > > ChangeLog entry is as follows: > > *** gcc/ChangeLog *** > > 2017-01-31 Thomas Preud'homme > > * config/arm/arm-cpus.in (cortex-r52): Add new entry. > * config/arm/arm-cpu.h: Regenerate. > * config/arm/arm-cpu-cdata.h: Regenerate. > * config/arm/arm-cpu-data.h: Regenerate. > * config/arm/arm-tables.opt: Regenerate. > * config/arm/bpabi.h (BE8_LINK_SPEC): Add entry for ARM Cortex-R52. > * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM > Cortex-R52. > * doc/invoke.texi: Mention -mtune=cortex-r52. > > Tested by building an arm-none-eabi GCC cross-compiler targeting Cortex-R52. > > Is this ok for stage1? > > Best regards, > > Thomas