From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hjz3x-0007XP-IF for qemu-devel@nongnu.org; Fri, 04 May 2007 10:47:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hjz3w-0007Vm-0o for qemu-devel@nongnu.org; Fri, 04 May 2007 10:47:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjz3v-0007VY-Nq for qemu-devel@nongnu.org; Fri, 04 May 2007 10:47:11 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjyxH-0000pH-CS for qemu-devel@nongnu.org; Fri, 04 May 2007 10:40:19 -0400 Date: Fri, 4 May 2007 15:37:59 +0100 Subject: Re: [Qemu-devel] [Experimental PATCH]: MIPS Malta YAMON for NetBSD Message-ID: <20070504143758.GA9802@networkno.de> References: <008b01c78b51$6979f2c0$e90d11ac@spb.in.rosprint.ru> <200704301925.43958.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704301925.43958.paul@codesourcery.com> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org, Alexander Voropay Paul Brook wrote: > On Monday 30 April 2007, Alexander Voropay wrote: > > Hi! > > > > This patch add a simply YAMON services ( print() and print_count() ) > > to Malta pseudo-loader. This services are requred for NetBSD to run. > > > > As a result, an *unmodified* NetBSD 3.0 kernel starts to work but hangs > > very early on the PCNET PCI Ethernet (IRQ=0). The PCI is not initialized > > and NetBSD Malta does not contains a PCI fuxup routines. > > > > P.S. The Malta bootloader must acts as PCI BIOS to run NetBSD 3.0 > > and Linux 2.4 . > > Isn't this "bootloader" getting big enough now to warrant building and > shipping as a separately as an actual BIOS image? I committed the patch because it allows to run a number of simple standalone programs available for Malta. But I'd say, that's it in terms of features. Anything more should go in a separate binary. Thiemo