summaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-28 07:28:22 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-28 07:28:22 +0000
commit175087965268c2792cf6bbb524dbccaadcf1fca4 (patch)
tree7ddc66e9c909abc35a1e5bca5ff87abe668b2cf8 /pc-bios
parente3b60f1d9e1f73e75095e885af66473400bef8aa (diff)
downloadqemu-175087965268c2792cf6bbb524dbccaadcf1fca4.tar.gz
Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Changes:
r150: Try to fix system reset for SMP and SS-10 cases r151: Fix obp_dumb_memalloc r152: Fix mapping more than 2G memory r153: Get a real memory allocator for Sparc, based on PPC ofmem r154: Update totavail when memory is allocated by dumb memory allocator r155: Fix pop_fstr_copy memory leaks - console one prevented Debian 3.1r1 from installing in console=prom mode - fixing this also needed the real malloc/free r156: Hack for building on CIFS directory r157: Allow boot start PC to be different from virtual location (boot mode) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3029 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README3
-rw-r--r--pc-bios/openbios-sparc32bin272948 -> 272948 bytes
-rw-r--r--pc-bios/openbios-sparc64bin410216 -> 475784 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/pc-bios/README b/pc-bios/README
index ba1568e57e..2c50783b77 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 version 149 and Sparc64
- image from version 125.
+ The included Sparc32 and Sparc64 images are built from SVN version 157.
- 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 62cc5eb7b9..4296ee8c66 100644
--- a/pc-bios/openbios-sparc32
+++ b/pc-bios/openbios-sparc32
Binary files differ
diff --git a/pc-bios/openbios-sparc64 b/pc-bios/openbios-sparc64
index 1bf14bd3c2..ace1dae29d 100644
--- a/pc-bios/openbios-sparc64
+++ b/pc-bios/openbios-sparc64
Binary files differ