aboutsummaryrefslogtreecommitdiff
path: root/roms
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-09 17:15:40 +0100
committerThomas Huth <thuth@redhat.com>2023-02-14 09:02:42 +0100
commitb482fb43deb3fa9f5c44fd3da3dde04acec7750f (patch)
tree8ea2428482d947a345c7dfaa18ab9279c09e93d0 /roms
parent77034bbc120281a981f7371ab642762a33cceaea (diff)
downloadqemu-b482fb43deb3fa9f5c44fd3da3dde04acec7750f.zip
qemu-b482fb43deb3fa9f5c44fd3da3dde04acec7750f.tar.gz
qemu-b482fb43deb3fa9f5c44fd3da3dde04acec7750f.tar.bz2
hw/misc/sga: Remove the deprecated "sga" device
It's been deprecated since QEMU v6.2, so it should be OK to finally remove this now. Message-Id: <20230209161540.1054669-1-thuth@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'roms')
-rw-r--r--roms/Makefile9
m---------roms/sgabios0
2 files changed, 1 insertions, 8 deletions
diff --git a/roms/Makefile b/roms/Makefile
index 5e44d97..955f922 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -57,7 +57,6 @@ default help:
@echo "available build targets:"
@echo " bios -- update bios.bin (seabios)"
@echo " vgabios -- update vgabios binaries (seabios)"
- @echo " sgabios -- update sgabios binaries"
@echo " pxerom -- update nic roms (bios only)"
@echo " efirom -- update nic roms (bios+efi)"
@echo " slof -- update slof.bin"
@@ -102,11 +101,7 @@ build-seabios-config-%: config.%
OUT=$(CURDIR)/seabios/builds/$*/ all
-.PHONY: sgabios skiboot qboot
-sgabios:
- $(MAKE) -C sgabios
- cp sgabios/sgabios.bin ../pc-bios
-
+.PHONY: skiboot qboot
pxerom: $(patsubst %,pxe-rom-%,$(pxerom_variants))
@@ -199,8 +194,6 @@ npcm7xx_bootrom:
clean:
rm -rf seabios/.config seabios/out seabios/builds
- $(MAKE) -C sgabios clean
- rm -f sgabios/.depend
$(MAKE) -C ipxe/src veryclean
$(MAKE) -C edk2/BaseTools clean
$(MAKE) -C SLOF clean
diff --git a/roms/sgabios b/roms/sgabios
deleted file mode 160000
-Subproject cbaee52287e5f32373181cff50a00b6c4ac9015