diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 09:51:29 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 09:51:29 +0000 |
commit | 513f789f6b187faf1fd533dc6972bbfa021c4381 (patch) | |
tree | cf863f75e7513ed1a29d456a611c4bd2f6c9df8f /pc-bios | |
parent | 7e12f65678b5d6af9ee0fc30322be3b289c87709 (diff) |
Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)
Use firmware configuration device for boot device, kernel, initrd and
kernel command line parameters on PPC, Sparc32 and Sparc64.
Update OpenBIOS images to r479 which supports the change.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6777 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 2 | ||||
-rw-r--r-- | pc-bios/openbios-ppc | bin | 271336 -> 271336 bytes | |||
-rw-r--r-- | pc-bios/openbios-sparc32 | bin | 234116 -> 234116 bytes | |||
-rw-r--r-- | pc-bios/openbios-sparc64 | bin | 476064 -> 476064 bytes |
4 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/README b/pc-bios/README index 247689bcd..4b9b2c5bb 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -42,7 +42,7 @@ firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. The included images for Sparc32, Sparc64 and PowerPC (for 32 and 64 bit - PPC CPUs) are built from OpenBIOS 1.0 release (SVN revision 463). + PPC CPUs) are built from OpenBIOS SVN revision 479. - The PXE roms come from Rom-o-Matic etherboot 5.4.2. pcnet32:pcnet32 -- [0x1022,0x2000] diff --git a/pc-bios/openbios-ppc b/pc-bios/openbios-ppc Binary files differindex 87fd91dab..d0fa6c930 100644 --- a/pc-bios/openbios-ppc +++ b/pc-bios/openbios-ppc diff --git a/pc-bios/openbios-sparc32 b/pc-bios/openbios-sparc32 Binary files differindex 7a8eda91c..8f6289e05 100644 --- a/pc-bios/openbios-sparc32 +++ b/pc-bios/openbios-sparc32 diff --git a/pc-bios/openbios-sparc64 b/pc-bios/openbios-sparc64 Binary files differindex f2ec4f2d0..b23d3bbb2 100644 --- a/pc-bios/openbios-sparc64 +++ b/pc-bios/openbios-sparc64 |