Skip to content

Commit

Permalink
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
Browse files Browse the repository at this point in the history
This reverts commit 4e04ab6.

Also remove pc-bios/bios-fast.bin.

Commit was merged by mistake.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Jul 4, 2016
1 parent 3173a1f commit 3b1154f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -408,8 +408,7 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \
bepo cz

ifdef INSTALL_BLOBS
BLOBS=bios.bin bios-256k.bin bios-fast.bin \
sgabios.bin vgabios.bin vgabios-cirrus.bin \
BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \
acpi-dsdt.aml \
ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \
Expand Down
Binary file removed pc-bios/bios-fast.bin
Binary file not shown.
4 changes: 1 addition & 3 deletions roms/Makefile
Expand Up @@ -61,11 +61,9 @@ default:
@echo " slof -- update slof.bin"
@echo " u-boot.e500 -- update u-boot.e500"

bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k \
build-seabios-config-seabios-fast
bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k
cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin
cp seabios/builds/seabios-256k/bios.bin ../pc-bios/bios-256k.bin
cp seabios/builds/seabios-fast/bios.bin ../pc-bios/bios-fast.bin

seavgabios: $(patsubst %,seavgabios-%,$(vgabios_variants))

Expand Down
27 changes: 0 additions & 27 deletions roms/config.seabios-fast

This file was deleted.

0 comments on commit 3b1154f

Please sign in to comment.