]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemorySize.h
Vlv2TbltDevicePkg/Vlv2DeviceRefCodePkg:
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / NorthCluster / Include / Ppi / PlatformMemorySize.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 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
14Module Name:\r
15\r
16 PlatformMemorySize.h\r
17\r
18Abstract:\r
19\r
20 Platform Memory Size PPI as defined in Tiano\r
21\r
22 PPI for describing the minimum platform memory size in order to successfully\r
23 pass control into DXE\r
24\r
25--*/\r
26//\r
27//\r
28#ifndef _PEI_PLATFORM_MEMORY_SIZE_H_\r
29#define _PEI_PLATFORM_MEMORY_SIZE_H_\r
30\r
31#define PEI_PLATFORM_MEMORY_SIZE_PPI_GUID \\r
32 { \\r
33 0x9a7ef41e, 0xc140, 0x4bd1, 0xb8, 0x84, 0x1e, 0x11, 0x24, 0xb, 0x4c, 0xe6 \\r
34 }\r
35\r
36EFI_FORWARD_DECLARATION (PEI_PLATFORM_MEMORY_SIZE_PPI);\r
37\r
38typedef\r
39EFI_STATUS\r
40(EFIAPI *PEI_GET_MINIMUM_PLATFORM_MEMORY_SIZE) (\r
41 IN EFI_PEI_SERVICES **PeiServices,\r
42 IN PEI_PLATFORM_MEMORY_SIZE_PPI * This,\r
43 IN OUT UINT64 *MemorySize\r
44 );\r
45\r
46typedef struct _PEI_PLATFORM_MEMORY_SIZE_PPI {\r
47 PEI_GET_MINIMUM_PLATFORM_MEMORY_SIZE GetPlatformMemorySize;\r
48} PEI_PLATFORM_MEMORY_SIZE_PPI;\r
49\r
50extern EFI_GUID gPeiPlatformMemorySizePpiGuid;\r
51\r
52#endif\r