From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdTeh-0000Qj-4b for qemu-devel@nongnu.org; Thu, 04 Oct 2007 12:34:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdTef-0000OG-ON for qemu-devel@nongnu.org; Thu, 04 Oct 2007 12:34:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdTef-0000O7-Gn for qemu-devel@nongnu.org; Thu, 04 Oct 2007 12:34:29 -0400 Received: from [85.186.197.132] (helo=swpark.galati.ro) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IdTee-0001PZ-NL for qemu-devel@nongnu.org; Thu, 04 Oct 2007 12:34:29 -0400 Message-ID: <470515EC.9080303@comsys.ro> Date: Thu, 04 Oct 2007 19:33:48 +0300 From: Vlad Lungu MIME-Version: 1.0 Subject: Re: [Qemu-devel] U-Boot patch for qemu -M mips TAKE 2 References: <20071004135521.CCC43245B2@gemini.denx.de> In-Reply-To: <20071004135521.CCC43245B2@gemini.denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Denk Cc: qemu-devel@nongnu.org Wolfgang Denk wrote: > In message <4704EA18.3050603@comsys.ro> you wrote: > >> Now with board config file included, so it can be built :-) >> Thiemo, I'll think about the memory size issue and get back to you on that. >> How about a git repo for U-Boot, if this thing takes off? >> > > We actually have already a lot of them - the master repo and the > custodian repositories. Logically, your code should go into the MIPS > repo. I think you should start posting on the U-Boot mailing list > instead of sending to my direct address; see > http://www.denx.de/wiki/UBoot/WebHome for details. > Actually, this was directed at the Qemu list. But thanks for the offer. I suppose they could just point to your repo in the source release/dev tree and store the corresponding source snapshot when doing a binary release with information included in the README, and it would be kosher Re: GPL. > BTW: Your code has a few minor coding style violations (indentation > by spaces instead of TAB), and the signed-off-ny line is missing. > Might be. I use joe/mcedit/vi in random order to edit source files, that's the source of the spaces, and the patch was rather informal so no signoff. I'll re-branch and do a 3-part (GOT,NE2000,qemu) patchset . Vlad