TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/BaseLib.h>
#include <Uefi/UefiSpec.h>
#include <Uefi/UefiBaseType.h>
#include <IndustryStandard/IntelTdx.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | DxeLoadCore (IN INTN FvInstance) |
EFI_STATUS EFIAPI | FindDxeNonCc (IN INTN FvInstance) |
VOID EFIAPI | TransferHobList (IN CONST VOID *HobStart) |
EFI_STATUS EFIAPI | ConstructFwHobList (IN CONST VOID *VmmHobList) |
EFI_STATUS EFIAPI | ConstructSecHobList () |
Copyright (c) 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PeilessStartupInternal.h.
EFI_STATUS EFIAPI ConstructFwHobList | ( | IN CONST VOID * | VmmHobList | ) |
This function is to find a memory region which is the largest one below 4GB. It will be used as the firmware hoblist.
VmmHobList | Vmm passed hoblist which constains the memory information. |
This function is to find a memory region which is the largest one below 4GB. It will be used as the firmware hoblist.
VmmHobList | Vmm passed hoblist which constains the memory information. |
EFI_STATUS EFIAPI ConstructSecHobList | ( | ) |
EFI_STATUS EFIAPI DxeLoadCore | ( | IN INTN | FvInstance | ) |
EFI_STATUS EFIAPI FindDxeNonCc | ( | IN INTN | FvInstance | ) |