]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemorySize.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / NorthCluster / Include / Ppi / PlatformMemorySize.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemorySize.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemorySize.h
deleted file mode 100644 (file)
index b19a178..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*++\r
-\r
-Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-Module Name:\r
-\r
-  PlatformMemorySize.h\r
-\r
-Abstract:\r
-\r
-  Platform Memory Size PPI as defined in Tiano\r
-\r
-  PPI for describing the minimum platform memory size in order to successfully\r
-  pass control into DXE\r
-\r
---*/\r
-//\r
-//\r
-#ifndef _PEI_PLATFORM_MEMORY_SIZE_H_\r
-#define _PEI_PLATFORM_MEMORY_SIZE_H_\r
-\r
-#define PEI_PLATFORM_MEMORY_SIZE_PPI_GUID \\r
-  { \\r
-    0x9a7ef41e, 0xc140, 0x4bd1, 0xb8, 0x84, 0x1e, 0x11, 0x24, 0xb, 0x4c, 0xe6 \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (PEI_PLATFORM_MEMORY_SIZE_PPI);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *PEI_GET_MINIMUM_PLATFORM_MEMORY_SIZE) (\r
-  IN      EFI_PEI_SERVICES                       **PeiServices,\r
-  IN PEI_PLATFORM_MEMORY_SIZE_PPI                * This,\r
-  IN OUT  UINT64                                 *MemorySize\r
-  );\r
-\r
-typedef struct _PEI_PLATFORM_MEMORY_SIZE_PPI {\r
-  PEI_GET_MINIMUM_PLATFORM_MEMORY_SIZE  GetPlatformMemorySize;\r
-} PEI_PLATFORM_MEMORY_SIZE_PPI;\r
-\r
-extern EFI_GUID gPeiPlatformMemorySizePpiGuid;\r
-\r
-#endif\r