summaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-05-20 19:52:01 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-05-28 08:10:32 +0200
commitf44ac13db26c5ab18ac2e35111acbf91841a2608 (patch)
tree201bfe7a42c486e83dafefcc0939a4fd10470ee5 /src/arch/x86/include
parent43931f61b9bf3ee82e5db2bba36acb3b15af10ef (diff)
Add TCPA table.
This allows SeaBIOS to fill it as necessary. This is needed to make BitLocker work. Change-Id: I35858cd31a90c799ee1a240547c4b4a80fa13dd8 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10274 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/acpi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h
index 245599fa9d..10db820409 100644
--- a/src/arch/x86/include/arch/acpi.h
+++ b/src/arch/x86/include/arch/acpi.h
@@ -129,6 +129,13 @@ typedef struct acpi_mcfg {
u8 reserved[8];
} __attribute__ ((packed)) acpi_mcfg_t;
+typedef struct acpi_tcpa {
+ struct acpi_table_header header;
+ u16 platform_class;
+ u32 laml;
+ u64 lasa;
+} __attribute__ ((packed)) acpi_tcpa_t;
+
typedef struct acpi_mcfg_mmconfig {
u32 base_address;
u32 base_reserved;