From nobody Fri Oct 31 04:22:38 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=renesas.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1749198496097448.8747911464329; Fri, 6 Jun 2025 01:28:16 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.1008119.1387330 (Exim 4.92) (envelope-from ) id 1uNSQk-0006xG-6R; Fri, 06 Jun 2025 08:28:02 +0000 Received: by outflank-mailman (output) from mailman id 1008119.1387330; Fri, 06 Jun 2025 08:28:02 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uNSQk-0006x9-3X; Fri, 06 Jun 2025 08:28:02 +0000 Received: by outflank-mailman (input) for mailman id 1008119; Fri, 06 Jun 2025 08:28:01 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uNSQj-0006kQ-9G for xen-devel@lists.xenproject.org; Fri, 06 Jun 2025 08:28:01 +0000 Received: from rein-hpcbdc09 (unknown [1.7.42.26]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 25962777-42b0-11f0-b894-0df219b8e170; Fri, 06 Jun 2025 10:27:58 +0200 (CEST) Received: by rein-hpcbdc09 (Postfix, from userid 1000) id 6B6A080C0C9F; Fri, 6 Jun 2025 13:57:54 +0530 (IST) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 25962777-42b0-11f0-b894-0df219b8e170 From: Jahan Murudi To: xen-devel@lists.xenproject.org Cc: Jahan Murudi , Stefano Stabellini , Julien Grall , Bertrand Marquis , Michal Orzel , Volodymyr Babchuk Subject: [PATCH v2] xen/arm: Standardize R-Car platform Kconfig descriptions Date: Fri, 6 Jun 2025 13:57:35 +0530 Message-Id: <20250606082735.3475058-1-jahan.murudi.zg@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1749198497947116600 Content-Type: text/plain; charset="utf-8" Change "RCar3/RCar4" to "R-Car Gen3/Gen4" to match official Renesas brandin= g. Aligns with documentation and industry-standard terminology. Signed-off-by: Jahan Murudi Reviewed-by: Michal Orzel --- xen/arch/arm/platforms/Kconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig index 87bf614788..c8bc0bfae3 100644 --- a/xen/arch/arm/platforms/Kconfig +++ b/xen/arch/arm/platforms/Kconfig @@ -22,21 +22,23 @@ config QEMU machine. =20 config RCAR3 - bool "Renesas RCar3 support" + bool "Renesas R-Car Gen3 support" depends on ARM_64 select HAS_SCIF select IPMMU_VMSA help - Enable all the required drivers for Renesas RCar3 + Enable support for Renesas R-Car Generation 3 SoCs (H3, M3, etc.). + Includes all required drivers and platform-specific features. =20 config RCAR4 - bool "Renesas RCar4 support" + bool "Renesas R-Car Gen4 support" depends on ARM_64 select HAS_SCIF select HAS_ITS select IPMMU_VMSA help - Enable all the required drivers for Renesas RCar4 + Enable support for Renesas R-Car Generation 4 SoCs (V4H, V4M, etc.). + Includes all required drivers and platform-specific features. =20 config MPSOC bool "Xilinx Ultrascale+ MPSoC support" --=20 2.34.1