From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 29 Aug 2014 10:20:44 +0200 Subject: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format In-Reply-To: <53FFA4A8.3010506@broadcom.com> References: <1409248434-25762-1-git-send-email-srae@broadcom.com> <53FF9FBF.7090307@broadcom.com> <53FFA4A8.3010506@broadcom.com> Message-ID: <201408291020.44131.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 On Thursday, August 28, 2014 at 11:52:40 PM, Steve Rae wrote: > On 14-08-28 02:31 PM, Steve Rae wrote: > > On 14-08-28 02:16 PM, Tom Rini wrote: > >> On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: > >>> Add original file (pristine) from : > >>> > >>> https://www.codeaurora.org/cgit/quic/la/kernel/lk/plain/app/aboot/aboot > >>> .c?h=master > >>> > >>> [3b5092d20bd15a7a2879c13e9f64acc48d04af2d] > >>> > >>> Signed-off-by: Steve Rae > >> > >> OK, let us back the truck up, so to speak. This particular version of > >> the file has an odd license. Looking at > >> https://android.googlesource.com/kernel/lk/+/master/app/aboot/aboot.c > >> [54963a727d3e4ed1e945c7ec012b5cc5de168ac5] and it has the normal > >> BSD-3-Clause text. Lets grab and adapt that so we can drop the license > >> issue. > > > > OK -- "v3" coming soon! > > OOPS! -- this "aboot.c" does not contain the support for the "sparse > image format" -- I cannot use this file! > Sorry.... Oh, but you can implement that part into the file with a subsequent patch, no ? Best regards, Marek Vasut