2 TCPA ACPI table definition.
4 Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #include <IndustryStandard/Acpi.h>
22 typedef struct _EFI_TCG_CLIENT_ACPI_TABLE
{
23 EFI_ACPI_DESCRIPTION_HEADER Header
;
27 } EFI_TCG_CLIENT_ACPI_TABLE
;
29 typedef struct _EFI_TCG_SERVER_ACPI_TABLE
{
30 EFI_ACPI_DESCRIPTION_HEADER Header
;
41 EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE BaseAddress
;
43 EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE ConfigAddress
;
48 } EFI_TCG_SERVER_ACPI_TABLE
;
51 // TCG Platform Type based on TCG ACPI Specification Version 1.00
53 #define TCG_PLATFORM_TYPE_CLIENT 0
54 #define TCG_PLATFORM_TYPE_SERVER 1