Re: [PATCH v2 06/39] bootstd: Create a function to reset USB

2024-08-11 Thread Simon Glass
Hi Heinrich, On Thu, 8 Aug 2024 at 15:12, Heinrich Schuchardt wrote: > > On 07.08.24 16:36, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 6 Aug 2024 at 19:56, Heinrich Schuchardt wrote: > >> > >> On 06.08.24 14:58, Simon Glass wrote: > >>> Set up a function for this, since it needs to be u

Re: [PATCH v2 06/39] bootstd: Create a function to reset USB

2024-08-08 Thread Heinrich Schuchardt
On 07.08.24 16:36, Simon Glass wrote: Hi Heinrich, On Tue, 6 Aug 2024 at 19:56, Heinrich Schuchardt wrote: On 06.08.24 14:58, Simon Glass wrote: Set up a function for this, since it needs to be used from multiple test files. Signed-off-by: Simon Glass --- (no changes since v1) test/bo

Re: [PATCH v2 06/39] bootstd: Create a function to reset USB

2024-08-07 Thread Simon Glass
Hi Heinrich, On Tue, 6 Aug 2024 at 19:56, Heinrich Schuchardt wrote: > > On 06.08.24 14:58, Simon Glass wrote: > > Set up a function for this, since it needs to be used from multiple test > > files. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > test/boot/boot

Re: [PATCH v2 06/39] bootstd: Create a function to reset USB

2024-08-06 Thread Heinrich Schuchardt
On 06.08.24 14:58, Simon Glass wrote: Set up a function for this, since it needs to be used from multiple test files. Signed-off-by: Simon Glass --- (no changes since v1) test/boot/bootdev.c| 19 ++- test/boot/bootstd_common.c | 12 test/boot/bootstd_c

[PATCH v2 06/39] bootstd: Create a function to reset USB

2024-08-06 Thread Simon Glass
Set up a function for this, since it needs to be used from multiple test files. Signed-off-by: Simon Glass --- (no changes since v1) test/boot/bootdev.c| 19 ++- test/boot/bootstd_common.c | 12 test/boot/bootstd_common.h | 8 3 files changed, 26