From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlVIP-0004z3-Pc for qemu-devel@nongnu.org; Sun, 22 Mar 2009 17:33:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlVIK-0004ri-V0 for qemu-devel@nongnu.org; Sun, 22 Mar 2009 17:33:29 -0400 Received: from [199.232.76.173] (port=37094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlVIK-0004re-Le for qemu-devel@nongnu.org; Sun, 22 Mar 2009 17:33:24 -0400 Received: from pop-cowbird.atl.sa.earthlink.net ([207.69.195.68]:60256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlVIJ-0001jH-UF for qemu-devel@nongnu.org; Sun, 22 Mar 2009 17:33:24 -0400 Message-ID: <49C6AEA0.8000704@earthlink.net> Date: Sun, 22 Mar 2009 17:33:20 -0400 From: Robert Reif MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6777] Use firmware configuration instead of NVRAM ( initial patch by Aurelien Jarno) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed 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: qemu-devel@nongnu.org Cc: Blue Swirl Blue Swirl wrote: > Revision: 6777 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6777 > Author: blueswir1 > Date: 2009-03-08 09:51:29 +0000 (Sun, 08 Mar 2009) > Log Message: > ----------- > Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) > > Use firmware configuration device for boot device, kernel, initrd and > kernel command line parameters on PPC, Sparc32 and Sparc64. > > Update OpenBIOS images to r479 which supports the change. > > Modified Paths: > -------------- > trunk/hw/firmware_abi.h > trunk/hw/ppc_mac.h > trunk/hw/ppc_newworld.c > trunk/hw/ppc_oldworld.c > trunk/hw/sun4m.c > trunk/hw/sun4u.c > trunk/pc-bios/README > trunk/pc-bios/openbios-ppc > trunk/pc-bios/openbios-sparc32 > trunk/pc-bios/openbios-sparc64 > This patch breaks OpenBoot POST for a real SS5-170 prom image.