]> git.dujemihanovic.xyz Git - u-boot.git/commit
fastboot: implement "getvar all"
authorIon Agorria <ion@agorria.com>
Fri, 5 Jan 2024 07:22:07 +0000 (09:22 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 9 Jan 2024 13:58:33 +0000 (14:58 +0100)
commit475aa9aabee7ab472341d755cc339f1345d5f49e
tree6a979bb795adb476341e7bd00505aa657fd5e36e
parent85fcd69dc2c03025648a1b1b511c1f10abf87c1e
fastboot: implement "getvar all"

This commit implements "fastboot getvar all" listing
by iterating the existing dispatchers that don't require
parameters (as we pass NULL), uses fastboot multiresponse.

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-3-clamor95@gmail.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
doc/android/fastboot-protocol.rst
drivers/fastboot/fb_command.c
drivers/fastboot/fb_getvar.c
include/fastboot-internal.h