summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2021-02-10 09:29:03 +0100
committerMarek Vasut <marex@denx.de>2021-02-26 15:30:55 +0100
commitbc820d5bcc507366677c592e400e120481748c05 (patch)
tree63020a78f16249aa8bc570a1c3ccfff97ae0c513 /doc
parent403c2e46b4e99e87901f90fb879081e5baa6bb0b (diff)
downloadu-boot-bc820d5bcc507366677c592e400e120481748c05.tar.gz
u-boot-bc820d5bcc507366677c592e400e120481748c05.tar.xz
u-boot-bc820d5bcc507366677c592e400e120481748c05.zip
fastboot: add UUU command UCmd and ACmd support
add support for the UUU commands ACmd and UCmd. Enable them through the Kconfig option CONFIG_FASTBOOT_UUU_SUPPORT base was commit in NXP kernel 9b149c2a2882: ("MLK-18591-3 android: Add FSL android fastboot support") and ported it to current mainline. Tested this patch on imx6ul based board. Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/android/fastboot-protocol.rst5
-rw-r--r--doc/android/fastboot.rst2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/android/fastboot-protocol.rst b/doc/android/fastboot-protocol.rst
index e723659e49..e8cbd7f24e 100644
--- a/doc/android/fastboot-protocol.rst
+++ b/doc/android/fastboot-protocol.rst
@@ -144,6 +144,11 @@ Command Reference
"powerdown" Power off the device.
+ "ucmd" execute any bootloader command and wait until it
+ finishs.
+
+ "acmd" execute any bootloader command, do not wait.
+
Client Variables
----------------
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
index ce513a2a0f..7611f07038 100644
--- a/doc/android/fastboot.rst
+++ b/doc/android/fastboot.rst
@@ -19,6 +19,8 @@ The current implementation supports the following standard commands:
- ``reboot``
- ``reboot-bootloader``
- ``set_active`` (only a stub implementation which always succeeds)
+- ``ucmd`` (if enabled)
+- ``acmd`` (if enabled)
The following OEM commands are supported (if enabled):