]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / PlatformDefinitions.h
diff --git a/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h b/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
deleted file mode 100644 (file)
index a64cda0..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/*++\r
-\r
-Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved\r
-                                                                                   \r\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\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