From 0bce98df2639aef1e8af90b271aa91e16d695408 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 29 Aug 2011 21:13:29 +0000 Subject: Add OpenBIOS as a submodule Update OpenBIOS images to r1047 built from submodule. Signed-off-by: Blue Swirl --- .gitmodules | 3 +++ pc-bios/README | 6 +++--- pc-bios/openbios-ppc | Bin 750392 -> 729876 bytes pc-bios/openbios-sparc32 | Bin 381484 -> 381484 bytes pc-bios/openbios-sparc64 | Bin 1598328 -> 1598328 bytes roms/openbios | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 roms/openbios diff --git a/.gitmodules b/.gitmodules index 7884471..c3faa38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "roms/ipxe"] path = roms/ipxe url = git://git.qemu.org/ipxe.git +[submodule "roms/openbios"] + path = roms/openbios + url = git://git.qemu.org/openbios.git diff --git a/pc-bios/README b/pc-bios/README index f74b246..02651fe 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -10,9 +10,9 @@ - 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) - is built from OpenBIOS SVN revision 1044 and Sparc32 and Sparc64 - images are built from OpenBIOS SVN revision 1045. + The included images for PowerPC (for 32 and 64 bit PPC CPUs), + Sparc32 and Sparc64 are built from OpenBIOS SVN revision + 1047. - 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 6525a91..83b7794 100644 Binary files a/pc-bios/openbios-ppc and b/pc-bios/openbios-ppc differ diff --git a/pc-bios/openbios-sparc32 b/pc-bios/openbios-sparc32 index ea9cc32..03353c9 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 7e746b4..c8972ac 100644 Binary files a/pc-bios/openbios-sparc64 and b/pc-bios/openbios-sparc64 differ diff --git a/roms/openbios b/roms/openbios new file mode 160000 index 0000000..ff61d97 --- /dev/null +++ b/roms/openbios @@ -0,0 +1 @@ +Subproject commit ff61d973e5a4a68b29e485b3f88e6a2d1d96cf45 -- cgit v1.1