[PATCH 2/4] lib: acpi: add in new GICC table fwts_acpi_table_gicc_affinity

Colin King colin.king at canonical.com
Mon Jun 15 09:04:35 UTC 2015


From: Colin Ian King <colin.king at canonical.com>

We need to add the new GICC for SRAT testing

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/lib/include/fwts_acpi.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 5096bfd..2637c91 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -279,6 +279,15 @@ typedef struct {
 	uint32_t	reserved2;
 } __attribute__ ((packed)) fwts_acpi_table_local_x2apic_affinity;
 
+typedef struct {
+	uint8_t		type;
+	uint8_t		length;
+	uint32_t	proximity_domain;
+	uint32_t	acpi_processor_uid;
+	uint32_t	flags;
+	uint32_t	clock_domain;
+} __attribute__ ((packed)) fwts_acpi_table_gicc_affinity;
+
 /* from 3.2.4 The ACPI 2.0 HPET Description Table (HPET) http://www.intel.com/hardwaredesign/hpetspec_1.pdf */
 
 typedef struct {
-- 
2.1.4




More information about the fwts-devel mailing list