]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[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
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
14\r
15Module Name:\r
16\r
17 PlatformDefinitions.h\r
18\r
19Abstract:\r
20\r
21 This header file provides platform specific definitions used by other modules\r
22 for platform specific initialization.\r
23\r
24 THIS FILE SHOULD ONLY CONTAIN #defines BECAUSE IT IS CONSUMED BY NON-C MODULES\r
25 (ASL and VFR)\r
26\r
27 This file should not contain addition or other operations that an ASL compiler or\r
28 VFR compiler does not understand.\r
29\r
30--*/\r
31\r
32#ifndef _PLATFORM_DEFINITIONS_H_\r
33#define _PLATFORM_DEFINITIONS_H_\r
34\r
35\r
36//\r
37// Platform Base Address definitions\r
38//\r
39#define PCIEX_BASE_ADDRESS EDKII_GLUE_PciExpressBaseAddress // Pci Express Configuration Space Base Address\r
40\r
41#define PCIEX_LENGTH PLATFORM_PCIEXPRESS_LENGTH\r
42\r
43#define THERMAL_BASE_ADDRESS 0xFED08000\r
44\r
45#ifndef MCH_BASE_ADDRESS\r
46#define MCH_BASE_ADDRESS 0xFED10000 // MCH Register Base Address\r
47#endif\r
48#endif\r