From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Wed, 6 Aug 2014 17:29:34 -0700 Subject: [U-Boot] [PATCH v4 0/5] Implement "fastboot flash" for eMMC In-Reply-To: <201408070216.12601.marex@denx.de> References: <1407369313-13815-1-git-send-email-srae@broadcom.com> <201408070216.12601.marex@denx.de> Message-ID: <53E2C86E.1040905@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14-08-06 05:16 PM, Marek Vasut wrote: > On Thursday, August 07, 2014 at 01:55:08 AM, Steve Rae wrote: >> This series implements the "fastboot flash" command for eMMC devices. >> It supports both raw and sparse images. >> >> NOTES: >> - the support for the "fastboot flash" command is enabled with >> CONFIG_FASTBOOT_FLASH - the support for eMMC is enabled with >> CONFIG_FASTBOOT_FLASH_MMC_DEV - (future) the support for NAND would be >> enabled with CONFIG_FASTBOOT_FLASH_NAND(???) >> >> This has been tested on ARMv7. > > I'll just wait for Tom's comments on 4/5 and 5/5 and will see then. The 1-3/5 > look OK. > > Best regards, > Marek Vasut > THANKS! Steve