diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 09:06:09 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 09:42:36 -0500 |
commit | fd646122418ecefcde228d43821d07da79dd99bb (patch) | |
tree | 1d2ef95f172a6bdc556d780b0dfa5ca6049ae21f | |
parent | Update SeaBIOS to latest upstream (diff) | |
download | qemu-kvm-fd646122418ecefcde228d43821d07da79dd99bb.tar.gz qemu-kvm-fd646122418ecefcde228d43821d07da79dd99bb.tar.bz2 qemu-kvm-fd646122418ecefcde228d43821d07da79dd99bb.zip |
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 <aliguori@us.ibm.com>
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | pc-bios/bios.bin | bin | 131072 -> 131072 bytes | |||
-rw-r--r-- | pc-bios/pcbios.bin | bin | 0 -> 131072 bytes | |||
m--------- | roms/pcbios | 0 |
4 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 71494ea48..dd4745e78 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 Binary files differindex 88ef09d0c..107880916 100644 --- a/pc-bios/bios.bin +++ b/pc-bios/bios.bin diff --git a/pc-bios/pcbios.bin b/pc-bios/pcbios.bin Binary files differnew file mode 100644 index 000000000..88ef09d0c --- /dev/null +++ b/pc-bios/pcbios.bin diff --git a/roms/pcbios b/roms/pcbios deleted file mode 160000 -Subproject da5ff65dc9473e3f069736d38b9a189ea14a67e |