Advertisement
Guest User

R500 original APIC table

a guest
Mar 7th, 2014
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. /*
  2. * Intel ACPI Component Architecture
  3. * AML Disassembler version 20130823-64
  4. * Copyright (c) 2000 - 2013 Intel Corporation
  5. *
  6. * Disassembly of APIC.aml, Tue Feb 11 17:36:28 2014
  7. *
  8. * ACPI Data Table [APIC]
  9. *
  10. * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
  11. */
  12.  
  13. [000h 0000 4] Signature : "APIC" [Multiple APIC Description Table (MADT)]
  14. [004h 0004 4] Table Length : 00000078
  15. [008h 0008 1] Revision : 01
  16. [009h 0009 1] Checksum : E2
  17. [00Ah 0010 6] Oem ID : "LENOVO"
  18. [010h 0016 8] Oem Table ID : "TP-7Y "
  19. [018h 0024 4] Oem Revision : 00003150
  20. [01Ch 0028 4] Asl Compiler ID : "LNVO"
  21. [020h 0032 4] Asl Compiler Revision : 00000001
  22.  
  23. [024h 0036 4] Local Apic Address : FEE00000
  24. [028h 0040 4] Flags (decoded below) : 00000001
  25. PC-AT Compatibility : 1
  26.  
  27. [02Ch 0044 1] Subtable Type : 00 [Processor Local APIC]
  28. [02Dh 0045 1] Length : 08
  29. [02Eh 0046 1] Processor ID : 00
  30. [02Fh 0047 1] Local Apic ID : 00
  31. [030h 0048 4] Flags (decoded below) : 00000001
  32. Processor Enabled : 1
  33.  
  34. [034h 0052 1] Subtable Type : 00 [Processor Local APIC]
  35. [035h 0053 1] Length : 08
  36. [036h 0054 1] Processor ID : 01
  37. [037h 0055 1] Local Apic ID : 01
  38. [038h 0056 4] Flags (decoded below) : 00000001
  39. Processor Enabled : 1
  40.  
  41. [03Ch 0060 1] Subtable Type : 00 [Processor Local APIC]
  42. [03Dh 0061 1] Length : 08
  43. [03Eh 0062 1] Processor ID : 02
  44. [03Fh 0063 1] Local Apic ID : 02
  45. [040h 0064 4] Flags (decoded below) : 00000000
  46. Processor Enabled : 0
  47.  
  48. [044h 0068 1] Subtable Type : 00 [Processor Local APIC]
  49. [045h 0069 1] Length : 08
  50. [046h 0070 1] Processor ID : 03
  51. [047h 0071 1] Local Apic ID : 03
  52. [048h 0072 4] Flags (decoded below) : 00000000
  53. Processor Enabled : 0
  54.  
  55. [04Ch 0076 1] Subtable Type : 01 [I/O APIC]
  56. [04Dh 0077 1] Length : 0C
  57. [04Eh 0078 1] I/O Apic ID : 01
  58. [04Fh 0079 1] Reserved : 00
  59. [050h 0080 4] Address : FEC00000
  60. [054h 0084 4] Interrupt : 00000000
  61.  
  62. [058h 0088 1] Subtable Type : 02 [Interrupt Source Override]
  63. [059h 0089 1] Length : 0A
  64. [05Ah 0090 1] Bus : 00
  65. [05Bh 0091 1] Source : 00
  66. [05Ch 0092 4] Interrupt : 00000002
  67. [060h 0096 2] Flags (decoded below) : 0000
  68. Polarity : 0
  69. Trigger Mode : 0
  70.  
  71. [062h 0098 1] Subtable Type : 02 [Interrupt Source Override]
  72. [063h 0099 1] Length : 0A
  73. [064h 0100 1] Bus : 00
  74. [065h 0101 1] Source : 09
  75. [066h 0102 4] Interrupt : 00000009
  76. [06Ah 0106 2] Flags (decoded below) : 000D
  77. Polarity : 1
  78. Trigger Mode : 3
  79.  
  80. [06Ch 0108 1] Subtable Type : 04 [Local APIC NMI]
  81. [06Dh 0109 1] Length : 06
  82. [06Eh 0110 1] Processor ID : 00
  83. [06Fh 0111 2] Flags (decoded below) : 0005
  84. Polarity : 1
  85. Trigger Mode : 1
  86. [071h 0113 1] Interrupt Input LINT : 01
  87.  
  88. [072h 0114 1] Subtable Type : 04 [Local APIC NMI]
  89. [073h 0115 1] Length : 06
  90. [074h 0116 1] Processor ID : 01
  91. [075h 0117 2] Flags (decoded below) : 0005
  92. Polarity : 1
  93. Trigger Mode : 1
  94. [077h 0119 1] Interrupt Input LINT : 01
  95.  
  96. Raw Table Data: Length 120 (0x78)
  97.  
  98. 0000: 41 50 49 43 78 00 00 00 01 E2 4C 45 4E 4F 56 4F APICx.....LENOVO
  99. 0010: 54 50 2D 37 59 20 20 20 50 31 00 00 4C 4E 56 4F TP-7Y P1..LNVO
  100. 0020: 01 00 00 00 00 00 E0 FE 01 00 00 00 00 08 00 00 ................
  101. 0030: 01 00 00 00 00 08 01 01 01 00 00 00 00 08 02 02 ................
  102. 0040: 00 00 00 00 00 08 03 03 00 00 00 00 01 0C 01 00 ................
  103. 0050: 00 00 C0 FE 00 00 00 00 02 0A 00 00 02 00 00 00 ................
  104. 0060: 00 00 02 0A 00 09 09 00 00 00 0D 00 04 06 00 05 ................
  105. 0070: 00 01 04 06 01 05 00 01 ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement