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

Simon Glass sjg at chromium.org
Wed Apr 19 03:49:27 CEST 2023


On Wed, 12 Apr 2023 at 12:49, Dmitrii Merkurev <dimorinny at google.com> 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 <dimorinny at google.com>
> Cc: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
> Cc: Simon Glass <sjg at chromium.org>
> Сс: Joe Hershberger <joe.hershberger at ni.com>
> Сс: Ramon Fried <rfried.dev at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Ramon Fried <rfried.dev at gmail.com>
> ---
>  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 <sjg at chromium.org>


More information about the U-Boot mailing list