]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / PlatformDefinitions.h
1 /*++
2
3 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15 Module Name:
16
17 PlatformDefinitions.h
18
19 Abstract:
20
21 This header file provides platform specific definitions used by other modules
22 for platform specific initialization.
23
24 THIS FILE SHOULD ONLY CONTAIN #defines BECAUSE IT IS CONSUMED BY NON-C MODULES
25 (ASL and VFR)
26
27 This file should not contain addition or other operations that an ASL compiler or
28 VFR compiler does not understand.
29
30 --*/
31
32 #ifndef _PLATFORM_DEFINITIONS_H_
33 #define _PLATFORM_DEFINITIONS_H_
34
35
36 //
37 // Platform Base Address definitions
38 //
39 #define PCIEX_BASE_ADDRESS EDKII_GLUE_PciExpressBaseAddress // Pci Express Configuration Space Base Address
40
41 #define PCIEX_LENGTH PLATFORM_PCIEXPRESS_LENGTH
42
43 #define THERMAL_BASE_ADDRESS 0xFED08000
44
45 #ifndef MCH_BASE_ADDRESS
46 #define MCH_BASE_ADDRESS 0xFED10000 // MCH Register Base Address
47 #endif
48 #endif