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: andrzej zaborowski
Subject: Re: [Qemu-devel] [PATCH] Gumstix verdex support
Date: Sun, 18 Nov 2007 02:59:10 +0100

Hi,

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?

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.

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.

Regards,
Andrew




reply via email to

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