actbl71.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:7k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /******************************************************************************
  2.  *
  3.  * Name: actbl71.h - IA-64 Extensions to the ACPI Spec Rev. 0.71
  4.  *                   This file includes tables specific to this
  5.  *                   specification revision.
  6.  *       $Revision: 11 $
  7.  *
  8.  *****************************************************************************/
  9. /*
  10.  *  Copyright (C) 2000, 2001 R. Byron Moore
  11.  *
  12.  *  This program is free software; you can redistribute it and/or modify
  13.  *  it under the terms of the GNU General Public License as published by
  14.  *  the Free Software Foundation; either version 2 of the License, or
  15.  *  (at your option) any later version.
  16.  *
  17.  *  This program is distributed in the hope that it will be useful,
  18.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.  *  GNU General Public License for more details.
  21.  *
  22.  *  You should have received a copy of the GNU General Public License
  23.  *  along with this program; if not, write to the Free Software
  24.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  25.  */
  26. #ifndef __ACTBL71_H__
  27. #define __ACTBL71_H__
  28. /* 0.71 FADT Address_space data item bitmasks defines */
  29. /* If the associated bit is zero then it is in memory space else in io space */
  30. #define SMI_CMD_ADDRESS_SPACE       0x01
  31. #define PM1_BLK_ADDRESS_SPACE       0x02
  32. #define PM2_CNT_BLK_ADDRESS_SPACE   0x04
  33. #define PM_TMR_BLK_ADDRESS_SPACE    0x08
  34. #define GPE0_BLK_ADDRESS_SPACE      0x10
  35. #define GPE1_BLK_ADDRESS_SPACE      0x20
  36. /* Only for clarity in declarations */
  37. typedef u64                 IO_ADDRESS;
  38. #pragma pack(1)
  39. typedef struct  /* Root System Descriptor Pointer */
  40. {
  41. NATIVE_CHAR             signature [8];          /* contains "RSD PTR " */
  42. u8                      checksum;               /* to make sum of struct == 0 */
  43. NATIVE_CHAR             oem_id [6];             /* OEM identification */
  44. u8                      reserved;               /* Must be 0 for 1.0, 2 for 2.0 */
  45. u64                     rsdt_physical_address;  /* 64-bit physical address of RSDT */
  46. } RSDP_DESCRIPTOR_REV071;
  47. /*****************************************/
  48. /* IA64 Extensions to ACPI Spec Rev 0.71 */
  49. /* for the Root System Description Table */
  50. /*****************************************/
  51. typedef struct
  52. {
  53. acpi_table_header   header;                 /* Table header */
  54. u32                 reserved_pad;           /* IA64 alignment, must be 0 */
  55. u64                 table_offset_entry [1]; /* Array of pointers to other */
  56.    /* tables' headers */
  57. } RSDT_DESCRIPTOR_REV071;
  58. /*******************************************/
  59. /* IA64 Extensions to ACPI Spec Rev 0.71   */
  60. /* for the Firmware ACPI Control Structure */
  61. /*******************************************/
  62. typedef struct
  63. {
  64. NATIVE_CHAR         signature[4];         /* signature "FACS" */
  65. u32                 length;               /* length of structure, in bytes */
  66. u32                 hardware_signature;   /* hardware configuration signature */
  67. u32                 reserved4;            /* must be 0 */
  68. u64                 firmware_waking_vector; /* ACPI OS waking vector */
  69. u64                 global_lock;          /* Global Lock */
  70. u32                 S4bios_f      : 1;    /* Indicates if S4BIOS support is present */
  71. u32                 reserved1     : 31;   /* must be 0 */
  72. u8                  reserved3 [28];       /* reserved - must be zero */
  73. } facs_descriptor_rev071;
  74. /******************************************/
  75. /* IA64 Extensions to ACPI Spec Rev 0.71  */
  76. /* for the Fixed ACPI Description Table   */
  77. /******************************************/
  78. typedef struct
  79. {
  80. acpi_table_header   header;             /* table header */
  81. u32                 reserved_pad;       /* IA64 alignment, must be 0 */
  82. u64                 firmware_ctrl;      /* 64-bit Physical address of FACS */
  83. u64                 dsdt;               /* 64-bit Physical address of DSDT */
  84. u8                  model;              /* System Interrupt Model */
  85. u8                  address_space;      /* Address Space Bitmask */
  86. u16                 sci_int;            /* System vector of SCI interrupt */
  87. u8                  acpi_enable;        /* value to write to smi_cmd to enable ACPI */
  88. u8                  acpi_disable;       /* value to write to smi_cmd to disable ACPI */
  89. u8                  S4bios_req;         /* Value to write to SMI CMD to enter S4BIOS state */
  90. u8                  reserved2;          /* reserved - must be zero */
  91. u64                 smi_cmd;            /* Port address of SMI command port */
  92. u64                 pm1a_evt_blk;       /* Port address of Power Mgt 1a Acpi_event Reg Blk */
  93. u64                 pm1b_evt_blk;       /* Port address of Power Mgt 1b Acpi_event Reg Blk */
  94. u64                 pm1a_cnt_blk;       /* Port address of Power Mgt 1a Control Reg Blk */
  95. u64                 pm1b_cnt_blk;       /* Port address of Power Mgt 1b Control Reg Blk */
  96. u64                 pm2_cnt_blk;        /* Port address of Power Mgt 2 Control Reg Blk */
  97. u64                 pm_tmr_blk;         /* Port address of Power Mgt Timer Ctrl Reg Blk */
  98. u64                 gpe0blk;            /* Port addr of General Purpose Acpi_event 0 Reg Blk */
  99. u64                 gpe1_blk;           /* Port addr of General Purpose Acpi_event 1 Reg Blk */
  100. u8                  pm1_evt_len;        /* Byte Length of ports at pm1_x_evt_blk */
  101. u8                  pm1_cnt_len;        /* Byte Length of ports at pm1_x_cnt_blk */
  102. u8                  pm2_cnt_len;        /* Byte Length of ports at pm2_cnt_blk */
  103. u8                  pm_tm_len;          /* Byte Length of ports at pm_tm_blk */
  104. u8                  gpe0blk_len;        /* Byte Length of ports at gpe0_blk */
  105. u8                  gpe1_blk_len;       /* Byte Length of ports at gpe1_blk */
  106. u8                  gpe1_base;          /* offset in gpe model where gpe1 events start */
  107. u8                  reserved3;          /* reserved */
  108. u16                 plvl2_lat;          /* worst case HW latency to enter/exit C2 state */
  109. u16                 plvl3_lat;          /* worst case HW latency to enter/exit C3 state */
  110. u8                  day_alrm;           /* index to day-of-month alarm in RTC CMOS RAM */
  111. u8                  mon_alrm;           /* index to month-of-year alarm in RTC CMOS RAM */
  112. u8                  century;            /* index to century in RTC CMOS RAM */
  113. u8                  reserved4;          /* reserved */
  114. u32                 flush_cash  : 1;    /* PAL_FLUSH_CACHE is correctly supported */
  115. u32                 reserved5   : 1;    /* reserved - must be zero */
  116. u32                 proc_c1     : 1;    /* all processors support C1 state */
  117. u32                 plvl2_up    : 1;    /* C2 state works on MP system */
  118. u32                 pwr_button  : 1;    /* Power button is handled as a generic feature */
  119. u32                 sleep_button : 1;   /* Sleep button is handled as a generic feature, or not present */
  120. u32                 fixed_rTC   : 1;    /* RTC wakeup stat not in fixed register space */
  121. u32                 rtcs4       : 1;    /* RTC wakeup stat not possible from S4 */
  122. u32                 tmr_val_ext : 1;    /* tmr_val is 32 bits */
  123. u32                 dock_cap    : 1;    /* Supports Docking */
  124. u32                 reserved6   : 22;    /* reserved - must be zero */
  125. }  fadt_descriptor_rev071;
  126. #pragma pack()
  127. #endif /* __ACTBL71_H__ */