TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformId.h File Reference

Go to the source code of this file.

Functions

VOID PlatformIdInitialization (IN CONST EFI_PEI_SERVICES **PeiServices)
 

Detailed Description

PlatformId internal header for PlatformPei

Copyright (c) 2024, Google LLC. All rights reserved.

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

Definition in file PlatformId.h.

Function Documentation

◆ PlatformIdInitialization()

VOID PlatformIdInitialization ( IN CONST EFI_PEI_SERVICES **  PeiServices)

Reads opt/org.tianocode/sp800155evt/d from 0 to the first positive integer where the file does not exist and registers each file's contents in an EFI_HOB_GUID_TYPE with name gTcg800155PlatformIdEventHobGuid. These HOBs are used by a later driver to write to the event log as unmeasured events. These events inform the event log analyzer of firmware provenance and reference integrity manifests.

Definition at line 111 of file PlatformId.c.