[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] xen/arm: Standardize R-Car platform Kconfig descriptions
- To: Jahan Murudi <jahan.murudi.zg@xxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Fri, 6 Jun 2025 10:32:01 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=N/TCQW1pd3VI+rRHtffuWj3s8ar1Gu95HAPmXHB6XyI=; b=DHy1401XYBIKaSnVIS94Gm9Dy6zRAfXQA75WkAfm4fiQNqW2apuPUMPTexCBpWd3E63ZiXb9fzopmX7Hqz9sZjHUc/0YzdoBRfSmUtn2XjG7RK5yBq/NYsZp1AUP5fBwqxHM9NKzD32b+iQWQnZUy49AXAe2q+wv3/Xu6fhKOofn/VEK8z2PE/ybwBrIez6b7zqTRkLgSYzIzzSzelH4IWm81SmsY4ByHAEFZVqZSV9fzCDqTkAXg81bhseJZ5AaALwopkNPgrHSaC1Rhl84+o0LfnyEtj4q6FjaJWauwbf8aA0gOQJ7p6wlzcvWuXjHL460Y3Kh+KQbes4vQw8iPw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=niKRyPSuas780ImQN6DcoiH0q5HCS+NAlwTr8/8Zu3YC0TALwiOUHkQsm6qRtCnLvxjeDjdA9lFVOeTPgarK7K0sn1ognbHVH80VyPxJXtDXxGOTGrgBaOJNHTosvplqRH2QA4fSR+ooAZdaZi1DyWF4EYqS9ZOZidwANFDMWdvi7j/A3UIHPoDORlfwVbODAGm/6t0sMuIDlweqfvc4Tu2vAb5wreInVsb4gBYRh1UEqmrr88R2DfwPKIepw16VAqHJ4RA1SQA1WCBxTGUD98fqMfXlCzyAeHiB+Q6xr7fXtWi98uroZpMf47GvZ95Asj035ioy2JUsfjRizdJqgQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Fri, 06 Jun 2025 08:32:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 06/06/2025 10:27, Jahan Murudi wrote:
> Change "RCar3/RCar4" to "R-Car Gen3/Gen4" to match official Renesas branding.
> Aligns with documentation and industry-standard terminology.
>
> Signed-off-by: Jahan Murudi <jahan.murudi.zg@xxxxxxxxxxx>
I already gave Rb in v1, so you should have picked it.
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
> ---
> 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.
>
> 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.
>
> 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.
>
> config MPSOC
> bool "Xilinx Ultrascale+ MPSoC support"
|