Re: [U-Boot] [PATCH v2 3/6] stm32mp1: reset coprocessor status at cold boot

2020-01-08 Thread Tom Rini
On Wed, Oct 30, 2019 at 02:38:30PM +0100, Fabien Dessenne wrote: > Reset ResourceTableAddress and CoprocessorState at cold boot, preserve > these values at standby wakeup. > > Signed-off-by: Fabien Dessenne > Acked-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [PATCH v2 3/6] stm32mp1: reset coprocessor status at cold boot

2019-11-25 Thread Patrick DELAUNAY
Hi Fabien, > From: Fabien DESSENNE > Sent: mercredi 30 octobre 2019 14:39 > > Reset ResourceTableAddress and CoprocessorState at cold boot, preserve these > values at standby wakeup. > > Signed-off-by: Fabien Dessenne Acked-by: Patrick Delaunay Thanks Patrick __

[U-Boot] [PATCH v2 3/6] stm32mp1: reset coprocessor status at cold boot

2019-10-30 Thread Fabien Dessenne
Reset ResourceTableAddress and CoprocessorState at cold boot, preserve these values at standby wakeup. Signed-off-by: Fabien Dessenne --- arch/arm/mach-stm32mp/cpu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-stm32mp/cpu.c b/arch/arm/mach-stm32mp/cpu.c index a46e843