From: Anthony Liguori Date: Fri, 30 Oct 2009 14:06:09 +0000 (-0500) Subject: Switch pc bios from pc-bios to seabios X-Git-Tag: v0.12.0-rc0~425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd646122418ecefcde228d43821d07da79dd99bb;p=thirdparty%2Fqemu.git Switch pc bios from pc-bios to seabios SeaBIOS is a port of pc-bios to GCC. Besides using a more modern tool chain, SeaBIOS introduces a number of new features including PMM support, better BEV and BCV support, and better PnP support. Signed-off-by: Anthony Liguori --- diff --git a/.gitmodules b/.gitmodules index 71494ea488d..dd4745e78f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "roms/seabios"] path = roms/seabios url = ../seabios.git -[submodule "roms/pcbios"] - path = roms/pcbios - url = ../pcbios.git diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 88ef09d0c97..107880916b4 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ diff --git a/pc-bios/pcbios.bin b/pc-bios/pcbios.bin new file mode 100644 index 00000000000..88ef09d0c97 Binary files /dev/null and b/pc-bios/pcbios.bin differ diff --git a/roms/pcbios b/roms/pcbios deleted file mode 160000 index da5ff65dc94..00000000000 --- a/roms/pcbios +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da5ff65dc9473e3f069736d38b9a189ea14a67eb