From: Alexander Graf Date: Fri, 17 Jun 2011 00:56:56 +0000 (+0200) Subject: PPC: update openbios firmware X-Git-Tag: v0.15.0-rc0~112^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a59106cbbb53917352b3e76c5551b65432878e19;p=qemu.git PPC: update openbios firmware There were some changes upstream to account for broken usage of mtmsr, so before applying the mtmsr patch we need to update OpenBIOS, otherwise the PPC target would break. Signed-off-by: Alexander Graf --- diff --git a/pc-bios/README b/pc-bios/README index fe221a940..40568f82a 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -10,8 +10,10 @@ - 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 image for PowerPC (for 32 and 64 bit PPC CPUs), Sparc32 - and Sparc64 are built from OpenBIOS SVN revision 1018. + The included image for PowerPC (for 32 and 64 bit PPC CPUs), + + PowerPC is built from OpenBIOS SVN revision 1044 + Sparc32 and Sparc64 are built from OpenBIOS SVN revision 1018. - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware implementation for certain IBM POWER hardware. The sources are at diff --git a/pc-bios/openbios-ppc b/pc-bios/openbios-ppc index ee6f5ae3b..6525a9199 100644 Binary files a/pc-bios/openbios-ppc and b/pc-bios/openbios-ppc differ