Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-11-02 Thread Tom Rini
On Sat, Nov 02, 2024 at 10:32:18AM -0600, Simon Glass wrote: [snip] > My workflow for larger things is that I create a load of local > comments. Some of these are real, some are just wip. Then I start > turning into patches once I have something finished and working. Yes I > should add more detail

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-11-02 Thread Simon Glass
Hi Tom, On Fri, 1 Nov 2024 at 20:02, Tom Rini wrote: > > On Fri, Nov 01, 2024 at 04:33:41PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 31 Oct 2024 at 19:28, Tom Rini wrote: > > > > > > On Thu, Oct 31, 2024 at 07:03:19PM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Fri,

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-11-01 Thread Tom Rini
On Fri, Nov 01, 2024 at 04:33:41PM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 31 Oct 2024 at 19:28, Tom Rini wrote: > > > > On Thu, Oct 31, 2024 at 07:03:19PM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 27 Sept 2024 at 04:52, Tom Rini wrote: > > > > > > > > On Thu, Sep 26, 2

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-11-01 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2024 at 19:28, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 07:03:19PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 27 Sept 2024 at 04:52, Tom Rini wrote: > > > > > > On Thu, Sep 26, 2024 at 11:36:00PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On We

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 07:03:19PM +0100, Simon Glass wrote: > Hi Tom, > > On Fri, 27 Sept 2024 at 04:52, Tom Rini wrote: > > > > On Thu, Sep 26, 2024 at 11:36:00PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 25 Sept 2024 at 19:26, Tom Rini wrote: > > > > > > > > On Wed, Sep 25,

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-10-31 Thread Simon Glass
Hi Tom, On Fri, 27 Sept 2024 at 04:52, Tom Rini wrote: > > On Thu, Sep 26, 2024 at 11:36:00PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 25 Sept 2024 at 19:26, Tom Rini wrote: > > > > > > On Wed, Sep 25, 2024 at 02:49:56PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On M

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-26 Thread Tom Rini
On Thu, Sep 26, 2024 at 11:36:00PM +0200, Simon Glass wrote: > Hi Tom, > > On Wed, 25 Sept 2024 at 19:26, Tom Rini wrote: > > > > On Wed, Sep 25, 2024 at 02:49:56PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 23 Sept 2024 at 22:35, Tom Rini wrote: > > > > > > > > On Fri, Sep 20,

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-26 Thread Simon Glass
Hi Tom, On Wed, 25 Sept 2024 at 19:26, Tom Rini wrote: > > On Wed, Sep 25, 2024 at 02:49:56PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 23 Sept 2024 at 22:35, Tom Rini wrote: > > > > > > On Fri, Sep 20, 2024 at 08:01:36AM +0200, Simon Glass wrote: > > > > > > > > > > When Labgrid is

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-25 Thread Tom Rini
On Wed, Sep 25, 2024 at 02:49:56PM +0200, Simon Glass wrote: > Hi Tom, > > On Mon, 23 Sept 2024 at 22:35, Tom Rini wrote: > > > > On Fri, Sep 20, 2024 at 08:01:36AM +0200, Simon Glass wrote: > > > > > > > When Labgrid is used, it can get U-Boot ready for running tests. It > > > prints a message w

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-25 Thread Simon Glass
Hi Tom, On Mon, 23 Sept 2024 at 22:35, Tom Rini wrote: > > On Fri, Sep 20, 2024 at 08:01:36AM +0200, Simon Glass wrote: > > > > When Labgrid is used, it can get U-Boot ready for running tests. It > > prints a message when it has done so. > > > > Add logic to detect this message and accept it. > >

Re: [PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-23 Thread Tom Rini
On Fri, Sep 20, 2024 at 08:01:36AM +0200, Simon Glass wrote: > When Labgrid is used, it can get U-Boot ready for running tests. It > prints a message when it has done so. > > Add logic to detect this message and accept it. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > t

[PATCH v6 01/19] test: Allow signaling that U-Boot is ready

2024-09-19 Thread Simon Glass
When Labgrid is used, it can get U-Boot ready for running tests. It prints a message when it has done so. Add logic to detect this message and accept it. Signed-off-by: Simon Glass --- (no changes since v1) test/py/u_boot_console_base.py | 9 + 1 file changed, 5 insertions(+), 4 delet