diff options
| author | Ion Agorria <[email protected]> | 2024-01-05 09:22:07 +0200 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2024-01-09 14:58:33 +0100 |
| commit | 475aa9aabee7ab472341d755cc339f1345d5f49e (patch) | |
| tree | 6a979bb795adb476341e7bd00505aa657fd5e36e /doc/android | |
| parent | 85fcd69dc2c03025648a1b1b511c1f10abf87c1e (diff) | |
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 <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'doc/android')
| -rw-r--r-- | doc/android/fastboot-protocol.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/android/fastboot-protocol.rst b/doc/android/fastboot-protocol.rst index e8cbd7f24ea..8bd6d7168f1 100644 --- a/doc/android/fastboot-protocol.rst +++ b/doc/android/fastboot-protocol.rst @@ -173,6 +173,9 @@ The various currently defined names are:: bootloader requiring a signature before it will install or boot images. + all Provides all info from commands above as + they were called one by one + Names starting with a lowercase character are reserved by this specification. OEM-specific names should not start with lowercase characters. |
