From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Thu, 28 Aug 2014 14:31:43 -0700 Subject: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format In-Reply-To: <20140828211601.GT19374@bill-the-cat> References: <1409248434-25762-1-git-send-email-srae@broadcom.com> <1409248434-25762-2-git-send-email-srae@broadcom.com> <20140828211601.GT19374@bill-the-cat> Message-ID: <53FF9FBF.7090307@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-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!