Hello Dileep,

On 02-08-14 21:10, Jeroen Hofstee wrote:
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.ka...@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?


Just in case this is a serious submission, please check with
checkpatch at least (which you are obligated to _before_
sending patches in the first place):

jeroen@yellow:~/software/u-boot$ ./scripts/checkpatch.pl U-Boot-2-2-fastboot-Flash-command-support.patch | wc
    912    3744   33293

Regards,
Jeroen
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to