From patchwork Tue Oct 1 02:43:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anshuman Khandual X-Patchwork-Id: 13817358 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E8701CEB2DB for ; Tue, 1 Oct 2024 02:49:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JwIFPpRyxMQuyXdFqTnSJT3FNeI93PfiS10eIvZP22s=; b=ewLfraVawO8x1EYUQi0prbOHmC SyGPYFiKYZwuspUwQk5lZRpW6yd+6wjMSF28kUuk0fzmgyskIgevcGiM3XO9xhe1fXQbGUox/HItI /oLcEHDeOAZZiVJyWBAubW9bokH+v8vpxqGmFOMryzEMOaQHddWDgYLm8E19jRETKVjLTGqQxiv7a UnBPKiMU7MWUq0JPdnv+Uj/7h9YWVnfc0wr/d5w8qObaumM+Wy2kKFdcdD62EDrXWCQkqo8YYreu/ YZkC8rVxhONCnoBuPw3PzFHewAADaNjzpuBY1/1L1UWk9qRFfTgRIsaE48cWqEcX23qI5EYpFF0GQ akiFIbBQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svSwo-00000001ObP-1yfy; Tue, 01 Oct 2024 02:49:10 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svSs6-00000001N9U-2M4d for linux-arm-kernel@lists.infradead.org; Tue, 01 Oct 2024 02:44:20 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CD67C367; Mon, 30 Sep 2024 19:44:46 -0700 (PDT) Received: from a077893.blr.arm.com (a077893.blr.arm.com [10.162.16.61]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DCB9A3F58B; Mon, 30 Sep 2024 19:44:13 -0700 (PDT) From: Anshuman Khandual To: linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, maz@kernel.org Cc: Anshuman Khandual , Oliver Upton , James Morse , Suzuki K Poulose , Catalin Marinas , Will Deacon , Mark Brown Subject: [PATCH 03/47] arm64/sysreg: Update register fields for ID_AA64PFR0_EL1 Date: Tue, 1 Oct 2024 08:13:12 +0530 Message-Id: <20241001024356.1096072-4-anshuman.khandual@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241001024356.1096072-1-anshuman.khandual@arm.com> References: <20241001024356.1096072-1-anshuman.khandual@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240930_194418_662792_0BB58632 X-CRM114-Status: UNSURE ( 7.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This updates ID_AA64PFR0_EL1.RAS and ID_AA64PFR0_EL1.RME register fields as per the definitions based on DDI0601 2024-06. Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Brown Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Anshuman Khandual --- arch/arm64/tools/sysreg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index 0e90d40af2bd..6c0893d0204a 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -873,6 +873,7 @@ EndEnum UnsignedEnum 55:52 RME 0b0000 NI 0b0001 IMP + 0b0010 GPC2 EndEnum UnsignedEnum 51:48 DIT 0b0000 NI @@ -899,6 +900,7 @@ UnsignedEnum 31:28 RAS 0b0000 NI 0b0001 IMP 0b0010 V1P1 + 0b0011 V2 EndEnum UnsignedEnum 27:24 GIC 0b0000 NI