Re: [U-Boot] [PATCH 1/2] image: android: allow booting lz4-compressed kernels

2019-04-08 Thread Eugeniu Rosca
Superseded by https://patchwork.ozlabs.org/patch/1081176/ ("[U-Boot,v2,1/2] image: android: allow booting lz4-compressed kernels") ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] image: android: allow booting lz4-compressed kernels

2019-04-04 Thread Marek Vasut
On 4/4/19 1:14 PM, Eugeniu Rosca wrote: > Hi Marek and thanks for your swift comment, > > On Thu, Apr 04, 2019 at 03:39:30AM +0200, Marek Vasut wrote: >> On 4/3/19 11:35 PM, Eugeniu Rosca wrote: >>> According to Android image format [1], kernel image resides at 1 page >>> offset from the boot imag

Re: [U-Boot] [PATCH 1/2] image: android: allow booting lz4-compressed kernels

2019-04-04 Thread Eugeniu Rosca
Hi Marek and thanks for your swift comment, On Thu, Apr 04, 2019 at 03:39:30AM +0200, Marek Vasut wrote: > On 4/3/19 11:35 PM, Eugeniu Rosca wrote: > > According to Android image format [1], kernel image resides at 1 page > > offset from the boot image address. Grab the magic number from there > >

Re: [U-Boot] [PATCH 1/2] image: android: allow booting lz4-compressed kernels

2019-04-03 Thread Marek Vasut
On 4/3/19 11:35 PM, Eugeniu Rosca wrote: > According to Android image format [1], kernel image resides at 1 page > offset from the boot image address. Grab the magic number from there > and allow U-Boot to handle LZ4-compressed KNL binaries instead of > hardcoding compression type to IH_COMP_NONE.