From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:09:16 +0100 Subject: [U-Boot] Fastboot gadget, v2 In-Reply-To: <1316527323-13007-1-git-send-email-bigeasy@linutronix.de> References: <1316527323-13007-1-git-send-email-bigeasy@linutronix.de> Message-ID: <201202270009.16855.marex@denx.de> 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 contains a smaller version of the fastboot gadget. I removed > the flash/mmc/write to media part and re-add once I'm through with this > basic thing :) > This "basic" gadget supports the retrieval of variables (like serial > number), reboot functionality, download of binary data and booting them in > case the binary data is a bootable image. > I did not include the fastboot client in this series. Remy asked about > this. I could take it and stash it in tools if someone really wants this > to have. This would include the fastboot and libzipfile folder from > Andorid's system/core repository. An online version can be found at [0]. I > haven't seen the library somewhere else than Android. For basic testing, > the library could be excluded. > > v1..v2: > fixed all issues that came up so far, including: > - s/andoir_img_get_kload/android_img_get_kload/ spotted by Mike > - adjusted Copyright message to GPLv2 or later for f_fastboot.c and > removed "change" comments. > - removed two header files in example patch 3/3 > I believe that the "All rights reserved" problem got resolved. Hi, what's the status of this patch/patchset? Thanks M