]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformInitPei / MchInit.c
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c b/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
deleted file mode 100644 (file)
index 7d1a20c..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-                                                                                   \r\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-                                                                                   \r\r
-\r
-Module Name:\r
-\r
-\r
-    MchInit.c\r
-\r
-Abstract:\r
-\r
-\r
---*/\r
-\r
-\r
-#include "PlatformEarlyInit.h"\r
-\r
-#define PSE_PAGE_SIZE 0x400000   // 4MB\r
-\r
-extern  BOOLEAN ImageInMemory;\r
-\r
-\r
-VOID\r
-EfiCommonLibEnablePsePaging (\r
-  IN UINT32   PDBR\r
-  );\r
-\r
-VOID\r
-EfiCommonLibDisablePsePaging (\r
-  );\r
-\r
-/**\r
-\r
-  Initialize the MCH Thermal Sensor\r
-\r
-**/\r
-VOID\r
-InitMchThermalSensor()\r
-{\r
-}\r
-\r
-/**\r
-\r
-  Programs and enables the CRID for MCH and ICH\r
-\r
-**/\r
-VOID\r
-ProgramMchCRID(\r
-  IN CONST EFI_PEI_SERVICES            **PeiServices\r
-  )\r
-{\r
-}\r
-\r
-/**\r
-\r
-  Initialize the GPIO IO selection, GPIO USE selection, and GPIO signal inversion registers\r
-\r
-**/\r
-VOID\r
-MchInit (\r
-  IN CONST EFI_PEI_SERVICES          **PeiServices\r
-  )\r
-{\r
-\r
-  return;\r
-}\r
-\r
-\r