From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13608 invoked by alias); 25 Jun 2012 19:36:23 -0000 Received: (qmail 13525 invoked by uid 22791); 25 Jun 2012 19:36:22 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f47.google.com (HELO mail-vb0-f47.google.com) (209.85.212.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 19:36:08 +0000 Received: by vbbfr13 with SMTP id fr13so2479614vbb.20 for ; Mon, 25 Jun 2012 12:36:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-gm-message-state; bh=vIaUYTYMu5VaX0T+t3cZy/FI2bZYN+DcfPGILIIMQHw=; b=KOHVU80lTv+8ecImnyOCHO4MeH5sPgeiwVFvlLqLfxjIWsZgAYg+RIb83bC9dlvty4 VbFULmSFXOemsHzBoUaJlgm1BBlQ/kcTRgPkwyj5S0Zr+DjrsLm7j9RiPs1ig8rPrmCv 9Sfcg6FyfXG0I76ROtxtPYS4feZF5fBQB+EJvDvxACFO3jqYoXYhen59XEhOK15MaqF1 fxkOVMDgtOUK5kuiY+5Yq4dh+z9DRpB1ixAh6yzdfv+L6KBNIi6GJ1hF8QxTOxwcreX5 +inkodDROMP1Rgopq4A94zZDOiJcq18XXWXoI3xEWk5x4VCXZWz609WBSQ3KWE2P12G6 mYOw== MIME-Version: 1.0 Received: by 10.221.9.197 with SMTP id ox5mr8848879vcb.17.1340652967696; Mon, 25 Jun 2012 12:36:07 -0700 (PDT) Received: by 10.52.185.201 with HTTP; Mon, 25 Jun 2012 12:36:07 -0700 (PDT) In-Reply-To: <689C75E0D210324F8BE88961219F681624B5BCD276@SC-VEXCH2.marvell.com> References: <689C75E0D210324F8BE88961219F681624B5949520@SC-VEXCH2.marvell.com> <689C75E0D210324F8BE88961219F681624B5BCD276@SC-VEXCH2.marvell.com> Date: Mon, 25 Jun 2012 20:03:00 -0000 Message-ID: Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores From: Ramana Radhakrishnan To: Yi-Hsiu Hsu Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmXeuNc0JDkweioVtbdnQqlhIJj7B+mKuGqEz+O01RDfFPl5Q1QZhiOAcaRJdzWSEwnRRaM X-IsSubscribed: yes 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 X-SW-Source: 2012-06/txt/msg01627.txt.bz2 On 20 June 2012 03:53, Yi-Hsiu Hsu wrote: > marvell-pj4 is added to BE8_LINK_SPEC. > > Modified patch is attached. Missing a modified changelog entry. Ramana > > Thanks! > > B.R. > Yi-Hsiu, Hsu > > -----Original Message----- > From: Ramana Radhakrishnan [mailto:ramana.radhakrishnan@linaro.org] > Sent: Thursday, June 14, 2012 2:19 AM > To: Yi-Hsiu Hsu > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH, ARM] New CPU support for Marvell PJ4 cores > > On 29 May 2012 10:07, Yi-Hsiu Hsu wrote: >> Hi, >> >> This patch maintains Marvell PJ4 cores pipeline description. >> Run arm testsuite on arm-linux-gnueabi and no extra regressions are foun= d. >> >> =A0 =A0 =A0 =A0* config/arm/marvell-pj4.md: New marvell-pj4 pipeline des= cription. >> =A0 =A0 =A0 =A0* config/arm/arm.c (arm_issue_rate): Add marvell_pj4. >> =A0 =A0 =A0 =A0* config/arm/arm-cores.def: Add core marvell-pj4. >> =A0 =A0 =A0 =A0* config/arm/arm-tune.md: Regenerated. >> =A0 =A0 =A0 =A0* config/arm/arm-tables.opt: Regenerated. >> =A0 =A0 =A0 =A0* doc/invoke.texi: Added entry for marvell-pj4. > > This command line option should also be added to BE8_LINK_SPEC similar > to what's done for the other v7-a cores. > > Ok with that change. > > regards, > Ramana > > > >> >> >> Thanks! >> >> P.S. I create the patch from revision 187308, but this revision is unabl= e to build successfully, then I apply this patch to revision 187623 and suc= cessfully build and pass the testsuite. >>