]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Fadt / Fadt.h
diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt.h b/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt.h
deleted file mode 100644 (file)
index 0876ea3..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-/** @file\r
-This file describes the contents of the ACPI Fixed ACPI Description Table (FADT)\r
-.  Some additional ACPI values are defined in Acpi10.h, Acpi20.h, and Acpi30.h\r
-All changes to the FADT contents should be done in this file.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _FADT_H_\r
-#define _FADT_H_\r
-\r
-//\r
-// Statements that include other files\r
-//\r
-#include <IndustryStandard/Acpi.h>\r
-\r
-//\r
-// ACPI table information used to initialize tables.\r
-//\r
-#define EFI_ACPI_OEM_ID           'I','N','T','E','L',' '   // OEMID 6 bytes long\r
-#define EFI_ACPI_OEM_TABLE_ID     SIGNATURE_64('T','I','A','N','O',' ',' ',' ') // OEM table id 8 bytes long\r
-#define EFI_ACPI_OEM_REVISION     0x00000004\r
-#define EFI_ACPI_CREATOR_ID       SIGNATURE_32('I','N','T','L')\r
-#define EFI_ACPI_CREATOR_REVISION 0x0100000D\r
-\r
-//\r
-// FADT Definitions\r
-//\r
-#define PM_PROFILE      0x01\r
-#define INT_MODEL       0x01\r
-#define SCI_INT_VECTOR  0x0009\r
-#define ACPI_ENABLE     0x0a0\r
-#define ACPI_DISABLE    0x0a1\r
-#define S4BIOS_REQ      0x00\r
-#define PM1_EVT_LEN     0x04\r
-#define PM1_CNT_LEN     0x02\r
-#define PM2_CNT_LEN     0x00\r
-#define PM_TM_LEN       0x04\r
-#define GPE0_BLK_LEN    0x08\r
-#define GPE1_BLK_LEN    0x00\r
-#define GPE1_BASE       0x00\r
-#define RESERVED        0x00\r
-#define P_LVL2_LAT      0x0065\r
-#define P_LVL3_LAT      0x03e9\r
-#define FLUSH_SIZE      0x0400\r
-#define FLUSH_STRIDE    0x0010\r
-#define DUTY_OFFSET     0x01\r
-#define DUTY_WIDTH      0x03\r
-#define DAY_ALRM        0x00\r
-#define MON_ALRM        0x00\r
-#define CENTURY         0x00\r
-#define IAPC_BOOT_ARCH  EFI_ACPI_2_0_LEGACY_DEVICES\r
-#define FLAG            (EFI_ACPI_1_0_WBINVD | EFI_ACPI_1_0_PROC_C1 | EFI_ACPI_1_0_SLP_BUTTON | EFI_ACPI_1_0_RTC_S4)\r
-#define FLAG2           (EFI_ACPI_2_0_WBINVD | EFI_ACPI_2_0_PROC_C1 | EFI_ACPI_2_0_PWR_BUTTON | EFI_ACPI_2_0_SLP_BUTTON | EFI_ACPI_2_0_RTC_S4 | EFI_ACPI_2_0_RESET_REG_SUP | EFI_ACPI_3_0_USE_PLATFORM_CLOCK)\r
-\r
-#define RESET_REG_ADDRESS_SPACE_ID     EFI_ACPI_2_0_SYSTEM_IO\r
-#define RESET_REG_BIT_WIDTH            0x08\r
-#define RESET_REG_BIT_OFFSET           0x00\r
-#define RESET_REG_ADDRESS              0x0000000000000CF9\r
-#define RESET_VALUE                    0x02\r
-\r
-#define ACPI_RUNTIME_UPDATE            0x00\r
-\r
-#define PM1a_EVT_BLK_ADDRESS_SPACE_ID  EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM1a_EVT_BLK_BIT_WIDTH         0x20\r
-#define PM1a_EVT_BLK_BIT_OFFSET        0x00\r
-\r
-#define PM1b_EVT_BLK_ADDRESS_SPACE_ID  EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM1b_EVT_BLK_BIT_WIDTH         0x00\r
-#define PM1b_EVT_BLK_BIT_OFFSET        0x00\r
-#define PM1b_EVT_BLK_ADDRESS           0x0000000000000000\r
-\r
-#define PM1a_CNT_BLK_ADDRESS_SPACE_ID  EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM1a_CNT_BLK_BIT_WIDTH         0x10\r
-#define PM1a_CNT_BLK_BIT_OFFSET        0x00\r
-\r
-#define PM1b_CNT_BLK_ADDRESS_SPACE_ID  EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM1b_CNT_BLK_BIT_WIDTH         0x00\r
-#define PM1b_CNT_BLK_BIT_OFFSET        0x00\r
-#define PM1b_CNT_BLK_ADDRESS           0x0000000000000000\r
-\r
-#define PM2_CNT_BLK_ADDRESS_SPACE_ID   EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM2_CNT_BLK_BIT_WIDTH          0x00\r
-#define PM2_CNT_BLK_BIT_OFFSET         0x00\r
-#define PM2_CNT_BLK_ADDRESS            0x0000000000000000\r
-\r
-#define PM_TMR_BLK_ADDRESS_SPACE_ID    EFI_ACPI_2_0_SYSTEM_IO\r
-#define PM_TMR_BLK_BIT_WIDTH           0x20\r
-#define PM_TMR_BLK_BIT_OFFSET          0x00\r
-\r
-#define GPE0_BLK_ADDRESS_SPACE_ID      EFI_ACPI_2_0_SYSTEM_IO\r
-#define GPE0_BLK_BIT_WIDTH             0x40\r
-#define GPE0_BLK_BIT_OFFSET            0x00\r
-\r
-#define GPE1_BLK_ADDRESS_SPACE_ID      EFI_ACPI_2_0_SYSTEM_IO\r
-#define GPE1_BLK_BIT_WIDTH             0x00\r
-#define GPE1_BLK_BIT_OFFSET            0x00\r
-#define GPE1_BLK_ADDRESS               0x0000000000000000\r
-#endif\r