Re: [PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-07-29 Thread Patrice CHOTARD
On 7/29/25 06:05, Marek Vasut wrote: > On 6/29/25 9:08 PM, Marek Vasut wrote: > > Hi, > diff --git a/arch/arm/mach-stm32mp/Kconfig.13x b/arch/arm/mach- stm32mp/Kconfig.13x index bc8b3f8cf77..cecf9e3b8c7 100644 --- a/arch/arm/mach-stm32mp/Kconfig.13x +++ b/arch/arm/mac

Re: [PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-07-28 Thread Marek Vasut
On 6/29/25 9:08 PM, Marek Vasut wrote: Hi, diff --git a/arch/arm/mach-stm32mp/Kconfig.13x b/arch/arm/mach- stm32mp/Kconfig.13x index bc8b3f8cf77..cecf9e3b8c7 100644 --- a/arch/arm/mach-stm32mp/Kconfig.13x +++ b/arch/arm/mach-stm32mp/Kconfig.13x @@ -20,7 +20,8 @@ config TARGET_ST_STM32MP13X   e

Re: [PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-06-29 Thread Marek Vasut
On 6/3/25 3:26 PM, Patrick DELAUNAY wrote: Hi, diff --git a/arch/arm/mach-stm32mp/Kconfig.13x b/arch/arm/mach- stm32mp/Kconfig.13x index bc8b3f8cf77..cecf9e3b8c7 100644 --- a/arch/arm/mach-stm32mp/Kconfig.13x +++ b/arch/arm/mach-stm32mp/Kconfig.13x @@ -20,7 +20,8 @@ config TARGET_ST_STM32MP13X

Re: [PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-06-03 Thread Patrick DELAUNAY
Hi, On 5/12/25 19:21, Marek Vasut wrote: Introduce Kconfig options used by SPL on STM32MP13xx and isolate the Kconfig options only used in case TFA BL2 is used as a SPL behind CONFIG_TFABOOT dependency. Signed-off-by: Marek Vasut --- Cc: Cheick Traore Cc: Fabrice Gasnier Cc: Gatien Chevallie

Re: [PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-05-27 Thread Patrice CHOTARD
On 5/12/25 19:21, Marek Vasut wrote: > Introduce Kconfig options used by SPL on STM32MP13xx and isolate > the Kconfig options only used in case TFA BL2 is used as a SPL > behind CONFIG_TFABOOT dependency. > > Signed-off-by: Marek Vasut > --- > Cc: Cheick Traore > Cc: Fabrice Gasnier > Cc: Ga

[PATCH 01/10] ARM: stm32: Add STM32MP13xx SPL Kconfig options

2025-05-12 Thread Marek Vasut
Introduce Kconfig options used by SPL on STM32MP13xx and isolate the Kconfig options only used in case TFA BL2 is used as a SPL behind CONFIG_TFABOOT dependency. Signed-off-by: Marek Vasut --- Cc: Cheick Traore Cc: Fabrice Gasnier Cc: Gatien Chevallier Cc: Lionel Debieve Cc: Pascal Zimmermann