From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 69A493858C33 for ; Wed, 26 Jul 2023 00:06:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69A493858C33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id EF03B300089; Wed, 26 Jul 2023 00:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1690329959; bh=cY7u2SWYxxswwiP0wv9x3I+/2uP+tTJe3Xs3hZYjMW4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=rGHzKxyHNNgbrhUdHpEQnMCjGlsWZ3WZgTIo3ByXASWZFaBZ80zjZ5gahXp0rqTmB 6Qn+GNpua30++VVGUPG7nqmnrOTrbuEpOml93hPwK4lbUXB8BVVBojR0wrnLBXa0T4 2/N3JcZ8RxMJJhIJgaSyU4E++MHSQ2eA9BpVSWm0= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH v4 0/1] RISC-V: Extensions from the RISC-V Profiles Date: Wed, 26 Jul 2023 00:05:52 +0000 Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This patch (set) adds 7 unprivileged extensions and 13 privileged extensions, all of which denotes certain platform capability / constraint. This is almost a resend of the previous PATCH v3 (in January 2023) but since the RISC-V Profiles specification is now ratified, it's much safer to merge. [Changes: v2 -> v3] 1. After AIA is upstreamed, I haven't done tidying up with riscv_supported_std_s_ext with my rebased branch. That made location of 'Ssaia' a bit out of place. PATCH v3 fixes this. 2. After version 0.8, the new extension 'Sscounterenw' is added but I missed that. PATCH v3 adds support for this new extension correctly. 3. I made minor changes to ChangeLog part of the commit message (I moved 'H' -> 'Zicsr' dependency for a reason but I didn't mentioned in the ChangeLog). [Changes: v3 -> v4] 1. Rebase against the latest master (with a bit of reordering). 2. Reorder renamed 'Svade' to reflect canonical order. 3. Referenced specification is now the ratified one (version 1.0), not frozen but draft one (version 0.9.2). Thanks, Tsukasa Tsukasa OI (1): RISC-V: Add platform property/capability extensions bfd/elfxx-riscv.c | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) base-commit: 6296109afcd8c8e89b771fbaf092d17a17d4ea99 -- 2.41.0