]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
MdeModulePkg: Change the SMM debug lib instance
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / PlatformDefinitions.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4 \r\r
9dc8036d
MK
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
3cbfba02
DW
7 \r\r
8\r
9\r
10Module Name:\r
11\r
12 PlatformDefinitions.h\r
13\r
14Abstract:\r
15\r
16 This header file provides platform specific definitions used by other modules\r
17 for platform specific initialization.\r
18\r
19 THIS FILE SHOULD ONLY CONTAIN #defines BECAUSE IT IS CONSUMED BY NON-C MODULES\r
20 (ASL and VFR)\r
21\r
22 This file should not contain addition or other operations that an ASL compiler or\r
23 VFR compiler does not understand.\r
24\r
25--*/\r
26\r
27#ifndef _PLATFORM_DEFINITIONS_H_\r
28#define _PLATFORM_DEFINITIONS_H_\r
29\r
30\r
31//\r
32// Platform Base Address definitions\r
33//\r
34#define PCIEX_BASE_ADDRESS EDKII_GLUE_PciExpressBaseAddress // Pci Express Configuration Space Base Address\r
35\r
36#define PCIEX_LENGTH PLATFORM_PCIEXPRESS_LENGTH\r
37\r
38#define THERMAL_BASE_ADDRESS 0xFED08000\r
39\r
40#ifndef MCH_BASE_ADDRESS\r
41#define MCH_BASE_ADDRESS 0xFED10000 // MCH Register Base Address\r
42#endif\r
43#endif\r