From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sat, 02 Aug 2014 21:10:10 +0200 Subject: [U-Boot] [PATCH 2/2] fastboot: Flash command support In-Reply-To: <1407004218-3676-2-git-send-email-dileep.katta@linaro.org> References: <1407004218-3676-1-git-send-email-dileep.katta@linaro.org> <1407004218-3676-2-git-send-email-dileep.katta@linaro.org> Message-ID: <53DD3792.2070400@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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