Re: [PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2

2021-10-08 Thread Patrick DELAUNAY
On 10/8/21 1:28 PM, Marek Vasut wrote: On 10/8/21 11:18 AM, Patrick DELAUNAY wrote: Hi Alex, Hi, [...] Without loss of generality, any CONFIG that conflates u-boot options with SPL options is likely to cause some changes down the line. I have a issue today with the generic part of ARM

Re: [PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2

2021-10-08 Thread Marek Vasut
On 10/8/21 11:18 AM, Patrick DELAUNAY wrote: Hi Alex, Hi, [...] Without loss of generality, any CONFIG that conflates u-boot options with SPL options is likely to cause some changes down the line. I have a issue today with the generic part of ARM support: 1/ the PSCI is mandatory for

Re: [PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2

2021-10-08 Thread Patrick DELAUNAY
Hi Alex, On 10/7/21 7:13 PM, Alex G. wrote: Hi Patrick, On 9/14/21 7:26 AM, Patrick DELAUNAY wrote: Hi Alexandru, I think you need to update arch/arm/mach-stm32mp/Kconfig something like:   config STM32MP15x   bool "Support STMicroelectronics STM32MP15x Soc" -    select

Re: [PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2

2021-10-07 Thread Alex G.
Hi Patrick, On 9/14/21 7:26 AM, Patrick DELAUNAY wrote: Hi Alexandru, I think you need to update  arch/arm/mach-stm32mp/Kconfig something like:  config STM32MP15x bool "Support STMicroelectronics STM32MP15x Soc" -    select ARCH_SUPPORT_PSCI if !TFABOOT -    select ARM_SMCCC if

Re: [PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2

2021-09-14 Thread Patrick DELAUNAY
Hi Alexandru, On 9/9/21 4:55 PM, Alexandru Gagniuc wrote: u-boot v2021.10-rc2 Introduced support for booting from FIP images (not to be confused with FIT) for stm32mp. I am also working on a different boot flow based on u-boot's falcon mode. The changes to accommodate the FIP mode inadvertently