[PATCH] xen/arm: Kconfig: Fix XEN_START_ADDRESS input prompt

Michal Orzel posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260127131923.123294-1-michal.orzel@amd.com
xen/arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] xen/arm: Kconfig: Fix XEN_START_ADDRESS input prompt
Posted by Michal Orzel 1 week, 3 days ago
Remove the part about platform defined address which is not true. The
help text is correct i.e. 0xFFFFFFFF is used as default value to indicate
that user has not customized this address.

Amends: d736b6eb451b ("xen/arm: mpu: Define Xen start address for MPU systems")
Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 xen/arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
index 442d353b4343..2f2b501fdac4 100644
--- a/xen/arch/arm/Kconfig
+++ b/xen/arch/arm/Kconfig
@@ -28,7 +28,7 @@ config ARCH_DEFCONFIG
 	default "arch/arm/configs/arm64_defconfig" if ARM_64
 
 config XEN_START_ADDRESS
-	hex "Xen start address: keep default to use platform defined address"
+	hex "Xen start address"
 	default 0xFFFFFFFF
 	depends on MPU
 	help
-- 
2.43.0
Re: [PATCH] xen/arm: Kconfig: Fix XEN_START_ADDRESS input prompt
Posted by Bertrand Marquis 1 week, 3 days ago

> On 27 Jan 2026, at 14:19, Michal Orzel <michal.orzel@amd.com> wrote:
> 
> Remove the part about platform defined address which is not true. The
> help text is correct i.e. 0xFFFFFFFF is used as default value to indicate
> that user has not customized this address.
> 
> Amends: d736b6eb451b ("xen/arm: mpu: Define Xen start address for MPU systems")
> Reported-by: Jan Beulich <jbeulich@suse.com>
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>

Acked-by: Bertrand Marquis <bertrand.marquis@arm.com>

Cheers

> ---
> xen/arch/arm/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
> index 442d353b4343..2f2b501fdac4 100644
> --- a/xen/arch/arm/Kconfig
> +++ b/xen/arch/arm/Kconfig
> @@ -28,7 +28,7 @@ config ARCH_DEFCONFIG
> default "arch/arm/configs/arm64_defconfig" if ARM_64
> 
> config XEN_START_ADDRESS
> - hex "Xen start address: keep default to use platform defined address"
> + hex "Xen start address"
> default 0xFFFFFFFF
> depends on MPU
> help
> -- 
> 2.43.0
> 
Re: [PATCH] xen/arm: Kconfig: Fix XEN_START_ADDRESS input prompt
Posted by Julien Grall 1 week, 2 days ago
Hi,

On 27/01/2026 14:00, Bertrand Marquis wrote:
> 
> 
>> On 27 Jan 2026, at 14:19, Michal Orzel <michal.orzel@amd.com> wrote:
>>
>> Remove the part about platform defined address which is not true. The
>> help text is correct i.e. 0xFFFFFFFF is used as default value to indicate
>> that user has not customized this address.
>>
>> Amends: d736b6eb451b ("xen/arm: mpu: Define Xen start address for MPU systems")
>> Reported-by: Jan Beulich <jbeulich@suse.com>
>> Signed-off-by: Michal Orzel <michal.orzel@amd.com>
> 
> Acked-by: Bertrand Marquis <bertrand.marquis@arm.com>

I have queued the patch for staging.

Cheers,

-- 
Julien Grall