]> git.dujemihanovic.xyz Git - u-boot.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)
commitf3d914cfdd5ac611d99f04096497f4cd13dd6aaa
tree4b626251459d59173cf0a36798cd7d8b1086fae5
parentd03799004640abfeb656e9db48d6f9b9e24383fb
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