]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fastboot: multiresponse support
authorIon Agorria <ion@agorria.com>
Fri, 5 Jan 2024 07:22:06 +0000 (09:22 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 9 Jan 2024 13:58:33 +0000 (14:58 +0100)
commit85fcd69dc2c03025648a1b1b511c1f10abf87c1e
tree5028e73fe98e012861dcc95d2627bc95d54bf4b7
parentc5e461fbf7cc72f0c1c8a79226b6a5170e56cb4d
fastboot: multiresponse support

Currently u-boot fastboot can only send one message back to host,
so if there is a need to print more than one line messages must be
kept sending until all the required data is obtained. This behavior
can be adjusted using multiresponce ability (getting multiple lines
of response) proposed in this patch.

Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20240105072212.6615-2-clamor95@gmail.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
drivers/fastboot/fb_command.c
drivers/usb/gadget/f_fastboot.c
include/fastboot.h
net/fastboot_udp.c