facp.asl 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*++
  2. Copyright (c) 2015 Minoca Corp.
  3. This file is licensed under the terms of the GNU General Public License
  4. version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details. See the LICENSE file at the root of this
  6. project for complete licensing information.
  7. Module Name:
  8. facp.asl
  9. Abstract:
  10. This module implements the Fixed ACPI Description Table (FADT).
  11. Author:
  12. Evan Green 10-Jul-2015
  13. Environment:
  14. Firmware
  15. --*/
  16. //
  17. // ---------------------------------------------------------------- Definitions
  18. //
  19. [0004] Signature : "FACP" [Fixed ACPI Description Table (FADT)]
  20. [0004] Table Length : 0000010C
  21. [0001] Revision : 05
  22. [0001] Checksum : 64
  23. [0006] Oem ID : "Minoca"
  24. [0008] Oem Table ID : "Minoca "
  25. [0004] Oem Revision : 00000000
  26. [0004] Asl Compiler ID : "INTL"
  27. [0004] Asl Compiler Revision : 20131115
  28. [0004] FACS Address : 00000000
  29. [0004] DSDT Address : 00000001
  30. [0001] Model : 00
  31. [0001] PM Profile : 00 [Unspecified]
  32. [0002] SCI Interrupt : 0000
  33. [0004] SMI Command Port : 00000000
  34. [0001] ACPI Enable Value : 00
  35. [0001] ACPI Disable Value : 00
  36. [0001] S4BIOS Command : 00
  37. [0001] P-State Control : 00
  38. [0004] PM1A Event Block Address : 00000000
  39. [0004] PM1B Event Block Address : 00000000
  40. [0004] PM1A Control Block Address : 00000000
  41. [0004] PM1B Control Block Address : 00000000
  42. [0004] PM2 Control Block Address : 00000000
  43. [0004] PM Timer Block Address : 00000000
  44. [0004] GPE0 Block Address : 00000000
  45. [0004] GPE1 Block Address : 00000000
  46. [0001] PM1 Event Block Length : 00
  47. [0001] PM1 Control Block Length : 00
  48. [0001] PM2 Control Block Length : 00
  49. [0001] PM Timer Block Length : 00
  50. [0001] GPE0 Block Length : 00
  51. [0001] GPE1 Block Length : 00
  52. [0001] GPE1 Base Offset : 00
  53. [0001] _CST Support : 00
  54. [0002] C2 Latency : 0000
  55. [0002] C3 Latency : 0000
  56. [0002] CPU Cache Size : 0000
  57. [0002] Cache Flush Stride : 0000
  58. [0001] Duty Cycle Offset : 00
  59. [0001] Duty Cycle Width : 00
  60. [0001] RTC Day Alarm Index : 00
  61. [0001] RTC Month Alarm Index : 00
  62. [0001] RTC Century Index : 00
  63. [0002] Boot Flags (decoded below) : 00
  64. Legacy Devices Supported (V2) : 0
  65. 8042 Present on ports 60/64 (V2) : 0
  66. VGA Not Present (V4) : 1
  67. MSI Not Supported (V4) : 1
  68. PCIe ASPM Not Supported (V4) : 1
  69. CMOS RTC Not Present (V5) : 1
  70. [0001] Reserved : 00
  71. [0004] Flags (decoded below) : 00100000
  72. WBINVD instruction is operational (V1) : 0
  73. WBINVD flushes all caches (V1) : 0
  74. All CPUs support C1 (V1) : 0
  75. C2 works on MP system (V1) : 0
  76. Control Method Power Button (V1) : 0
  77. Control Method Sleep Button (V1) : 0
  78. RTC wake not in fixed reg space (V1) : 0
  79. RTC can wake system from S4 (V1) : 0
  80. 32-bit PM Timer (V1) : 0
  81. Docking Supported (V1) : 0
  82. Reset Register Supported (V2) : 0
  83. Sealed Case (V3) : 0
  84. Headless - No Video (V3) : 0
  85. Use native instr after SLP_TYPx (V3) : 0
  86. PCIEXP_WAK Bits Supported (V4) : 0
  87. Use Platform Timer (V4) : 0
  88. RTC_STS valid on S4 wake (V4) : 0
  89. Remote Power-on capable (V4) : 0
  90. Use APIC Cluster Model (V4) : 0
  91. Use APIC Physical Destination Mode (V4) : 0
  92. Hardware Reduced (V5) : 1
  93. Low Power S0 Idle (V5) : 0
  94. [0012] Reset Register : [Generic Address Structure]
  95. [0001] Space ID : 01 [SystemIO]
  96. [0001] Bit Width : 08
  97. [0001] Bit Offset : 00
  98. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  99. [0008] Address : 0000000000000000
  100. [0001] Value to cause reset : 00
  101. [0003] Reserved : 000000
  102. [0008] FACS Address : 0000000000000000
  103. [0008] DSDT Address : 0000000000000001
  104. [0012] PM1A Event Block : [Generic Address Structure]
  105. [0001] Space ID : 01 [SystemIO]
  106. [0001] Bit Width : 00
  107. [0001] Bit Offset : 00
  108. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  109. [0008] Address : 0000000000000000
  110. [0012] PM1B Event Block : [Generic Address Structure]
  111. [0001] Space ID : 01 [SystemIO]
  112. [0001] Bit Width : 00
  113. [0001] Bit Offset : 00
  114. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  115. [0008] Address : 0000000000000000
  116. [0012] PM1A Control Block : [Generic Address Structure]
  117. [0001] Space ID : 01 [SystemIO]
  118. [0001] Bit Width : 00
  119. [0001] Bit Offset : 00
  120. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  121. [0008] Address : 0000000000000000
  122. [0012] PM1B Control Block : [Generic Address Structure]
  123. [0001] Space ID : 01 [SystemIO]
  124. [0001] Bit Width : 00
  125. [0001] Bit Offset : 00
  126. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  127. [0008] Address : 0000000000000000
  128. [0012] PM2 Control Block : [Generic Address Structure]
  129. [0001] Space ID : 01 [SystemIO]
  130. [0001] Bit Width : 00
  131. [0001] Bit Offset : 00
  132. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  133. [0008] Address : 0000000000000000
  134. [0012] PM Timer Block : [Generic Address Structure]
  135. [0001] Space ID : 01 [SystemIO]
  136. [0001] Bit Width : 00
  137. [0001] Bit Offset : 00
  138. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  139. [0008] Address : 0000000000000000
  140. [0012] GPE0 Block : [Generic Address Structure]
  141. [0001] Space ID : 01 [SystemIO]
  142. [0001] Bit Width : 00
  143. [0001] Bit Offset : 00
  144. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  145. [0008] Address : 0000000000000000
  146. [0012] GPE1 Block : [Generic Address Structure]
  147. [0001] Space ID : 01 [SystemIO]
  148. [0001] Bit Width : 00
  149. [0001] Bit Offset : 00
  150. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  151. [0008] Address : 0000000000000000
  152. [0012] Sleep Control Register : [Generic Address Structure]
  153. [0001] Space ID : 01 [SystemIO]
  154. [0001] Bit Width : 00
  155. [0001] Bit Offset : 00
  156. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  157. [0008] Address : 0000000000000000
  158. [0012] Sleep Status Register : [Generic Address Structure]
  159. [0001] Space ID : 01 [SystemIO]
  160. [0001] Bit Width : 00
  161. [0001] Bit Offset : 00
  162. [0001] Encoded Access Width : 00 [Undefined/Legacy]
  163. [0008] Address : 0000000000000000