From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sat, 02 Aug 2014 23:13:03 +0200 Subject: [U-Boot] [PATCH 2/2] fastboot: Flash command support In-Reply-To: <53DD3792.2070400@myspectrum.nl> References: <1407004218-3676-1-git-send-email-dileep.katta@linaro.org> <1407004218-3676-2-git-send-email-dileep.katta@linaro.org> <53DD3792.2070400@myspectrum.nl> Message-ID: <53DD545F.1030308@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 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 >> --- >> 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 at yellow:~/software/u-boot$ ./scripts/checkpatch.pl U-Boot-2-2-fastboot-Flash-command-support.patch | wc 912 3744 33293 Regards, Jeroen