From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnJRp-00032e-6g for qemu-devel@nongnu.org; Fri, 27 Mar 2009 17:18:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnJRj-00030I-RA for qemu-devel@nongnu.org; Fri, 27 Mar 2009 17:18:39 -0400 Received: from [199.232.76.173] (port=54994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnJRj-00030F-IW for qemu-devel@nongnu.org; Fri, 27 Mar 2009 17:18:35 -0400 Received: from pop-tawny.atl.sa.earthlink.net ([207.69.195.67]:34849) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnJRj-0001Tz-By for qemu-devel@nongnu.org; Fri, 27 Mar 2009 17:18:35 -0400 Message-ID: <49CD42A8.5010602@earthlink.net> Date: Fri, 27 Mar 2009 17:18:32 -0400 From: Robert Reif MIME-Version: 1.0 References: <49C8BD24.3080803@earthlink.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: r6777 breaks running sun OPB images Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, aurelien@aurel32.net, Peter Blue Swirl wrote: > On 3/24/09, Robert Reif wrote: > >> Sparc SS5-170 Open Boot PROM images run differently after this patch. >> >> In particular, POST is no longer run. I can provide the PROM image if >> necessary for testing. >> >> Can we make NVRAM environment variables OBP compatible or persistent some >> how so we can run either OBP or OpenBIOS? >> > > Maybe, if there is a good spec for the variable format and other structures. > > I think adding a persistent mode to NVRAM so it's contents can be either generated for OpenBIOS like it is now or read from and written to a file based on what Open Boot PROM does. That way you don't need to add a new mode to Open BIOS and you don't need to know what Open Boot PROM does.