Advertisement
Guest User

T61 original APIC table

a guest
Mar 7th, 2014
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 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 Mar 4 18:57:04 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 : 00000068
  15. [008h 0008 1] Revision : 01
  16. [009h 0009 1] Checksum : FE
  17. [00Ah 0010 6] Oem ID : "LENOVO"
  18. [010h 0016 8] Oem Table ID : "TP-7V "
  19. [018h 0024 4] Oem Revision : 00002270
  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 : 01 [I/O APIC]
  42. [03Dh 0061 1] Length : 0C
  43. [03Eh 0062 1] I/O Apic ID : 01
  44. [03Fh 0063 1] Reserved : 00
  45. [040h 0064 4] Address : FEC00000
  46. [044h 0068 4] Interrupt : 00000000
  47.  
  48. [048h 0072 1] Subtable Type : 02 [Interrupt Source Override]
  49. [049h 0073 1] Length : 0A
  50. [04Ah 0074 1] Bus : 00
  51. [04Bh 0075 1] Source : 00
  52. [04Ch 0076 4] Interrupt : 00000002
  53. [050h 0080 2] Flags (decoded below) : 0000
  54. Polarity : 0
  55. Trigger Mode : 0
  56.  
  57. [052h 0082 1] Subtable Type : 02 [Interrupt Source Override]
  58. [053h 0083 1] Length : 0A
  59. [054h 0084 1] Bus : 00
  60. [055h 0085 1] Source : 09
  61. [056h 0086 4] Interrupt : 00000009
  62. [05Ah 0090 2] Flags (decoded below) : 000D
  63. Polarity : 1
  64. Trigger Mode : 3
  65.  
  66. [05Ch 0092 1] Subtable Type : 04 [Local APIC NMI]
  67. [05Dh 0093 1] Length : 06
  68. [05Eh 0094 1] Processor ID : 00
  69. [05Fh 0095 2] Flags (decoded below) : 0005
  70. Polarity : 1
  71. Trigger Mode : 1
  72. [061h 0097 1] Interrupt Input LINT : 01
  73.  
  74. [062h 0098 1] Subtable Type : 04 [Local APIC NMI]
  75. [063h 0099 1] Length : 06
  76. [064h 0100 1] Processor ID : 01
  77. [065h 0101 2] Flags (decoded below) : 0005
  78. Polarity : 1
  79. Trigger Mode : 1
  80. [067h 0103 1] Interrupt Input LINT : 01
  81.  
  82. Raw Table Data: Length 104 (0x68)
  83.  
  84. 0000: 41 50 49 43 68 00 00 00 01 FE 4C 45 4E 4F 56 4F APICh.....LENOVO
  85. 0010: 54 50 2D 37 56 20 20 20 70 22 00 00 4C 4E 56 4F TP-7V p"..LNVO
  86. 0020: 01 00 00 00 00 00 E0 FE 01 00 00 00 00 08 00 00 ................
  87. 0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0C 01 00 ................
  88. 0040: 00 00 C0 FE 00 00 00 00 02 0A 00 00 02 00 00 00 ................
  89. 0050: 00 00 02 0A 00 09 09 00 00 00 0D 00 04 06 00 05 ................
  90. 0060: 00 01 04 06 01 05 00 01 ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement