Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Tom Rini
On Mon, Mar 11, 2024 at 04:14:04PM +0100, Michal Simek wrote: > > > On 3/11/24 16:09, Tom Rini wrote: > > On Mon, Mar 11, 2024 at 03:52:57PM +0100, Michal Simek wrote: > > > > > > > > > On 3/11/24 15:39, Tom Rini wrote: > > > > On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote: > > >

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Michal Simek
On 3/11/24 16:09, Tom Rini wrote: On Mon, Mar 11, 2024 at 03:52:57PM +0100, Michal Simek wrote: On 3/11/24 15:39, Tom Rini wrote: On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote: Hi, On 11/03/24 2:11 pm, Angelo Dureghello wrote: Hi, jfyi, reset support added in qemu merged

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Tom Rini
On Mon, Mar 11, 2024 at 03:52:57PM +0100, Michal Simek wrote: > > > On 3/11/24 15:39, Tom Rini wrote: > > On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote: > > > Hi, > > > > > > On 11/03/24 2:11 pm, Angelo Dureghello wrote: > > > > Hi, > > > > > > > > jfyi, > > > > > > > > reset

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Michal Simek
On 3/11/24 15:39, Tom Rini wrote: On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote: Hi, On 11/03/24 2:11 pm, Angelo Dureghello wrote: Hi, jfyi, reset support added in qemu merged as commit d3c79c3974. Regards, angelo The other issue was with echo commands: => echo $modeboot

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Tom Rini
On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote: > Hi, > > On 11/03/24 2:11 pm, Angelo Dureghello wrote: > > Hi, > > > > jfyi, > > > > reset support added in qemu > > merged as commit d3c79c3974. > > > > Regards, > > angelo > > > The other issue was with echo commands: > => echo

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Love Kumar
Hi, On 11/03/24 2:11 pm, Angelo Dureghello wrote: Hi, jfyi, reset support added in qemu merged as commit d3c79c3974. Regards, angelo The other issue was with echo commands: => echo $modeboot $modeboot => echo $? $? Does HUSH shell is enabled by default for this? Regards, Love Kumar On

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-11 Thread Angelo Dureghello
Hi, jfyi, reset support added in qemu merged as commit d3c79c3974. Regards, angelo On 07/03/24 1:55 PM, Tom Rini wrote: On Thu, Mar 07, 2024 at 09:26:42AM +0100, Michal Simek wrote: On 3/7/24 08:56, Angelo Dureghello wrote: Hi Tom, On 07/03/24 1:10 AM, Tom Rini wrote: On Thu, Mar 07,

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-07 Thread Angelo Dureghello
Hi, On 07/03/24 1:55 PM, Tom Rini wrote: On Thu, Mar 07, 2024 at 09:26:42AM +0100, Michal Simek wrote: On 3/7/24 08:56, Angelo Dureghello wrote: Hi Tom, On 07/03/24 1:10 AM, Tom Rini wrote: On Thu, Mar 07, 2024 at 12:36:42AM +0100, Angelo Dureghello wrote: Hi, On 05/03/24 1:34 PM,

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-07 Thread Tom Rini
On Thu, Mar 07, 2024 at 09:26:42AM +0100, Michal Simek wrote: > > > On 3/7/24 08:56, Angelo Dureghello wrote: > > Hi Tom, > > > > On 07/03/24 1:10 AM, Tom Rini wrote: > > > On Thu, Mar 07, 2024 at 12:36:42AM +0100, Angelo Dureghello wrote: > > > > Hi, > > > > > > > > On 05/03/24 1:34 PM,

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-07 Thread Michal Simek
On 3/7/24 08:56, Angelo Dureghello wrote: Hi Tom, On 07/03/24 1:10 AM, Tom Rini wrote: On Thu, Mar 07, 2024 at 12:36:42AM +0100, Angelo Dureghello wrote: Hi, On 05/03/24 1:34 PM, Michal Simek wrote: On 3/3/24 22:58, Angelo Dureghello wrote: Hi Tom, On Tue, Feb 20, 2024 at 01:11:38PM

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-07 Thread Angelo Dureghello
Hi Tom, On 07/03/24 1:10 AM, Tom Rini wrote: On Thu, Mar 07, 2024 at 12:36:42AM +0100, Angelo Dureghello wrote: Hi, On 05/03/24 1:34 PM, Michal Simek wrote: On 3/3/24 22:58, Angelo Dureghello wrote: Hi Tom, On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: Add a test for reset

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-06 Thread Tom Rini
On Thu, Mar 07, 2024 at 12:36:42AM +0100, Angelo Dureghello wrote: > Hi, > > On 05/03/24 1:34 PM, Michal Simek wrote: > > > > > > On 3/3/24 22:58, Angelo Dureghello wrote: > > > Hi Tom, > > > > On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: > > > > > Add a test for reset commands

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-06 Thread Angelo Dureghello
Hi, On 05/03/24 1:34 PM, Michal Simek wrote: On 3/3/24 22:58, Angelo Dureghello wrote: Hi Tom, On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: Add a test for reset commands which performs resetting of CPU, It does COLD reset by default and WARM reset with -w option.

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-05 Thread Michal Simek
On 3/3/24 22:58, Angelo Dureghello wrote: Hi Tom, On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: Add a test for reset commands which performs resetting of CPU, It does COLD reset by default and WARM reset with -w option. Signed-off-by: Love Kumar Reviewed-by: Tom Rini ---

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-03 Thread Angelo Dureghello
Hi Tom, On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: Add a test for reset commands which performs resetting of CPU, It does COLD reset by default and WARM reset with -w option. Signed-off-by: Love Kumar Reviewed-by: Tom Rini --- Changes in v2: - Set bootmode through boardenv

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-03-02 Thread Tom Rini
On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: > Add a test for reset commands which performs resetting of CPU, It does > COLD reset by default and WARM reset with -w option. > > Signed-off-by: Love Kumar > Reviewed-by: Tom Rini > --- > Changes in v2: > - Set bootmode through

Re: [PATCH v3] test/py: reset: Add a test for reset command

2024-02-20 Thread Tom Rini
On Tue, Feb 20, 2024 at 01:11:38PM +0530, Love Kumar wrote: > Add a test for reset commands which performs resetting of CPU, It does > COLD reset by default and WARM reset with -w option. > > Signed-off-by: Love Kumar Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3] test/py: reset: Add a test for reset command

2024-02-19 Thread Love Kumar
Add a test for reset commands which performs resetting of CPU, It does COLD reset by default and WARM reset with -w option. Signed-off-by: Love Kumar --- Changes in v2: - Set bootmode through boardenv if modeboot is not defined Changes in v3: - Fix the issue with bad pattern found on console