Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-31 Thread Tom Rini
On Wed, Aug 23, 2023 at 02:16:52AM +0200, Marek Vasut wrote: > The current CI test worked by sheer luck, the g_dev global pointer > in the fwu library was never initialized and the test equally well > failed on sandbox64. Trigger the main loop in sandbox tests too to > initialize that global state

Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-26 Thread Sughosh Ganu
On Fri, 25 Aug 2023 at 21:30, Marek Vasut wrote: > > On 8/25/23 12:52, Sughosh Ganu wrote: > > On Wed, 23 Aug 2023 at 05:47, Marek Vasut > > wrote: > >> > >> The current CI test worked by sheer luck, the g_dev global pointer > >> in the fwu library was never initialized and the test equally well

Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-25 Thread Simon Glass
On Fri, 25 Aug 2023 at 10:00, Marek Vasut wrote: > > On 8/25/23 12:52, Sughosh Ganu wrote: > > On Wed, 23 Aug 2023 at 05:47, Marek Vasut > > wrote: > >> > >> The current CI test worked by sheer luck, the g_dev global pointer > >> in the fwu library was never initialized and the test equally well

Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-25 Thread Marek Vasut
On 8/25/23 12:52, Sughosh Ganu wrote: On Wed, 23 Aug 2023 at 05:47, Marek Vasut wrote: The current CI test worked by sheer luck, the g_dev global pointer in the fwu library was never initialized and the test equally well failed on sandbox64. Trigger the main loop in sandbox tests too to initia

Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-25 Thread Jassi Brar
On Tue, 22 Aug 2023 at 19:17, Marek Vasut wrote: > > The current CI test worked by sheer luck, the g_dev global pointer > in the fwu library was never initialized and the test equally well > failed on sandbox64. Trigger the main loop in sandbox tests too to > initialize that global state, and move

Re: [PATCH] fwu: Initialize global fwu library state during CI test

2023-08-25 Thread Sughosh Ganu
On Wed, 23 Aug 2023 at 05:47, Marek Vasut wrote: > > The current CI test worked by sheer luck, the g_dev global pointer > in the fwu library was never initialized and the test equally well > failed on sandbox64. Trigger the main loop in sandbox tests too to > initialize that global state, and move

[PATCH] fwu: Initialize global fwu library state during CI test

2023-08-22 Thread Marek Vasut
The current CI test worked by sheer luck, the g_dev global pointer in the fwu library was never initialized and the test equally well failed on sandbox64. Trigger the main loop in sandbox tests too to initialize that global state, and move the sandbox specific exit from fwu_boottime_checks after g_