[PATCH 05/21] Add in bit masks for FACS flags.

Al Stone al.stone at linaro.org
Tue Feb 9 01:32:47 UTC 2016


These bit masks were simply missing but will be needed to verify some
of the FADT information.

Signed-off-by: Al Stone <al.stone at linaro.org>
---
 src/lib/include/fwts_acpi.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 8f80286..bab62ec 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -68,6 +68,10 @@
 #define FWTS_FACP_ARM_BOOT_ARCH_PSCI_USE_HVC		(0x0002)
 #define FWTS_FACP_ARM_BOOT_ARCH_RESERVED_MASK		(0xfffc)
 
+#define FWTS_FACS_FLAG_S4BIOS_F				(0x00000001)
+#define FWTS_FACS_FLAG_64BIT_WAKE_SUPPORTED		(0x00000002)
+#define FWTS_FACS_FLAG_RESERVED				(0xfffffffc)
+
 #define FWTS_GAS_ADDR_SPACE_ID_SYSTEM_MEMORY	(0x00)
 #define FWTS_GAS_ADDR_SPACE_ID_SYSTEM_IO	(0x01)
 #define FWTS_GAS_ADDR_SPACE_ID_PCI_CONFIG	(0x02)
-- 
2.5.0




More information about the fwts-devel mailing list