]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTablePlatform.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / AcpiTablePlatform.h
diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTablePlatform.h b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTablePlatform.h
deleted file mode 100644 (file)
index b3a7cba..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/*++\r
-\r
-Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-\r
-Module Name:\r
-\r
-  AcpiTablePlatform.h\r
-\r
-\r
-Abstract: File contains platform specific ACPI defines for use in ACPI tables\r
-\r
-\r
---*/\r
-#ifndef _Platform_h_INCLUDED_\r
-#define _Platform_h_INCLUDED_\r
-\r
-#ifdef ECP_FLAG\r
-#include "EdkIIGlueDxe.h"\r
-#endif\r
-#include <IndustryStandard/Acpi.h>\r
-//\r
-// ACPI table information used to initialize tables.\r
-//\r
-#define EFI_ACPI_OEM_ID           'O','E','M','I','D',' '   // OEMID 6 bytes long\r
-#define EFI_ACPI_OEM_TABLE_ID     SIGNATURE_64('O','E','M','T','A','B','L','E') // OEM table id 8 bytes long\r
-#define EFI_ACPI_OEM_REVISION     0x00000005\r
-#define EFI_ACPI_CREATOR_ID       SIGNATURE_32('C','R','E','A')\r
-#define EFI_ACPI_CREATOR_REVISION 0x0100000D\r
-#define INT_MODEL       0x01\r
-#define PM_PROFILE      EFI_ACPI_4_0_PM_PROFILE_MOBILE\r
-#define SCI_INT_VECTOR  0x0009\r
-#define SMI_CMD_IO_PORT 0x000000B2\r
-#define ACPI_ENABLE     0x0A0\r
-#define ACPI_DISABLE    0x0A1\r
-#define S4BIOS_REQ      0x00\r
-#define PSTATE_CNT      0x00\r
-#define PM1a_EVT_BLK    0x00000400\r
-#define PM1b_EVT_BLK    0x00000000\r
-#define PM1a_CNT_BLK    0x00000404\r
-#define PM1b_CNT_BLK    0x00000000\r
-#define PM2_CNT_BLK     0x00000450\r
-#define PM_TMR_BLK      0x00000408\r
-#define GPE0_BLK        0x00000420\r
-#define GPE1_BLK        0x00000000\r
-#define PM1_EVT_LEN     0x04\r
-#define PM1_CNT_LEN     0x02\r
-#define PM2_CNT_LEN     0x01\r
-#define PM_TM_LEN       0x04\r
-#define GPE0_BLK_LEN    0x10\r
-#define GPE1_BLK_LEN    0x00\r
-#define GPE1_BASE       0x00\r
-#define CST_CNT         0x00\r
-#define P_LVL2_LAT      0x0064\r
-#define P_LVL3_LAT      0x01F4\r
-#define FLUSH_SIZE      0x0400\r
-#define FLUSH_STRIDE    0x0010\r
-#define DUTY_OFFSET     0x01\r
-#define DUTY_WIDTH      0x03\r
-#define DAY_ALRM        0x0D\r
-#define MON_ALRM        0x00\r
-#define CENTURY         0x32\r
-#define FLAG            ( EFI_ACPI_4_0_WBINVD | EFI_ACPI_4_0_SLP_BUTTON | EFI_ACPI_4_0_RESET_REG_SUP | EFI_ACPI_4_0_RTC_S4)\r
-#define IAPC_BOOT_ARCH  ( EFI_ACPI_4_0_VGA_NOT_PRESENT | EFI_ACPI_4_0_8042 | EFI_ACPI_4_0_LEGACY_DEVICES)\r
-#define RESERVED        0x00\r
-\r
-#endif\r