]> git.baikalelectronics.ru Git - uboot.git/commit
fastboot: Add OEM run command
authorSean Anderson <sean.anderson@seco.com>
Fri, 16 Dec 2022 18:20:16 +0000 (13:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 20:02:24 +0000 (15:02 -0500)
commitd948c43215556537b7f8814c9d172c8319a8aebd
tree4b626251459d59173cf0a36798cd7d8b1086fae5
parent3b554fa53f7b0b1ed0ce84a5508a26dbb229eeae
fastboot: Add OEM run command

This adds the UUU UCmd functionality as an OEM command. While the
fastboot tool allows sending arbitrary commands as long as they are
prefixed with "oem". This allows running generic U-Boot commands over
fastboot without UUU, which is especially useful when not using USB.
This is really the route we should have gone in the first place when
adding these commands.

While we're here, clean up the UUU Kconfig a bit.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
doc/android/fastboot.rst
drivers/fastboot/Kconfig
drivers/fastboot/fb_command.c
include/fastboot.h