Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-28 Thread Stefan Roese
Hi Rasmus, On 28.10.22 14:14, Rasmus Villemoes wrote: On 26/10/2022 21.06, Tim Harvey wrote: 29caf9305b6f cyclic: Use schedule() instead of WATCHDOG_RESET() ^^^ build issue resolved, boot issue on imx8mm-venice resolved, but this is where we now encounter watchdog failures in both the SPL and

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-28 Thread Rasmus Villemoes
On 26/10/2022 21.06, Tim Harvey wrote: > 29caf9305b6f cyclic: Use schedule() instead of WATCHDOG_RESET() > ^^^ build issue resolved, boot issue on imx8mm-venice resolved, but > this is where we now encounter watchdog failures in both the SPL and > U-Boot: > > SPL: > cyclic_register for watchdog@3

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-27 Thread Stefan Roese
Tim, On 27.10.22 17:34, Tim Harvey wrote: On Wed, Oct 26, 2022 at 11:32 PM Stefan Roese wrote: Tim, On 26.10.22 21:06, Tim Harvey wrote: On Wed, Oct 26, 2022 at 5:33 AM Rasmus Villemoes wrote: On 25/10/2022 18.32, Tim Harvey wrote: Greetings, I've noticed a regression since the merge o

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-27 Thread Tim Harvey
On Wed, Oct 26, 2022 at 11:32 PM Stefan Roese wrote: > > Tim, > > On 26.10.22 21:06, Tim Harvey wrote: > > On Wed, Oct 26, 2022 at 5:33 AM Rasmus Villemoes > > wrote: > >> > >> On 25/10/2022 18.32, Tim Harvey wrote: > >>> Greetings, > >>> > >>> I've noticed a regression since the merge of the cyc

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-27 Thread Stefan Roese
On 27.10.22 12:06, Rasmus Villemoes wrote: On 27/10/2022 08.32, Stefan Roese wrote: In this case the watchdog gets started but never reset via cyclic. This is due to cyclic_init never being called in the SPL - where is that supposed to occur? I did not have many targets with WDT in SPL to tes

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-27 Thread Rasmus Villemoes
On 27/10/2022 08.32, Stefan Roese wrote: >> In this case the watchdog gets >> started but never reset via cyclic. This is due to cyclic_init never >> being called in the SPL - where is that supposed to occur? > > I did not have many targets with WDT in SPL to test with. Seems that > I missed to c

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-26 Thread Stefan Roese
Tim, On 26.10.22 21:06, Tim Harvey wrote: On Wed, Oct 26, 2022 at 5:33 AM Rasmus Villemoes wrote: On 25/10/2022 18.32, Tim Harvey wrote: Greetings, I've noticed a regression since the merge of the cyclic framework use for watchdog on my imx8m boards: cyclic_register for watchdog@3028 f

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-26 Thread Tim Harvey
On Wed, Oct 26, 2022 at 5:33 AM Rasmus Villemoes wrote: > > On 25/10/2022 18.32, Tim Harvey wrote: > > Greetings, > > > > I've noticed a regression since the merge of the cyclic framework use > > for watchdog on my imx8m boards: > > > > cyclic_register for watchdog@3028 failed > > WDT: Faile

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-26 Thread Rasmus Villemoes
On 25/10/2022 18.32, Tim Harvey wrote: > Greetings, > > I've noticed a regression since the merge of the cyclic framework use > for watchdog on my imx8m boards: > > cyclic_register for watchdog@3028 failed > WDT: Failed to start watchdog@3028 > > A bisect lead me to the following 3 seq

Re: imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-25 Thread Stefan Roese
Hi Tim, On 25.10.22 18:32, Tim Harvey wrote: Greetings, I've noticed a regression since the merge of the cyclic framework use for watchdog on my imx8m boards: cyclic_register for watchdog@3028 failed WDT: Failed to start watchdog@3028 Could you please post the complete bootlog? Whi

imx8 regression: cyclic_register for watchdog@30280000 failed

2022-10-25 Thread Tim Harvey
Greetings, I've noticed a regression since the merge of the cyclic framework use for watchdog on my imx8m boards: cyclic_register for watchdog@3028 failed WDT: Failed to start watchdog@3028 A bisect lead me to the following 3 sequential patches: 29caf9305b6f cyclic: Use schedule() inst