]> git.baikalelectronics.ru Git - uboot.git/commit
net: share fastboot boot handle logic between transports
authorDmitrii Merkurev <dimorinny@google.com>
Wed, 12 Apr 2023 18:49:31 +0000 (19:49 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 May 2023 21:48:44 +0000 (17:48 -0400)
commit5173b9e4ff01cb84c959ccd576a808e00a71c0c6
treee37737cfec46839b48ab3e86d49239f9bf24c451
parent8ba74a16bca74bfa48620339b55cb10c141b2ec5
net: share fastboot boot handle logic between transports

Introduce reboot, boot and continue commands support to
TCP fastboot by moving existing UDP logic into the common module.

Signed-off-by: Dmitrii Merkurev <dimorinny@google.com>
Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Simon Glass <sjg@chromium.org>
Сс: Joe Hershberger <joe.hershberger@ni.com>
Сс: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/fastboot/fb_common.c
include/fastboot.h
net/fastboot_tcp.c
net/fastboot_udp.c