]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
MdeModulePkg: Change the SMM debug lib instance
[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
9dc8036d
MK
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
3cbfba02
DW
7 \r\r
8\r
9Module Name:\r
10\r
11\r
12 MchInit.c\r
13\r
14Abstract:\r
15\r
16\r
17--*/\r
18\r
19\r
20#include "PlatformEarlyInit.h"\r
21\r
22#define PSE_PAGE_SIZE 0x400000 // 4MB\r
23\r
24extern BOOLEAN ImageInMemory;\r
25\r
26\r
27VOID\r
28EfiCommonLibEnablePsePaging (\r
29 IN UINT32 PDBR\r
30 );\r
31\r
32VOID\r
33EfiCommonLibDisablePsePaging (\r
34 );\r
35\r
36/**\r
37\r
38 Initialize the MCH Thermal Sensor\r
39\r
40**/\r
41VOID\r
42InitMchThermalSensor()\r
43{\r
44}\r
45\r
46/**\r
47\r
48 Programs and enables the CRID for MCH and ICH\r
49\r
50**/\r
51VOID\r
52ProgramMchCRID(\r
53 IN CONST EFI_PEI_SERVICES **PeiServices\r
54 )\r
55{\r
56}\r
57\r
58/**\r
59\r
60 Initialize the GPIO IO selection, GPIO USE selection, and GPIO signal inversion registers\r
61\r
62**/\r
63VOID\r
64MchInit (\r
65 IN CONST EFI_PEI_SERVICES **PeiServices\r
66 )\r
67{\r
68\r
69 return;\r
70}\r
71\r
72\r