Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-04-12 Thread Aneesh V
On 03/17/2012 03:05 PM, Wolfgang Denk wrote: Dear Aneesh V, In message<4f153c83.20...@ti.com> you wrote: What is your final call on this? The above arguments sound convincing to me, but I have to admit that I am no legal expert. Either way, it will be great to have a closure on this. Lack of

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-03-17 Thread Wolfgang Denk
Dear Aneesh V, In message <4f153c83.20...@ti.com> you wrote: > > What is your final call on this? The above arguments sound convincing > to me, but I have to admit that I am no legal expert. Either way, it > will be great to have a closure on this. Lack of fastboot support was > the greatest impe

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-03-17 Thread Wolfgang Denk
Dear Sebastian, In message <2023100316.ga6...@linutronix.de> you wrote: > > >No, it's the "Redistributions in binary form must reproduce..." > >clause. ... > So right now, I don't see why those two should not be compatible. Plus > the FSF claims that they are [1]. Sorry, my fault. I confuse

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-02-08 Thread Tom Rini
On Thu, Feb 2, 2012 at 2:28 AM, Aneesh V wrote: > Dear Wolfgang, > > > On Tuesday 17 January 2012 02:46 PM, Aneesh V wrote: >> >> Dear Wolfgang, >> >> On Wednesday 23 November 2011 03:33 PM, Sebastian Andrzej Siewior wrote: >>> >>> * Wolfgang Denk | 2011-11-22 20:04:47 [+0100]: >>> Dear Sebas

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-02-02 Thread Aneesh V
Dear Wolfgang, On Tuesday 17 January 2012 02:46 PM, Aneesh V wrote: Dear Wolfgang, On Wednesday 23 November 2011 03:33 PM, Sebastian Andrzej Siewior wrote: * Wolfgang Denk | 2011-11-22 20:04:47 [+0100]: Dear Sebastian Andrzej Siewior, In message<2022123007.ga5...@linutronix.de> you wrot

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2012-01-17 Thread Aneesh V
Dear Wolfgang, On Wednesday 23 November 2011 03:33 PM, Sebastian Andrzej Siewior wrote: * Wolfgang Denk | 2011-11-22 20:04:47 [+0100]: Dear Sebastian Andrzej Siewior, In message<2022123007.ga5...@linutronix.de> you wrote: + * Redistribution and use in source and binary forms, with or

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2011-11-23 Thread Sebastian Andrzej Siewior
* Wolfgang Denk | 2011-11-22 20:04:47 [+0100]: >Dear Sebastian Andrzej Siewior, > >In message <2022123007.ga5...@linutronix.de> you wrote: >> >> >> + * Redistribution and use in source and binary forms, with or without >> >> + * modification, are permitted provided that the following conditio

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2011-11-22 Thread Wolfgang Denk
Dear Sebastian Andrzej Siewior, In message <2022123007.ga5...@linutronix.de> you wrote: > > >> + * Redistribution and use in source and binary forms, with or without > >> + * modification, are permitted provided that the following conditions > >> + * are met: > >> + * * Redistributions of so

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2011-11-22 Thread Sebastian Andrzej Siewior
* Wolfgang Denk | 2011-11-21 21:19:07 [+0100]: >Dear Sebastian Andrzej Siewior, Hi Wolfgang, >Please provide _exact_ reference where this code has been copied from, >see bullet 4 etc. at >http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign > >Also please provide exact inf

Re: [U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2011-11-21 Thread Wolfgang Denk
Dear Sebastian Andrzej Siewior, In message <1321884575-2993-2-git-send-email-bige...@linutronix.de> you wrote: > 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

[U-Boot] [PATCH 1/2] image: add support for Android's boot image format

2011-11-21 Thread Sebastian Andrzej 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.h. The header parsing has