[SeaBIOS] [RfC PATCH 1/2] move ACPI_PM_BASE from 0xb000 to 0x1000

Gerd Hoffmann kraxel at redhat.com
Mon Jan 14 13:56:04 CET 2013


Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/ioport.h      |    4 ++--
 src/ssdt-proc.dsl |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ioport.h b/src/ioport.h
index 3282fb4..615d467 100644
--- a/src/ioport.h
+++ b/src/ioport.h
@@ -56,8 +56,8 @@
 #define PORT_BIOS_DEBUG        0x0402
 #define PORT_QEMU_CFG_CTL      0x0510
 #define PORT_QEMU_CFG_DATA     0x0511
-#define PORT_ACPI_PM_BASE      0xb000
-#define PORT_SMB_BASE          0xb100
+#define PORT_ACPI_PM_BASE      0x1000
+#define PORT_SMB_BASE          0x1100
 #define PORT_BIOS_APM          0x8900
 
 // Serial port offsets
diff --git a/src/ssdt-proc.dsl b/src/ssdt-proc.dsl
index 407d61e..4a52a97 100644
--- a/src/ssdt-proc.dsl
+++ b/src/ssdt-proc.dsl
@@ -22,7 +22,7 @@ DefinitionBlock ("ssdt-proc.aml", "SSDT", 0x01, "BXPC", "BXSSDT", 0x1)
     ACPI_EXTRACT_PROCESSOR_START ssdt_proc_start
     ACPI_EXTRACT_PROCESSOR_END ssdt_proc_end
     ACPI_EXTRACT_PROCESSOR_STRING ssdt_proc_name
-    Processor(CPAA, 0xAA, 0x0000b010, 0x06) {
+    Processor(CPAA, 0xAA, 0x00001010, 0x06) {
         ACPI_EXTRACT_NAME_BYTE_CONST ssdt_proc_id
         Name(ID, 0xAA)
 /*
-- 
1.7.1




More information about the SeaBIOS mailing list