From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Tue, 12 Nov 2019 21:52:04 +0100 Subject: [Buildroot] [PATCH v2 1/1] arch/config.in.arc: Introduce the ARC optimized hs38 config In-Reply-To: <20191112153443.15715-2-vgupta@synopsys.com> References: <20191112153443.15715-1-vgupta@synopsys.com> <20191112153443.15715-2-vgupta@synopsys.com> Message-ID: <20191112215204.0ea65eb9@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, 12 Nov 2019 07:34:43 -0800 Vineet Gupta wrote: > This corresponds to -mcu=hs38 with mpy-option=9 (64-bit multiplier) > > Signed-off-by: Vineet Gupta > --- > Changes since v1 > - Retained BR2_hs38 build semantics (dropped BR2_archs) > - Introduced BR2_hs38_64mpy for generating double multiply instructions > --- > arch/Config.in.arc | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF5A4C43331 for ; Tue, 12 Nov 2019 20:52:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BA06221872 for ; Tue, 12 Nov 2019 20:52:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LszIYR9J" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BA06221872 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oxVgxn6I/JOKzd/qRXYbz63feFz1clvTrpchXODAhhI=; b=LszIYR9JJyelqx 0AN3z220baHu9OXWmyU/hKZA4FPw1fWnX1MvSRSzsfMnCX3w3P/YnXxid4+lQJAzoW5rmaiOFrpyA StPa/4ujvQaZo5HTR1tJWzIPYzlwNGuxGej2Zs3sonEVi0xu9mLyVyp6nS5aYfqy3rl3YVV2KayfX 76kRXOxt4weEbtFT0kpwfVM289fCwkVNI2Yedev1xplO+5KlhZ9OaM/ce2Qgf2t2pT5EX0mTFQ82r LlviQxbNsF9HkxT9yp0GiB9x8nM3hEr33u9wBv8U4f204qWaL355Rx7w4t1yqYp2OJyHhZhGNvEYW 56aS8yab30chbApCQh8g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUd9B-0005Vh-CM; Tue, 12 Nov 2019 20:52:21 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iUd97-0005Uz-Pt for linux-snps-arc@lists.infradead.org; Tue, 12 Nov 2019 20:52:19 +0000 X-Originating-IP: 90.76.216.45 Received: from windsurf (lfbn-1-2159-45.w90-76.abo.wanadoo.fr [90.76.216.45]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 3DD0820003; Tue, 12 Nov 2019 20:52:05 +0000 (UTC) Date: Tue, 12 Nov 2019 21:52:04 +0100 From: Thomas Petazzoni To: Vineet Gupta Subject: Re: [Buildroot] [PATCH v2 1/1] arch/config.in.arc: Introduce the ARC optimized hs38 config Message-ID: <20191112215204.0ea65eb9@windsurf> In-Reply-To: <20191112153443.15715-2-vgupta@synopsys.com> References: <20191112153443.15715-1-vgupta@synopsys.com> <20191112153443.15715-2-vgupta@synopsys.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4git49 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191112_125217_975245_358678ED X-CRM114-Status: UNSURE ( 8.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@busybox.net, linux-snps-arc@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Tue, 12 Nov 2019 07:34:43 -0800 Vineet Gupta wrote: > This corresponds to -mcu=hs38 with mpy-option=9 (64-bit multiplier) > > Signed-off-by: Vineet Gupta > --- > Changes since v1 > - Retained BR2_hs38 build semantics (dropped BR2_archs) > - Introduced BR2_hs38_64mpy for generating double multiply instructions > --- > arch/Config.in.arc | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc