//************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2010, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //************************************************************************* //************************************************************************* //************************************************************************* // $Header: /Alaska/SOURCE/Modules/TCG2/Common/Tpm20PlatformDxe/Tpm20Acpi/Tpm20Acpi.DXS 1 4/21/14 2:19p Fredericko $ // // $Revision: 1 $ // // $Date: 4/21/14 2:19p $ //************************************************************************* // Revision History // ---------------- // $Log: /Alaska/SOURCE/Modules/TCG2/Common/Tpm20PlatformDxe/Tpm20Acpi/Tpm20Acpi.DXS $ // // 1 4/21/14 2:19p Fredericko // // 2 3/14/14 3:50p Fredericko // // 1 10/08/13 12:06p Fredericko // Initial Check-In for Tpm-Next module // // 2 8/30/13 11:05p Fredericko // // 1 7/10/13 5:58p Fredericko // [TAG] EIP120969 // [Category] New Feature // [Description] TCG (TPM20) // // 3 7/25/11 3:21a Fredericko // [TAG] EIP65177 // [Category] Spec Update // [Severity] Minor // [Description] TCG Ppi Sec ver 1.2 update // // 2 5/20/10 8:54a Fredericko // // Included File Header // Included File Revision History // EIP 37653 // //************************************************************************* // // // Name: TCGSmm.dxs // // Description: // Dependency for TcgSmm // // //************************************************************************* #include "Tpm20Acpi.h" #include #include #include #include DEPENDENCY_START EFI_ACPI_TABLE_PROTOCOL_GUID AND EFI_TREE_PROTOCOL_GUID DEPENDENCY_END //************************************************************************* //************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2010, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //*************************************************************************