From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 22 May 2018 12:10:59 -0600 Subject: [U-Boot] [PATCH v6 16/18] fastboot: Add support for 'oem format' command In-Reply-To: <20180522092352.19794-17-alex.kiernan@gmail.com> References: <20180522092352.19794-1-alex.kiernan@gmail.com> <20180522092352.19794-17-alex.kiernan@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 May 2018 at 03:23, Alex Kiernan wrote: > Introduce 'oem format' which matches the USB implementation, guard this > with CONFIG_FASTBOOT_CMD_OEM_FORMAT so that you can configure it out. > > Signed-off-by: Alex Kiernan > --- > > Changes in v6: None > Changes in v5: > - new > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/fastboot/Kconfig | 8 ++++++++ > drivers/fastboot/fb_command.c | 33 +++++++++++++++++++++++++++++++++ > include/fastboot.h | 3 +++ > 3 files changed, 44 insertions(+) Reviewed-by: Simon Glass