From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLJiN-0000Ub-Jr for qemu-devel@nongnu.org; Thu, 07 Sep 2006 09:14:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLJiM-0000RI-1Z for qemu-devel@nongnu.org; Thu, 07 Sep 2006 09:14:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLJiL-0000RF-VY for qemu-devel@nongnu.org; Thu, 07 Sep 2006 09:14:41 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GLJii-0007Dz-MD for qemu-devel@nongnu.org; Thu, 07 Sep 2006 09:15:04 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Load PL110 module driver to reserve a specified address? Date: Thu, 7 Sep 2006 14:14:35 +0100 References: <20060907111206.11214.qmail@web38110.mail.mud.yahoo.com> In-Reply-To: <20060907111206.11214.qmail@web38110.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609071414.37015.paul@codesourcery.com> 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 On Thursday 07 September 2006 12:12, Tieu Ma Dau wrote: > Hi all, > I run ARM Linux kernel on Qemu ARM simulator. In this simulator, PL110 > LCD controller is at 0xc0000000 and PL110 driver will control LCD device at > this address. For my project, I want to add a new PL110 LCD controller at > 0x1b000000, so I don't know how I can load / insmod the second PL110 module > driver so that this module driver can control the second PL110 LCD > controller at 0x1b000000. Thanks for any reply. This is the wrong place for this question. Ask your OS vendor. Paul