From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMmxY-0002uO-7w for qemu-devel@nongnu.org; Tue, 13 Jan 2009 12:21:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMmxX-0002sg-LH for qemu-devel@nongnu.org; Tue, 13 Jan 2009 12:21:47 -0500 Received: from [199.232.76.173] (port=54912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMmxW-0002rU-7q for qemu-devel@nongnu.org; Tue, 13 Jan 2009 12:21:46 -0500 Received: from rn-out-0910.google.com ([64.233.170.188]:45658) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMmxW-00018x-0h for qemu-devel@nongnu.org; Tue, 13 Jan 2009 12:21:46 -0500 Received: by rn-out-0910.google.com with SMTP id 56so108217rnw.8 for ; Tue, 13 Jan 2009 09:21:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090113170333.GA8697@volta.aurel32.net> References: <20090112201836.GF29483@hall.aurel32.net> <20090112204049.GG29483@hall.aurel32.net> <20090112205042.GA23876@volta.aurel32.net> <20090113170333.GA8697@volta.aurel32.net> Date: Tue, 13 Jan 2009 19:21:45 +0200 Message-ID: Subject: Re: [Qemu-devel] [6271] Use ESCC for PowerMac serial From: Blue Swirl Content-Type: text/plain; charset=UTF-8 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: Aurelien Jarno Cc: qemu-devel@nongnu.org On 1/13/09, Aurelien Jarno wrote: > On Mon, Jan 12, 2009 at 10:59:11PM +0200, Blue Swirl wrote: > > On 1/12/09, Aurelien Jarno wrote: > > > On Mon, Jan 12, 2009 at 09:40:49PM +0100, Aurelien Jarno wrote: > > > > On Mon, Jan 12, 2009 at 10:32:43PM +0200, Blue Swirl wrote: > > > > > On 1/12/09, Aurelien Jarno wrote: > > > > > > On Mon, Jan 12, 2009 at 05:40:24PM +0000, Blue Swirl wrote: > > > > > > > > > > > > > Strange, at least Debian 3.1 R8 (CD and direct -kernel), Debian 4.0 R5 > > > > > (CD and direct -kernel), Debian 4.0 R6 and Gentoo 2008.0 act like > > > > > before. > > > > > > > > I have the same problem with a CDROM, an hard disk, -kernel. > > > > > > > > > What kind of setup do you have? At least OpenBIOS config is not > > > > > standard, you have enabled PCI debugging. > > > > > > > > I have built OpenBIOS by hand, native build. This is the unmodified SVN. > > > > > > > > > > > > > The PCI debugging is enabled by default on the native build, and disable > > > on the cross-build. Disabling the PCI code fixes (or workarounds?) the > > > problem. > > > > It looks like the address of the boot serial is bad, if I change it to > > 0x7f013000, PCI debug output works. Maybe something maps over the > > address at some point. > > > 0x80013000 is in the middle of the PCI space, so you are hitting another > device, probably the VGA card. 0x7f013000 is unused but we have to limit > the memory to 2032MiB How about some higher address then, like 0xef013000?