From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDb8M-0003wQ-Sb for qemu-devel@nongnu.org; Fri, 19 Dec 2008 03:54:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDb8L-0003w1-C3 for qemu-devel@nongnu.org; Fri, 19 Dec 2008 03:54:58 -0500 Received: from [199.232.76.173] (port=59209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDb8L-0003vy-8U for qemu-devel@nongnu.org; Fri, 19 Dec 2008 03:54:57 -0500 Received: from moutng.kundenserver.de ([212.227.126.177]:51305) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDb8K-0004oI-Ku for qemu-devel@nongnu.org; Fri, 19 Dec 2008 03:54:57 -0500 Message-Id: <4212648.59901229676894966.JavaMail.servlet@kundenserver> From: laurent@lvivier.info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Date: Fri, 19 Dec 2008 09:54:54 +0100 Subject: [Qemu-devel] Re: [PATCH 0/2][RFC][PPC] openbios support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aurelien@aurel32.net Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org >Laurent Vivier a =C3=A9crit : >> These two patches allows to load an openbios elf image instead of an >> openhackware image. >>=20 >> [PATCH 1/2][RFC] Modify hw/ppc_oldword.c to use qemu_ram_alloc(). >> [PATCH 2/2][RFC] Load an OpenBios ELF image instead of OpenHackware bina= ry > >Great job! We are closer to get rid of OpenHackware. > >However I have tried those patches with the latest SVN from OpenBios, >and I am unable to get the machine booting. Do we need other patches for >OpenBios or QEMU? It would be nice to make them available, even if they >are not ready for merge. Yes, we need more patches: - for qemu, an nvram cleanup I already sent some month ago, and a little PC= I cleanup patch. - for openbios, at leat one patch to remap ROM in RAM. I'm working hard to make them available, but currently, openbios is able to= load Yaboot and Yaboot is able to load linux, but linux crashes when it is= building its flattened device tree. Regards, Laurent