From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPF8K-0003Fo-Cc for qemu-devel@nongnu.org; Sat, 02 Aug 2008 07:18:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPF8J-0003Dy-CO for qemu-devel@nongnu.org; Sat, 02 Aug 2008 07:18:47 -0400 Received: from [199.232.76.173] (port=52917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPF8J-0003Do-7S for qemu-devel@nongnu.org; Sat, 02 Aug 2008 07:18:47 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41886 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KPF8I-0008U5-W5 for qemu-devel@nongnu.org; Sat, 02 Aug 2008 07:18:47 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KPF8G-0008TN-Jh for qemu-devel@nongnu.org; Sat, 02 Aug 2008 11:18:44 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KPF8F-0008Sl-8Y for qemu-devel@nongnu.org; Sat, 02 Aug 2008 11:18:43 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 02 Aug 2008 11:18:43 +0000 Subject: [Qemu-devel] [4983] Update OpenBIOS images to SVN revision 218. 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 Revision: 4983 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4983 Author: blueswir1 Date: 2008-08-02 11:18:40 +0000 (Sat, 02 Aug 2008) Log Message: ----------- Update OpenBIOS images to SVN revision 218. Changes: r186: Revert broken r161, fix identification string printing (Igor Kovalenko) r187: Fix NetBSD reset problem r188: Add a TODO for Sparc r189: Fix some Sparc32 compile warnings r190: Fix some Sparc64 compile warnings r191: Add prototypes for [v]snprintf r192: Add a common header file for libgcc functions r193: Implement obmem for NetBSD loader r194: Add Make dependencies for some files, unify Sparc32/64 build.xml files r195: Remove debug messages r196: Add a.out support for SILO r198: Add a CPU node r199: Add (bogus) memory nodes r200: Add idprom node r201: Make serial console usable r202: Add MMU node and ops r203: Add trap table setting function to client interface r204: Fix MMU translation r205: Handle 32 bit windows, remove now unused files r206: Support for simple boot device selection r207: Fix TLB entry generation r208: Fix printing of exception messages r209: Set up tick_cmpr, update assembly flags r210: Add a clock-frequency node r211: Fix available and total memory Implement a static list of mmu translations Map more pages Add a fake unmap method r212: Fix builtin.c dependencies r213: Add FCode boot loader for Solaris etc. r214: Add correct reset vectors r215: Add T1 and T2 CPUs r216: Fix wrong translations r217: Add bootargs property for kernel command line r218: Finally fix the very obscure problem which prevented normal and especially FCode boot: too small heap (used for Forth memory)! Remove forced arch_init and boot hacks Revision Links: -------------- http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=218 Modified Paths: -------------- trunk/pc-bios/README trunk/pc-bios/openbios-sparc32 trunk/pc-bios/openbios-sparc64 Modified: trunk/pc-bios/README =================================================================== --- trunk/pc-bios/README 2008-08-02 01:57:02 UTC (rev 4982) +++ trunk/pc-bios/README 2008-08-02 11:18:40 UTC (rev 4983) @@ -14,8 +14,7 @@ - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. - The included Sparc32 image is built from SVN revision 185 - and Sparc64 from SVN revision 181. + The included Sparc32 and Sparc64 images are built from SVN revision 218. - The PXE roms come from Rom-o-Matic etherboot 5.4.2. pcnet32:pcnet32 -- [0x1022,0x2000] Modified: trunk/pc-bios/openbios-sparc32 =================================================================== (Binary files differ) Modified: trunk/pc-bios/openbios-sparc64 =================================================================== (Binary files differ)