fastboot: add UUU command UCmd and ACmd support
authorHeiko Schocher <hs@denx.de>
Wed, 10 Feb 2021 08:29:03 +0000 (09:29 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 26 Feb 2021 14:30:55 +0000 (15:30 +0100)
commitbc820d5bcc507366677c592e400e120481748c05
tree63020a78f16249aa8bc570a1c3ccfff97ae0c513
parent403c2e46b4e99e87901f90fb879081e5baa6bb0b
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>
doc/android/fastboot-protocol.rst
doc/android/fastboot.rst
drivers/fastboot/Kconfig
drivers/fastboot/fb_command.c
drivers/usb/gadget/f_fastboot.c
include/fastboot.h