]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformPei/Platform.h
Update or add comments to files and functions for use by Doxygen.
[mirror_edk2.git] / OvmfPkg / PlatformPei / Platform.h
CommitLineData
49ba9447 1/** @file\r
2 Platform PEI module include file.\r
3\r
56d7640a
HT
4 Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
49ba9447 6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _PLATFORM_PEI_H_INCLUDED_\r
16#define _PLATFORM_PEI_H_INCLUDED_\r
17\r
18VOID\r
19AddIoMemoryBaseSizeHob (\r
20 EFI_PHYSICAL_ADDRESS MemoryBase,\r
21 UINT64 MemorySize\r
22 );\r
23\r
24VOID\r
25AddIoMemoryRangeHob (\r
26 EFI_PHYSICAL_ADDRESS MemoryBase,\r
27 EFI_PHYSICAL_ADDRESS MemoryLimit\r
28 );\r
29\r
30VOID\r
31AddMemoryBaseSizeHob (\r
32 EFI_PHYSICAL_ADDRESS MemoryBase,\r
33 UINT64 MemorySize\r
34 );\r
35\r
36VOID\r
37AddMemoryRangeHob (\r
38 EFI_PHYSICAL_ADDRESS MemoryBase,\r
39 EFI_PHYSICAL_ADDRESS MemoryLimit\r
40 );\r
41\r
c0e10976 42VOID\r
43AddUntestedMemoryBaseSizeHob (\r
44 EFI_PHYSICAL_ADDRESS MemoryBase,\r
45 UINT64 MemorySize\r
46 );\r
47\r
48VOID\r
49AddUntestedMemoryRangeHob (\r
50 EFI_PHYSICAL_ADDRESS MemoryBase,\r
51 EFI_PHYSICAL_ADDRESS MemoryLimit\r
52 );\r
53\r
55cdb67a 54EFI_PHYSICAL_ADDRESS\r
49ba9447 55MemDetect (\r
56 VOID\r
57 );\r
58\r
59EFI_STATUS\r
60PeiFvInitialization (\r
61 VOID\r
62 );\r
63\r
64#endif // _PLATFORM_PEI_H_INCLUDED_\r