]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / PlatformDefinitions.h
diff --git a/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h b/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
new file mode 100644 (file)
index 0000000..edff69d
--- /dev/null
@@ -0,0 +1,48 @@
+/*++\r
+\r
+Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+\r
+\r
+Module Name:\r
+\r
+  PlatformDefinitions.h\r
+\r
+Abstract:\r
+\r
+  This header file provides platform specific definitions used by other modules\r
+  for platform specific initialization.\r
+\r
+  THIS FILE SHOULD ONLY CONTAIN #defines BECAUSE IT IS CONSUMED BY NON-C MODULES\r
+  (ASL and VFR)\r
+\r
+  This file should not contain addition or other operations that an ASL compiler or\r
+  VFR compiler does not understand.\r
+\r
+--*/\r
+\r
+#ifndef _PLATFORM_DEFINITIONS_H_\r
+#define _PLATFORM_DEFINITIONS_H_\r
+\r
+\r
+//\r
+// Platform Base Address definitions\r
+//\r
+#define PCIEX_BASE_ADDRESS          EDKII_GLUE_PciExpressBaseAddress // Pci Express Configuration Space Base Address\r
+\r
+#define PCIEX_LENGTH                PLATFORM_PCIEXPRESS_LENGTH\r
+\r
+#define THERMAL_BASE_ADDRESS        0xFED08000\r
+\r
+#ifndef MCH_BASE_ADDRESS\r
+#define MCH_BASE_ADDRESS            0xFED10000  // MCH  Register Base Address\r
+#endif\r
+#endif\r