TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/Tpm12CommandLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/Tpm12DeviceLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | Tpm12ContinueSelfTest (VOID) |
Implement TPM1.2 NV Self Test related commands.
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
(C) Copyright 2016 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tpm12SelfTest.c.
EFI_STATUS EFIAPI Tpm12ContinueSelfTest | ( | VOID | ) |
Send TPM_ContinueSelfTest command to TPM.
EFI_SUCCESS | Operation completed successfully. |
EFI_TIMEOUT | The register can't run into the expected status in time. |
EFI_BUFFER_TOO_SMALL | Response data buffer is too small. |
EFI_DEVICE_ERROR | Unexpected device behavior. |
Definition at line 27 of file Tpm12SelfTest.c.