From 60e26a9167ab3bca18f4204616ad30082a6ea389 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 2 Aug 2008 11:18:40 +0000 Subject: 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 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4983 c046a42c-6fe2-441c-8c8c-71466251a162 --- pc-bios/README | 3 +-- pc-bios/openbios-sparc32 | Bin 277044 -> 277044 bytes pc-bios/openbios-sparc64 | Bin 475784 -> 541600 bytes 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'pc-bios') diff --git a/pc-bios/README b/pc-bios/README index 2fe8fa1..5477871 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -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] diff --git a/pc-bios/openbios-sparc32 b/pc-bios/openbios-sparc32 index c17053b..7e1664a 100644 Binary files a/pc-bios/openbios-sparc32 and b/pc-bios/openbios-sparc32 differ diff --git a/pc-bios/openbios-sparc64 b/pc-bios/openbios-sparc64 index 6a4d06b..d132058 100644 Binary files a/pc-bios/openbios-sparc64 and b/pc-bios/openbios-sparc64 differ -- cgit v1.1