From: liguang <lig.fnst@cn.fujitsu.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: seabios@seabios.org, qemu-devel <qemu-devel@nongnu.org>,
liguang <lig.fnst@cn.fujitsu.com>
Subject: [Qemu-devel] [PATCH RFC v2 2/2] use EC space instead of specific systemio for cpu hotplug
Date: Thu, 6 Jun 2013 11:19:55 +0800 [thread overview]
Message-ID: <1370488795-7030-2-git-send-email-lig.fnst@cn.fujitsu.com> (raw)
In-Reply-To: <1370488795-7030-1-git-send-email-lig.fnst@cn.fujitsu.com>
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
src/acpi-dsdt-cpu-hotplug.dsl | 9 +++++----
src/acpi-dsdt-isa.dsl | 8 +++++---
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/src/acpi-dsdt-cpu-hotplug.dsl b/src/acpi-dsdt-cpu-hotplug.dsl
index 0f3e83b..869373b 100644
--- a/src/acpi-dsdt-cpu-hotplug.dsl
+++ b/src/acpi-dsdt-cpu-hotplug.dsl
@@ -6,6 +6,7 @@ Scope(\_SB) {
/* Objects filled in by run-time generated SSDT */
External(NTFY, MethodObj)
External(CPON, PkgObj)
+ External(PRS, BuffObj)
/* Methods called by run-time generated SSDT Processor objects */
Method(CPMA, 1, NotSerialized) {
@@ -38,10 +39,10 @@ Scope(\_SB) {
}
/* CPU hotplug notify method */
- OperationRegion(PRST, SystemIO, 0xaf00, 32)
- Field(PRST, ByteAcc, NoLock, Preserve) {
- PRS, 256
- }
+// OperationRegion(PRST, SystemIO, 0xaf00, 32)
+// Field(PRST, ByteAcc, NoLock, Preserve) {
+// PRS, 256
+// }
Method(PRSC, 0) {
// Local5 = active cpu bitmap
Store(PRS, Local5)
diff --git a/src/acpi-dsdt-isa.dsl b/src/acpi-dsdt-isa.dsl
index 2b9c3a0..1db92a1 100644
--- a/src/acpi-dsdt-isa.dsl
+++ b/src/acpi-dsdt-isa.dsl
@@ -103,6 +103,7 @@ Scope(\_SB.PCI0.ISA) {
Device (EC0) {
Name(_HID, EISAID ("PNP0C09"))
Name(_UID, 1)
+ Name(_STR, Unicode ("QEMU-EC"))
Method(_CRS, 0) {
Name(BFFR, ResourceTemplate() {
@@ -114,9 +115,10 @@ Scope(\_SB.PCI0.ISA) {
OperationRegion(ECFD, EmbeddedControl, 0, 0xFF)
Field(ECFD, ByteAcc, Lock, Preserve) {
- Offset(1),
- CPUS, 8, // 1, CPU plug/unplug status map
- CPUN, 8, // 2, CPU index
+ Offset(2),
+ CCMD, 3, // 2, CMD for plug/unplug
+ CPUN, 8, // 3, CPU changed id index
+ PRS, 256, // 4. CPU status map
}
Name(_GPE, 3)
--
1.7.2.5
prev parent reply other threads:[~2013-06-06 3:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 3:19 [Qemu-devel] [PATCH RFC v2 1/2] ec: add ASL for ACPI Embedded Controller liguang
2013-06-06 3:19 ` liguang [this message]
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=1370488795-7030-2-git-send-email-lig.fnst@cn.fujitsu.com \
--to=lig.fnst@cn.fujitsu.com \
--cc=imammedo@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).