TianoCore EDK2 master
Loading...
Searching...
No Matches
Tpm12SupportNull.c File Reference
#include "Tpm12Support.h"

Go to the source code of this file.

Functions

EFI_STATUS InternalTpm12Detect (VOID)
 

Detailed Description

Null implementation of InternalTpm12Detect(), always returning EFI_UNSUPPORTED.

Copyright (C) 2020, Red Hat, Inc.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Tpm12SupportNull.c.

Function Documentation

◆ InternalTpm12Detect()

EFI_STATUS InternalTpm12Detect ( VOID  )

Detect the presence of a TPM with interface version 1.2.

Return values
EFI_UNSUPPORTEDThe platform that includes this particular implementation of the function does not support TPM-1.2.

Definition at line 20 of file Tpm12SupportNull.c.