]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformInitLib/IntelTdxNull.c
OvmfPkg: Refactor ProcessHobList
[mirror_edk2.git] / OvmfPkg / Library / PlatformInitLib / IntelTdxNull.c
CommitLineData
b22ac35b
MX
1/** @file\r
2 Initialize Intel TDX support.\r
3\r
4 Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>\r
5\r
6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10#include <PiPei.h>\r
11\r
e23f8f52
MX
12/**\r
13 In Tdx guest, the system memory is passed in TdHob by host VMM. So\r
14 the major task of PlatformTdxPublishRamRegions is to walk thru the\r
15 TdHob list and transfer the ResourceDescriptorHob and MemoryAllocationHob\r
16 to the hobs in DXE phase.\r
17\r
18 MemoryAllocationHob should also be created for Mailbox and Ovmf work area.\r
19**/\r
20VOID\r
21EFIAPI\r
22PlatformTdxPublishRamRegions (\r
23 VOID\r
24 )\r
25{\r
26}\r