From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItnPU-0001TA-Gh for qemu-devel@nongnu.org; Sun, 18 Nov 2007 11:54:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItnPS-0001Qa-MF for qemu-devel@nongnu.org; Sun, 18 Nov 2007 11:54:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItnPS-0001QL-Gx for qemu-devel@nongnu.org; Sun, 18 Nov 2007 11:54:14 -0500 Received: from mini003.webpack.hosteurope.de ([80.237.130.132]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItnPS-00068O-1I for qemu-devel@nongnu.org; Sun, 18 Nov 2007 11:54:14 -0500 Message-ID: <47406E32.5080101@gmx.net> Date: Sun, 18 Nov 2007 17:54:10 +0100 From: Thorsten Zitterell MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Gumstix verdex support References: <473F393F.2040701@gmx.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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: qemu-devel@nongnu.org Hi. andrzej zaborowski wrote: > On 17/11/2007, Thorsten Zitterell wrote: >> Patch to add gumstix verdex board support. > > The code has: > > + /* Interrupt line of NIC is connected to GPIO line 49 */ > + smc91c111_init(&nd_table[0], 0x04000300, > + pxa2xx_gpio_in_get(cpu->gpio)[99]); > > Should it be 49 or 99? 99 is right. > Regarding the usage example, I think not many people will look into > the code for this kind of information, it would be of more use in the > mailing list archives and optionally the docs. I will give better documentation and provide example images for the docs soon. > Do these boards have an LCD? If not, you can pass NULL as the "ds" > parameter to pxa2xx_init() I think (not tested). I see that -nographic > is used in both examples. There are optional LCDs for both connex and verdex boards. I do not have one so I could not test how they are supposed to work on the real hardware. However, booting a Gumstix image in QEMU shows graphical output with the company logo when not using "-nographic". -- Thorsten