]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTablePlatform.h
Update SPI connection parameters for Microsoft RhProxy driver.
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / AcpiTablePlatform.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13\r
14\r
15Module Name:\r
16\r
17 AcpiTablePlatform.h\r
18\r
19\r
20Abstract: File contains platform specific ACPI defines for use in ACPI tables\r
21\r
22\r
23--*/\r
24#ifndef _Platform_h_INCLUDED_\r
25#define _Platform_h_INCLUDED_\r
26\r
27#ifdef ECP_FLAG\r
28#include "EdkIIGlueDxe.h"\r
29#endif\r
30#include <IndustryStandard/Acpi.h>\r
31//\r
32// ACPI table information used to initialize tables.\r
33//\r
34#define EFI_ACPI_OEM_ID 'O','E','M','I','D',' ' // OEMID 6 bytes long\r
35#define EFI_ACPI_OEM_TABLE_ID SIGNATURE_64('O','E','M','T','A','B','L','E') // OEM table id 8 bytes long\r
36#define EFI_ACPI_OEM_REVISION 0x00000005\r
37#define EFI_ACPI_CREATOR_ID SIGNATURE_32('C','R','E','A')\r
38#define EFI_ACPI_CREATOR_REVISION 0x0100000D\r
39#define INT_MODEL 0x01\r
40#define PM_PROFILE EFI_ACPI_4_0_PM_PROFILE_MOBILE\r
41#define SCI_INT_VECTOR 0x0009\r
42#define SMI_CMD_IO_PORT 0x000000B2\r
43#define ACPI_ENABLE 0x0A0\r
44#define ACPI_DISABLE 0x0A1\r
45#define S4BIOS_REQ 0x00\r
46#define PSTATE_CNT 0x00\r
47#define PM1a_EVT_BLK 0x00000400\r
48#define PM1b_EVT_BLK 0x00000000\r
49#define PM1a_CNT_BLK 0x00000404\r
50#define PM1b_CNT_BLK 0x00000000\r
51#define PM2_CNT_BLK 0x00000450\r
52#define PM_TMR_BLK 0x00000408\r
53#define GPE0_BLK 0x00000420\r
54#define GPE1_BLK 0x00000000\r
55#define PM1_EVT_LEN 0x04\r
56#define PM1_CNT_LEN 0x02\r
57#define PM2_CNT_LEN 0x01\r
58#define PM_TM_LEN 0x04\r
59#define GPE0_BLK_LEN 0x10\r
60#define GPE1_BLK_LEN 0x00\r
61#define GPE1_BASE 0x00\r
62#define CST_CNT 0x00\r
63#define P_LVL2_LAT 0x0064\r
64#define P_LVL3_LAT 0x01F4\r
65#define FLUSH_SIZE 0x0400\r
66#define FLUSH_STRIDE 0x0010\r
67#define DUTY_OFFSET 0x01\r
68#define DUTY_WIDTH 0x03\r
69#define DAY_ALRM 0x0D\r
70#define MON_ALRM 0x00\r
71#define CENTURY 0x32\r
72#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
73#define IAPC_BOOT_ARCH ( EFI_ACPI_4_0_VGA_NOT_PRESENT | EFI_ACPI_4_0_8042 | EFI_ACPI_4_0_LEGACY_DEVICES)\r
74#define RESERVED 0x00\r
75\r
76#endif\r