Functions | |
BOOLEAN | IsDtpmPresent (VOID) |
UINT8 | DetectTpmDevice (IN UINT8 SetupTpmDevice) |
Copyright (c) 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
UINT8 DetectTpmDevice | ( | IN UINT8 | SetupTpmDevice | ) |
This routine check both SetupVariable and real TPM device, and return final TpmDevice configuration.
SetupTpmDevice | TpmDevice configuration in setup driver |
BOOLEAN IsDtpmPresent | ( | VOID | ) |
This routine return if dTPM (1.2 or 2.0) present.
TRUE | dTPM present | |
FALSE | dTPM not present |
Referenced by DetectTpmDevice().