summaryrefslogtreecommitdiffstats
path: root/roms/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-12-17 10:51:41 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:21 -0600
commit121b6ec4d813d403ed64cb4b0910b725a6786cbb (patch)
treedbc948583fe3f84372bf7de326474e825a90753f /roms/Makefile
parentf415b7af4b61a53e7bcddd291c550bb392606d5b (diff)
downloadhqemu-121b6ec4d813d403ed64cb4b0910b725a6786cbb.zip
hqemu-121b6ec4d813d403ed64cb4b0910b725a6786cbb.tar.gz
seabios: stop updating aml files
ACPI aml files traditionally have been managed in the seabios repo. In qemu version 2.0 we've switched over to have qemu generate the acpi tables and provide them to the firmware via fw_cfg. The old aml files are still there and used for old machine types. Well, actually the q35 file only, the piix4 version is compiled into seabios (unless built with CONFIG_ACPI_DSDT=n) and is there for reference only. The aml files havn't been touched for a long time, and given that new features requiring acpi changes are typically only added to new machine types this is unlikely to change in the future. So stop updating them. That allows to cleanup things a bit on the seabios side in the future. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms/Makefile')
-rw-r--r--roms/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile
index 01f2701..7bd1252 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -64,7 +64,6 @@ default:
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-256k/src/fw/*dsdt.aml ../pc-bios/
seavgabios: $(patsubst %,seavgabios-%,$(vgabios_variants))
OpenPOWER on IntegriCloud