On Wed, 12 Apr 2023 at 12:49, Dmitrii Merkurev <[email protected]> wrote: > > Introduce reboot, boot and continue commands support to > TCP fastboot by moving existing UDP logic into the common module. > > Signed-off-by: Dmitrii Merkurev <[email protected]> > Cc: Ying-Chun Liu (PaulLiu) <[email protected]> > Cc: Simon Glass <[email protected]> > Сс: Joe Hershberger <[email protected]> > Сс: Ramon Fried <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Reviewed-by: Ramon Fried <[email protected]> > --- > drivers/fastboot/fb_common.c | 32 ++++++++++++++++++++++++++++++++ > include/fastboot.h | 9 +++++++++ > net/fastboot_tcp.c | 5 ++++- > net/fastboot_udp.c | 29 +---------------------------- > 4 files changed, 46 insertions(+), 29 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

