TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/BaseMemoryLib.h>
#include <Library/BaseLib.h>
#include <Library/Tpm12DeviceLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | Tpm12ForceClear (VOID) |
Implement TPM1.2 Ownership related command.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tpm12Ownership.c.
EFI_STATUS EFIAPI Tpm12ForceClear | ( | VOID | ) |
Send ForceClear command to TPM1.2.
EFI_SUCCESS | Operation completed successfully. |
EFI_DEVICE_ERROR | Unexpected device behavior. |
Definition at line 22 of file Tpm12Ownership.c.