[PATCH 01/14] acpi: add address space types according to mantis 1965 (ACPI 6.2b)

Alex Hung alex.hung at canonical.com
Fri Feb 8 03:23:01 UTC 2019


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/lib/include/fwts_acpi.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 074753be..d03f4c4a 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -81,6 +81,11 @@
 #define FWTS_GAS_ADDR_SPACE_ID_PCI_CONFIG	(0x02)
 #define FWTS_GAS_ADDR_SPACE_ID_EC		(0x03)
 #define FWTS_GAS_ADDR_SPACE_ID_SMBUS		(0x04)
+#define FWTS_GAS_ADDR_SPACE_ID_SYSTEM_CMOS	(0x05)
+#define FWTS_GAS_ADDR_SPACE_ID_PCIBARTARGET	(0x06)
+#define FWTS_GAS_ADDR_SPACE_ID_IPMI		(0x07)
+#define FWTS_GAS_ADDR_SPACE_ID_GPIO		(0x08)
+#define FWTS_GAS_ADDR_SPACE_ID_GSB		(0x09)
 #define FWTS_GAS_ADDR_SPACE_ID_PCC		(0x0a)
 #define FWTS_GAS_ADDR_SPACE_ID_FFH		(0x7f)
 
-- 
2.17.1




More information about the fwts-devel mailing list