From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkxlf-000733-7h for qemu-devel@nongnu.org; Wed, 11 Jan 2012 07:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkxlZ-000701-5S for qemu-devel@nongnu.org; Wed, 11 Jan 2012 07:59:03 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:58672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkxlY-0006zt-W4 for qemu-devel@nongnu.org; Wed, 11 Jan 2012 07:58:57 -0500 Received: by iagw33 with SMTP id w33so1285536iag.4 for ; Wed, 11 Jan 2012 04:58:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1326271428-15648-1-git-send-email-javier@dowhile0.org> Date: Wed, 11 Jan 2012 13:58:55 +0100 Message-ID: From: Javier Martinez Canillas Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 1/1] hw: Add IGEPv2 board support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, linaro-toolchain On Wed, Jan 11, 2012 at 1:20 PM, Peter Maydell wrote: > On 11 January 2012 11:53, Javier Martinez Canillas wrote: >> Yes, the IGEPv2 and the Overo are indeed very similar machines so we >> base the hardware modeling on the Overo. >> >> The only differences here are which OMAP version is used to initialize >> the MPU (3630 instead of 3430) and the NAND memory used, Numonyx >> OneNAND instead of Micron NAND. > > That's pretty minor -- can you just use the overo model as is? > I bet nothing at the software level cares that much about the > OMAP version or NAND manufacturer... > Yes, I guess we can use the Overo as is. >> We just add this device model for our clients so I thought it was a >> good idea to post the patch upstream. But feel free to ignore me if >> you think that it doesn't add any value to Linaro QEMU. > > I appreciate the patch. My pushback is really that every new board > we accept carries an implicit future cost for testing/maintenance/etc, > so there needs to be a reasonable set of users who would use this > and not the overo or beagle. > Yes, I totally understand. Then just feel free to just ignore the patch, sorry for the noise. >> Sorry about that, I didn't know that GPLv2 or later was the norm in >> the QEMU project. > > We've just changed recently to asking people to include the "or later" > clause for new code (this is why, as you note, there are some existing > bits of code which are v2-only). > > -- PMM Best regards, Javier