]> git.dujemihanovic.xyz Git - u-boot.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)
commitc8acbbbf0847744ff2ad98e9d8d4e11d5e37eda2
treee37737cfec46839b48ab3e86d49239f9bf24c451
parent443d319180a68156ca152d164f446e6789004c1d
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