[PATCH v2] xen/arm: Standardize R-Car platform Kconfig descriptions

Jahan Murudi posted 1 patch 4 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250606082735.3475058-1-jahan.murudi.zg@renesas.com
xen/arch/arm/platforms/Kconfig | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
[PATCH v2] xen/arm: Standardize R-Car platform Kconfig descriptions
Posted by Jahan Murudi 4 months, 3 weeks ago
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@renesas.com>
---
 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"
-- 
2.34.1
Re: [PATCH v2] xen/arm: Standardize R-Car platform Kconfig descriptions
Posted by Orzel, Michal 4 months, 3 weeks ago

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@renesas.com>
I already gave Rb in v1, so you should have picked it.

Reviewed-by: Michal Orzel <michal.orzel@amd.com>

~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"