Re: [PATCH 3/3] net: share fastboot boot handle logic between transports

2023-04-01 Thread Ramon Fried
On Sat, Apr 1, 2023 at 9:36 AM Simon Glass wrote: > > On Wed, 29 Mar 2023 at 09:31, Dmitrii Merkurev wrote: > > > > Introduce reboot, boot and continue commands support to > > TCP fastboot by moving existing UDP logic into the common module. > > > > Cc: Ying-Chun Liu (PaulLiu) > > Cc: Simon Glas

Re: [PATCH 3/3] net: share fastboot boot handle logic between transports

2023-03-31 Thread Simon Glass
On Wed, 29 Mar 2023 at 09:31, Dmitrii Merkurev wrote: > > Introduce reboot, boot and continue commands support to > TCP fastboot by moving existing UDP logic into the common module. > > Cc: Ying-Chun Liu (PaulLiu) > Cc: Simon Glass > Сс: Joe Hershberger > Сс: Ramon Fried > Signed-off-by: Dmitr

[PATCH 3/3] net: share fastboot boot handle logic between transports

2023-03-28 Thread Dmitrii Merkurev
Introduce reboot, boot and continue commands support to TCP fastboot by moving existing UDP logic into the common module. Cc: Ying-Chun Liu (PaulLiu) Cc: Simon Glass Сс: Joe Hershberger Сс: Ramon Fried Signed-off-by: Dmitrii Merkurev --- drivers/fastboot/fb_common.c | 32 +++