Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-15 Thread Lukasz Majewski
Hi Rob, > From: Sebastian Siewior > > This patch adds support for the Android boot-image format. The header > file is from the Android project and got slightly alterted so the > struct + its defines are not generic but have something like a > namespace. The header file is from > bootloader/legac

Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-13 Thread Marek Vasut
On Saturday, April 12, 2014 at 11:54:10 PM, Rob Herring wrote: > On Fri, Apr 11, 2014 at 4:44 PM, Marek Vasut wrote: > > On Thursday, April 10, 2014 at 09:18:05 PM, Rob Herring wrote: > >> From: Sebastian Siewior > >> > >> This patch adds support for the Android boot-image format. The header > >

Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-12 Thread Rob Herring
On Fri, Apr 11, 2014 at 4:44 PM, Marek Vasut wrote: > On Thursday, April 10, 2014 at 09:18:05 PM, Rob Herring wrote: >> From: Sebastian Siewior >> >> This patch adds support for the Android boot-image format. The header >> file is from the Android project and got slightly alterted so the struct +

Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-11 Thread Marek Vasut
On Thursday, April 10, 2014 at 09:18:05 PM, Rob Herring wrote: > From: Sebastian Siewior > > This patch adds support for the Android boot-image format. The header > file is from the Android project and got slightly alterted so the struct + > its defines are not generic but have something like a n

Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-11 Thread Tom Rini
On Thu, Apr 10, 2014 at 02:18:05PM -0500, Rob Herring wrote: > From: Sebastian Siewior > > This patch adds support for the Android boot-image format. The header > file is from the Android project and got slightly alterted so the struct + > its defines are not generic but have something like a na

[U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-10 Thread Rob Herring
From: Sebastian Siewior This patch adds support for the Android boot-image format. The header file is from the Android project and got slightly alterted so the struct + its defines are not generic but have something like a namespace. The header file is from bootloader/legacy/include/boot/bootimg.