From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kze3E-0003bK-RI for qemu-devel@nongnu.org; Mon, 10 Nov 2008 16:12:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kze3D-0003an-46 for qemu-devel@nongnu.org; Mon, 10 Nov 2008 16:12:00 -0500 Received: from [199.232.76.173] (port=39082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kze3D-0003ak-1k for qemu-devel@nongnu.org; Mon, 10 Nov 2008 16:11:59 -0500 Received: from smtp5-g19.free.fr ([212.27.42.35]:44323) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kze3B-0001Yd-Rg for qemu-devel@nongnu.org; Mon, 10 Nov 2008 16:11:58 -0500 Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5445D3EA1D4 for ; Mon, 10 Nov 2008 22:11:57 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp5-g19.free.fr (Postfix) with ESMTP id 2DD8A3EA1CA for ; Mon, 10 Nov 2008 22:11:57 +0100 (CET) In-Reply-To: <44ACFEC8-2FF4-41E9-8A63-808F9A06D5FA@web.de> Subject: Re: [Qemu-devel] atapi on ppc issue (was Re: qemu-system-ppc broken ?) From: "=?windows-1252?q?Fran=E7ois?= Revol" Date: Mon, 10 Nov 2008 22:16:16 +0100 CET Message-Id: <5488766353-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable 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 > >>> Of course it'd be much better to switch to a real OF instead... > >>> but I don't have the time for that, couldn't find usable OpenBIOS > >>> images, > >> > >> I once tried to get OpenBIOS working but failed, Laurent appeared > > > to > >> get some further - any update on that=3F > > > > I tried building it for PPC yesterday, but I only had an powerpc- > > apple- > > haiku- gcc around, and it didn't like it... Even after pointing it > > to > > find our stdint.h and endian.h > > Try a Linux (cross-)compiler, I tried natively on Linux/ppc. I don't have a native linux ppc around... and I was too lazy to build yet another cross gcc > > (WTF does it need OS headers to build a > > BIOS =3F=3F=3F). > > It also builds a version you can execute from the shell. Hmm right, specifically for a "cross-ppc" named target, really logical :) Fran=E7ois.