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