]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
Hash2 driver to [Components.IA32, Components.X64, Components.IPF] section.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformInitPei / MchInit.c
CommitLineData
3cbfba02
DW
1/** @file\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14Module Name:\r
15\r
16\r
17 MchInit.c\r
18\r
19Abstract:\r
20\r
21\r
22--*/\r
23\r
24\r
25#include "PlatformEarlyInit.h"\r
26\r
27#define PSE_PAGE_SIZE 0x400000 // 4MB\r
28\r
29extern BOOLEAN ImageInMemory;\r
30\r
31\r
32VOID\r
33EfiCommonLibEnablePsePaging (\r
34 IN UINT32 PDBR\r
35 );\r
36\r
37VOID\r
38EfiCommonLibDisablePsePaging (\r
39 );\r
40\r
41/**\r
42\r
43 Initialize the MCH Thermal Sensor\r
44\r
45**/\r
46VOID\r
47InitMchThermalSensor()\r
48{\r
49}\r
50\r
51/**\r
52\r
53 Programs and enables the CRID for MCH and ICH\r
54\r
55**/\r
56VOID\r
57ProgramMchCRID(\r
58 IN CONST EFI_PEI_SERVICES **PeiServices\r
59 )\r
60{\r
61}\r
62\r
63/**\r
64\r
65 Initialize the GPIO IO selection, GPIO USE selection, and GPIO signal inversion registers\r
66\r
67**/\r
68VOID\r
69MchInit (\r
70 IN CONST EFI_PEI_SERVICES **PeiServices\r
71 )\r
72{\r
73\r
74 return;\r
75}\r
76\r
77\r