From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Mon, 26 Jan 2015 15:48:59 -0600 Subject: [U-Boot] [PATCH 0/2] Fastboot OEM commands Message-ID: <1422308941-23543-1-git-send-email-robh@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series adds fastboot oem sub-command infrastructure and support for "oem format" command which partitions and formats the storage device. The partition layout is set within the u-boot env and is implemented using the "gpt write" command. Rob Michael Scott (1): fastboot: add "fastboot oem" command support Rob Herring (1): fastboot: add support for "oem format" command drivers/usb/gadget/f_fastboot.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -- 2.1.0