
Hello Sean,
On 16.12.22 19:20, Sean Anderson wrote:
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
This commit is based on [1].
[1] https://lore.kernel.org/u-boot/20221215101547.1.Ic4654626494193d6dd4788d14fd...
Changes in v3:
- Further document command capabilities
- Use a separate config for oem run
Changes in v2:
- Document usage
- Keep enum in order
doc/android/fastboot.rst | 18 ++++++++++++++++++ drivers/fastboot/Kconfig | 19 ++++++++++++++----- drivers/fastboot/fb_command.c | 4 ++++ include/fastboot.h | 1 + 4 files changed, 37 insertions(+), 5 deletions(-)
Looks good to me, thanks for the cleanup!
Reviewed-by: Heiko Schocher hs@denx.de
bye, Heiko