TianoCore EDK2 master
Loading...
Searching...
No Matches
PeilessStartupLib.h File Reference
#include <Library/BaseLib.h>
#include <Uefi/UefiBaseType.h>
#include <Uefi/UefiSpec.h>
#include <Pi/PiPeiCis.h>
#include <Library/DebugLib.h>
#include <Protocol/DebugSupport.h>

Go to the source code of this file.

Functions

VOID EFIAPI PeilessStartup (IN VOID *Context)
 

Detailed Description

Copyright (c) 2021, Intel Corporation. All rights reserved.

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

Definition in file PeilessStartupLib.h.

Function Documentation

◆ PeilessStartup()

VOID EFIAPI PeilessStartup ( IN VOID *  Context)

This function brings up the Tdx guest from SEC phase to DXE phase. PEI phase is skipped because most of the components in PEI phase is not needed for Tdx guest, for example, MP Services, TPM etc. In this way, the attack surfaces are reduced as much as possible.

Parameters
ContextThe pointer to the SecCoreData
Returns
VOID This function never returns

Definition at line 130 of file PeilessStartup.c.