From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: seabios@seabios.org, Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 4/6] seabios: stop updating aml files
Date: Thu, 17 Dec 2015 11:40:47 +0100 [thread overview]
Message-ID: <1450348849-21204-5-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1450348849-21204-1-git-send-email-kraxel@redhat.com>
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>
---
roms/Makefile | 1 -
1 file changed, 1 deletion(-)
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))
--
1.8.3.1
next prev parent reply other threads:[~2015-12-17 10:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-17 10:40 [Qemu-devel] [PATCH 0/6] seabios: update to release 1.9.0 Gerd Hoffmann
2015-12-17 10:40 ` [Qemu-devel] [PATCH 1/6] seabios: update submodule " Gerd Hoffmann
2015-12-17 10:40 ` [Qemu-devel] [PATCH 2/6] seabios: update 128k bios config Gerd Hoffmann
2015-12-17 10:40 ` [Qemu-devel] [PATCH 3/6] seabios: use new EXTRAVERSION to tag qemu builds Gerd Hoffmann
2015-12-17 10:40 ` Gerd Hoffmann [this message]
2015-12-17 10:40 ` [Qemu-devel] [PATCH 5/6] seabios: update binaries to release 1.9.0 Gerd Hoffmann
2015-12-17 10:40 ` [Qemu-devel] [PATCH 6/6] q35: skip q35-acpi-dsdt.aml load if not needed Gerd Hoffmann
2015-12-17 16:49 ` Marcel Apfelbaum
2015-12-17 17:22 ` Eduardo Habkost
2015-12-18 7:22 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450348849-21204-5-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).