qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Gumstix verdex support


From: Thorsten Zitterell
Subject: Re: [Qemu-devel] [PATCH] Gumstix verdex support
Date: Sun, 18 Nov 2007 17:54:10 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071110)

Hi.

andrzej zaborowski wrote:
On 17/11/2007, Thorsten Zitterell <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]