RE: [PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL

2020-04-08 Thread Patrick DELAUNAY
Dear Wolfgang, > From: Wolfgang Denk > Sent: mercredi 1 avril 2020 13:27 > > Dear Patrick Delaunay, > > In message > <20200331180330.5.I7a042a9ffbb5c2668034eddf5ace91271bb53c5f@changeid> > you wrote: > > Add the bsec driver in SPL, as it is needed by SOC part number detection. > > > > Signed-of

Re: [PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL

2020-04-01 Thread Wolfgang Denk
Dear Patrick Delaunay, In message <20200331180330.5.I7a042a9ffbb5c2668034eddf5ace91271bb53c5f@changeid> you wrote: > Add the bsec driver in SPL, as it is needed by SOC part number detection. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/dts/stm32mp15-u-boot.dtsi | 2 +- > arch/arm/mach

Re: [PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL

2020-04-01 Thread Patrice CHOTARD
Hi Patrick On 3/31/20 6:04 PM, Patrick Delaunay wrote: > Add the bsec driver in SPL, as it is needed by SOC part number detection. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/dts/stm32mp15-u-boot.dtsi | 2 +- > arch/arm/mach-stm32mp/Makefile | 2 +- > arch/arm/mach-stm32mp/bsec.c

[PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL

2020-03-31 Thread Patrick Delaunay
Add the bsec driver in SPL, as it is needed by SOC part number detection. Signed-off-by: Patrick Delaunay --- arch/arm/dts/stm32mp15-u-boot.dtsi | 2 +- arch/arm/mach-stm32mp/Makefile | 2 +- arch/arm/mach-stm32mp/bsec.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff