[U-Boot] [PATCH 2/2] fastboot: Flash command support
Jeroen Hofstee
dasuboot at myspectrum.nl
Sat Aug 2 21:10:10 CEST 2014
Hello Dileep,
On 02-08-14 20:30, Dileep Katta wrote:
> Flash command uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization
> Added oem format functionality for GPT table creation
> partitioning code is added as disk/part_fastboot.c for better usability
>
> Fastboot flash command code is enabled and being tested on BeagleBone Black.
> OMAP3 Beagle configuration is modified to fix the build errors, but this configuration needs to be updated as per the flash functionality.
>
> Signed-off-by: Dileep Katta <dileep.katta at linaro.org>
> ---
> common/cmd_fastboot.c | 6 +
> common/cmd_mmc.c | 2 +-
> common/cmd_nvedit.c | 2 +-
> disk/Makefile | 1 +
> disk/part_fastboot.c | 383 ++++++++++++++++++++++++++++++++++++++++
> doc/README.android-fastboot | 26 +++
> drivers/usb/gadget/f_fastboot.c | 185 ++++++++++++++++++-
> include/configs/am335x_evm.h | 23 ++-
> include/configs/omap3_beagle.h | 12 ++
> include/usb/fastboot.h | 175 ++++++++++++++++++
> 10 files changed, 803 insertions(+), 12 deletions(-)
> create mode 100644 disk/part_fastboot.c
> create mode 100644 include/usb/fastboot.h
>
I assume this is just a patch to be within the merge window
and you send a cleaned up version later, right?
Regards,
Jeroen
More information about the U-Boot
mailing list