D05Iort.asl 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. /*
  2. * Intel ACPI Component Architecture
  3. * iASL Compiler/Disassembler version 20151124-64
  4. * Copyright (c) 2015 - 2016 Intel Corporation
  5. *
  6. * SPDX-License-Identifier: BSD-2-Clause-Patent
  7. *
  8. * Template for [IORT] ACPI Table (static data table)
  9. * Format: [ByteLength] FieldName : HexFieldValue
  10. */
  11. [0004] Signature : "IORT" [IO Remapping Table]
  12. [0004] Table Length : 000002e4
  13. [0001] Revision : 00
  14. [0001] Checksum : BC
  15. [0006] Oem ID : "HISI "
  16. [0008] Oem Table ID : "HIP07 "
  17. [0004] Oem Revision : 00000000
  18. [0004] Asl Compiler ID : "INTL"
  19. [0004] Asl Compiler Revision : 20151124
  20. [0004] Node Count : 00000008
  21. [0004] Node Offset : 00000034
  22. [0004] Reserved : 00000000
  23. [0004] Optional Padding : 00 00 00 00
  24. /* ITS 0, for peri a */
  25. [0001] Type : 00
  26. [0002] Length : 0018
  27. [0001] Revision : 00
  28. [0004] Reserved : 00000000
  29. [0004] Mapping Count : 00000000
  30. [0004] Mapping Offset : 00000000
  31. [0004] ItsCount : 00000001
  32. [0004] Identifiers : 00000000
  33. //4c
  34. /* ITS 1, for peri b */
  35. [0001] Type : 00
  36. [0002] Length : 0018
  37. [0001] Revision : 00
  38. [0004] Reserved : 00000000
  39. [0004] Mapping Count : 00000000
  40. [0004] Mapping Offset : 00000000
  41. [0004] ItsCount : 00000001
  42. [0004] Identifiers : 00000001
  43. //64
  44. /* ITS 2, for dsa a */
  45. [0001] Type : 00
  46. [0002] Length : 0018
  47. [0001] Revision : 00
  48. [0004] Reserved : 00000000
  49. [0004] Mapping Count : 00000000
  50. [0004] Mapping Offset : 00000000
  51. [0004] ItsCount : 00000001
  52. [0004] Identifiers : 00000002
  53. //7c
  54. /* ITS 3, for dsa b */
  55. [0001] Type : 00
  56. [0002] Length : 0018
  57. [0001] Revision : 00
  58. [0004] Reserved : 00000000
  59. [0004] Mapping Count : 00000000
  60. [0004] Mapping Offset : 00000000
  61. [0004] ItsCount : 00000001
  62. [0004] Identifiers : 00000003
  63. //94
  64. /*Sec CPU ITS 0, for peri a */
  65. [0001] Type : 00
  66. [0002] Length : 0018
  67. [0001] Revision : 00
  68. [0004] Reserved : 00000000
  69. [0004] Mapping Count : 00000000
  70. [0004] Mapping Offset : 00000000
  71. [0004] ItsCount : 00000001
  72. [0004] Identifiers : 00000004
  73. //ac
  74. /* SEC CPU ITS 1, for peri b */
  75. [0001] Type : 00
  76. [0002] Length : 0018
  77. [0001] Revision : 00
  78. [0004] Reserved : 00000000
  79. [0004] Mapping Count : 00000000
  80. [0004] Mapping Offset : 00000000
  81. [0004] ItsCount : 00000001
  82. [0004] Identifiers : 00000005
  83. //c4
  84. /* SEC CPU ITS 2, for dsa a */
  85. [0001] Type : 00
  86. [0002] Length : 0018
  87. [0001] Revision : 00
  88. [0004] Reserved : 00000000
  89. [0004] Mapping Count : 00000000
  90. [0004] Mapping Offset : 00000000
  91. [0004] ItsCount : 00000001
  92. [0004] Identifiers : 00000006
  93. //dc
  94. /* SEC CPU ITS 3, for dsa b */
  95. [0001] Type : 00
  96. [0002] Length : 0018
  97. [0001] Revision : 00
  98. [0004] Reserved : 00000000
  99. [0004] Mapping Count : 00000000
  100. [0004] Mapping Offset : 00000000
  101. [0004] ItsCount : 00000001
  102. [0004] Identifiers : 00000007
  103. /* mbi-gen peri b, named component */
  104. [0001] Type : 01
  105. [0002] Length : 0046
  106. [0001] Revision : 00
  107. [0004] Reserved : 00000000
  108. [0004] Mapping Count : 00000001
  109. [0004] Mapping Offset : 00000032
  110. [0004] Node Flags : 00000000
  111. [0008] Memory Properties : [IORT Memory Access Properties]
  112. [0004] Cache Coherency : 00000000
  113. [0001] Hints (decoded below) : 00
  114. Transient : 0
  115. Write Allocate : 0
  116. Read Allocate : 0
  117. Override : 0
  118. [0002] Reserved : 0000
  119. [0001] Memory Flags (decoded below) : 00
  120. Coherency : 0
  121. Device Attribute : 0
  122. [0001] Memory Size Limit : 00
  123. [0016] Device Name : "\_SB_.MBI0"
  124. [0004] Padding : 00 00 00 00
  125. [0004] Input base : 00000000
  126. [0004] ID Count : 00000001
  127. [0004] Output Base : 000120c7 //device id
  128. [0004] Output Reference : 0000004C
  129. [0004] Flags (decoded below) : 00000001
  130. Single Mapping : 1
  131. /* mbi-gen1 dsa a, named component */
  132. [0001] Type : 01
  133. [0002] Length : 0046
  134. [0001] Revision : 00
  135. [0004] Reserved : 00000000
  136. [0004] Mapping Count : 00000001
  137. [0004] Mapping Offset : 00000032
  138. [0004] Node Flags : 00000000
  139. [0008] Memory Properties : [IORT Memory Access Properties]
  140. [0004] Cache Coherency : 00000000
  141. [0001] Hints (decoded below) : 00
  142. Transient : 0
  143. Write Allocate : 0
  144. Read Allocate : 0
  145. Override : 0
  146. [0002] Reserved : 0000
  147. [0001] Memory Flags (decoded below) : 00
  148. Coherency : 0
  149. Device Attribute : 0
  150. [0001] Memory Size Limit : 00
  151. [0016] Device Name : "\_SB_.MBI1"
  152. [0004] Padding : 00 00 00 00
  153. [0004] Input base : 00000000
  154. [0004] ID Count : 00000001
  155. [0004] Output Base : 00040800 //device id
  156. [0004] Output Reference : 00000064
  157. [0004] Flags (decoded below) : 00000001
  158. Single Mapping : 1
  159. /* mbi-gen mbi7 - RoCE named component */
  160. [0001] Type : 01
  161. [0002] Length : 0046
  162. [0001] Revision : 00
  163. [0004] Reserved : 00000000
  164. [0004] Mapping Count : 00000001
  165. [0004] Mapping Offset : 00000032
  166. [0004] Node Flags : 00000000
  167. [0008] Memory Properties : [IORT Memory Access Properties]
  168. [0004] Cache Coherency : 00000000
  169. [0001] Hints (decoded below) : 00
  170. Transient : 0
  171. Write Allocate : 0
  172. Read Allocate : 0
  173. Override : 0
  174. [0002] Reserved : 0000
  175. [0001] Memory Flags (decoded below) : 00
  176. Coherency : 0
  177. Device Attribute : 0
  178. [0001] Memory Size Limit : 00
  179. [0016] Device Name : "\_SB_.MBI9"
  180. [0004] Padding : 00 00 00 00
  181. [0004] Input base : 00000000
  182. [0004] ID Count : 00000001
  183. [0004] Output Base : 00040b1e
  184. [0004] Output Reference : 00000064
  185. [0004] Flags (decoded below) : 00000001
  186. Single Mapping : 1
  187. /* mbi-gen dsa a - usb named component */
  188. [0001] Type : 01
  189. [0002] Length : 0046
  190. [0001] Revision : 00
  191. [0004] Reserved : 00000000
  192. [0004] Mapping Count : 00000001
  193. [0004] Mapping Offset : 00000032
  194. [0004] Node Flags : 00000000
  195. [0008] Memory Properties : [IORT Memory Access Properties]
  196. [0004] Cache Coherency : 00000000
  197. [0001] Hints (decoded below) : 00
  198. Transient : 0
  199. Write Allocate : 0
  200. Read Allocate : 0
  201. Override : 0
  202. [0002] Reserved : 0000
  203. [0001] Memory Flags (decoded below) : 00
  204. Coherency : 0
  205. Device Attribute : 0
  206. [0001] Memory Size Limit : 00
  207. [0016] Device Name : "\_SB_.MBI5"
  208. [0004] Padding : 00 00 00 00
  209. [0004] Input base : 00000000
  210. [0004] ID Count : 00000001
  211. [0004] Output Base : 00040080 //device id
  212. [0004] Output Reference : 00000064
  213. [0004] Flags (decoded below) : 00000001
  214. Single Mapping : 1
  215. /* mbi-gen1 dsa a, named component */
  216. [0001] Type : 01
  217. [0002] Length : 0046
  218. [0001] Revision : 00
  219. [0004] Reserved : 00000000
  220. [0004] Mapping Count : 00000001
  221. [0004] Mapping Offset : 00000032
  222. [0004] Node Flags : 00000000
  223. [0008] Memory Properties : [IORT Memory Access Properties]
  224. [0004] Cache Coherency : 00000000
  225. [0001] Hints (decoded below) : 00
  226. Transient : 0
  227. Write Allocate : 0
  228. Read Allocate : 0
  229. Override : 0
  230. [0002] Reserved : 0000
  231. [0001] Memory Flags (decoded below) : 00
  232. Coherency : 0
  233. Device Attribute : 0
  234. [0001] Memory Size Limit : 00
  235. [0016] Device Name : "\_SB_.MBI2"
  236. [0004] Padding : 00 00 00 00
  237. [0004] Input base : 00000000
  238. [0004] ID Count : 00000001
  239. [0004] Output Base : 00040900 //device id
  240. [0004] Output Reference : 00000064
  241. [0004] Flags (decoded below) : 00000001
  242. Single Mapping : 1
  243. /* mbi-gen1 pcie, named component */
  244. [0001] Type : 01
  245. [0002] Length : 0046
  246. [0001] Revision : 00
  247. [0004] Reserved : 00000000
  248. [0004] Mapping Count : 00000001
  249. [0004] Mapping Offset : 00000032
  250. [0004] Node Flags : 00000000
  251. [0008] Memory Properties : [IORT Memory Access Properties]
  252. [0004] Cache Coherency : 00000000
  253. [0001] Hints (decoded below) : 00
  254. Transient : 0
  255. Write Allocate : 0
  256. Read Allocate : 0
  257. Override : 0
  258. [0002] Reserved : 0000
  259. [0001] Memory Flags (decoded below) : 00
  260. Coherency : 0
  261. Device Attribute : 0
  262. [0001] Memory Size Limit : 00
  263. [0016] Device Name : "\_SB_.MBI3"
  264. [0004] Padding : 00 00 00 00
  265. [0004] Input base : 00000000
  266. [0004] ID Count : 00000001
  267. [0004] Output Base : 00040000 //device id
  268. [0004] Output Reference : 00000064
  269. [0004] Flags (decoded below) : 00000001
  270. Single Mapping : 1
  271. /* mbi-gen1 pcie, named component */
  272. [0001] Type : 01
  273. [0002] Length : 0046
  274. [0001] Revision : 00
  275. [0004] Reserved : 00000000
  276. [0004] Mapping Count : 00000001
  277. [0004] Mapping Offset : 00000032
  278. [0004] Node Flags : 00000000
  279. [0008] Memory Properties : [IORT Memory Access Properties]
  280. [0004] Cache Coherency : 00000000
  281. [0001] Hints (decoded below) : 00
  282. Transient : 0
  283. Write Allocate : 0
  284. Read Allocate : 0
  285. Override : 0
  286. [0002] Reserved : 0000
  287. [0001] Memory Flags (decoded below) : 00
  288. Coherency : 0
  289. Device Attribute : 0
  290. [0001] Memory Size Limit : 00
  291. [0016] Device Name : "\_SB_.MBI4"
  292. [0004] Padding : 00 00 00 00
  293. [0004] Input base : 00000000
  294. [0004] ID Count : 00000001
  295. [0004] Output Base : 00040040 //device id
  296. [0004] Output Reference : 00000064
  297. [0004] Flags (decoded below) : 00000001
  298. Single Mapping : 1
  299. /* mbi-gen1 alg a, i2c 0 named component */
  300. [0001] Type : 01
  301. [0002] Length : 0046
  302. [0001] Revision : 00
  303. [0004] Reserved : 00000000
  304. [0004] Mapping Count : 00000001
  305. [0004] Mapping Offset : 00000032
  306. [0004] Node Flags : 00000000
  307. [0008] Memory Properties : [IORT Memory Access Properties]
  308. [0004] Cache Coherency : 00000000
  309. [0001] Hints (decoded below) : 00
  310. Transient : 0
  311. Write Allocate : 0
  312. Read Allocate : 0
  313. Override : 0
  314. [0002] Reserved : 0000
  315. [0001] Memory Flags (decoded below) : 00
  316. Coherency : 0
  317. Device Attribute : 0
  318. [0001] Memory Size Limit : 00
  319. [0016] Device Name : "\_SB_.MBI6"
  320. [0004] Padding : 00 00 00 00
  321. [0004] Input base : 00000000
  322. [0004] ID Count : 00000001
  323. [0004] Output Base : 00040B0E //device id
  324. [0004] Output Reference : 00000064
  325. [0004] Flags (decoded below) : 00000001
  326. Single Mapping : 1
  327. /* mbi-gen1 alg a, i2c 2 named component */
  328. [0001] Type : 01
  329. [0002] Length : 0046
  330. [0001] Revision : 00
  331. [0004] Reserved : 00000000
  332. [0004] Mapping Count : 00000001
  333. [0004] Mapping Offset : 00000032
  334. [0004] Node Flags : 00000000
  335. [0008] Memory Properties : [IORT Memory Access Properties]
  336. [0004] Cache Coherency : 00000000
  337. [0001] Hints (decoded below) : 00
  338. Transient : 0
  339. Write Allocate : 0
  340. Read Allocate : 0
  341. Override : 0
  342. [0002] Reserved : 0000
  343. [0001] Memory Flags (decoded below) : 00
  344. Coherency : 0
  345. Device Attribute : 0
  346. [0001] Memory Size Limit : 00
  347. [0016] Device Name : "\_SB_.MBI7"
  348. [0004] Padding : 00 00 00 00
  349. [0004] Input base : 00000000
  350. [0004] ID Count : 00000001
  351. [0004] Output Base : 00040B10 //device id
  352. [0004] Output Reference : 00000064
  353. [0004] Flags (decoded below) : 00000001
  354. Single Mapping : 1
  355. /*1P NA PCIe2 */
  356. [0001] Type : 02
  357. [0002] Length : 0038
  358. [0001] Revision : 01
  359. [0004] Reserved : 00000000
  360. [0004] Mapping Count : 00000001
  361. [0004] Mapping Offset : 00000024
  362. [0008] Memory Properties : [IORT Memory Access Properties]
  363. [0004] Cache Coherency : 00000001
  364. [0001] Hints (decoded below) : 00
  365. Transient : 0
  366. Write Allocate : 0
  367. Read Allocate : 0
  368. Override : 0
  369. [0002] Reserved : 0000
  370. [0001] Memory Flags (decoded below) : 01
  371. Coherency : 1
  372. Device Attribute : 0
  373. [0004] ATS Attribute : 00000000
  374. [0004] PCI Segment Number : 00000002
  375. Memory Size Limit : 00
  376. Reserved : 00000000
  377. [0004] Input base : 0000f800
  378. [0004] ID Count : 00000800
  379. [0004] Output Base : 0000f800
  380. [0004] Output Reference : 00000064
  381. [0004] Flags (decoded below) : 00000000
  382. Single Mapping : 0
  383. /* 1P NB PCIe0 */
  384. [0001] Type : 02
  385. [0002] Length : 0038
  386. [0001] Revision : 01
  387. [0004] Reserved : 00000000
  388. [0004] Mapping Count : 00000001
  389. [0004] Mapping Offset : 00000024
  390. [0008] Memory Properties : [IORT Memory Access Properties]
  391. [0004] Cache Coherency : 00000001
  392. [0001] Hints (decoded below) : 00
  393. Transient : 0
  394. Write Allocate : 0
  395. Read Allocate : 0
  396. Override : 0
  397. [0002] Reserved : 0000
  398. [0001] Memory Flags (decoded below) : 01
  399. Coherency : 1
  400. Device Attribute : 0
  401. [0004] ATS Attribute : 00000000
  402. [0004] PCI Segment Number : 00000004
  403. Memory Size Limit : 00
  404. Reserved : 00000000
  405. [0004] Input base : 00008800
  406. [0004] ID Count : 00000800
  407. [0004] Output Base : 00008800
  408. [0004] Output Reference : 0000007c
  409. [0004] Flags (decoded below) : 00000000
  410. Single Mapping : 0
  411. /* 1P NB PCIe1 */
  412. [0001] Type : 02
  413. [0002] Length : 0038
  414. [0001] Revision : 01
  415. [0004] Reserved : 00000000
  416. [0004] Mapping Count : 00000001
  417. [0004] Mapping Offset : 00000024
  418. [0008] Memory Properties : [IORT Memory Access Properties]
  419. [0004] Cache Coherency : 00000001
  420. [0001] Hints (decoded below) : 00
  421. Transient : 0
  422. Write Allocate : 0
  423. Read Allocate : 0
  424. Override : 0
  425. [0002] Reserved : 0000
  426. [0001] Memory Flags (decoded below) : 01
  427. Coherency : 1
  428. Device Attribute : 0
  429. [0004] ATS Attribute : 00000000
  430. [0004] PCI Segment Number : 00000005
  431. Memory Size Limit : 00
  432. Reserved : 00000000
  433. [0004] Input base : 00007800
  434. [0004] ID Count : 00000800
  435. [0004] Output Base : 00007800
  436. [0004] Output Reference : 0000007c
  437. [0004] Flags (decoded below) : 00000000
  438. Single Mapping : 0
  439. /* 1P NB PCIe2 */
  440. [0001] Type : 02
  441. [0002] Length : 0038
  442. [0001] Revision : 01
  443. [0004] Reserved : 00000000
  444. [0004] Mapping Count : 00000001
  445. [0004] Mapping Offset : 00000024
  446. [0008] Memory Properties : [IORT Memory Access Properties]
  447. [0004] Cache Coherency : 00000001
  448. [0001] Hints (decoded below) : 00
  449. Transient : 0
  450. Write Allocate : 0
  451. Read Allocate : 0
  452. Override : 0
  453. [0002] Reserved : 0000
  454. [0001] Memory Flags (decoded below) : 01
  455. Coherency : 1
  456. Device Attribute : 0
  457. [0004] ATS Attribute : 00000000
  458. [0004] PCI Segment Number : 00000006
  459. Memory Size Limit : 00
  460. Reserved : 00000000
  461. [0004] Input base : 0000c000
  462. [0004] ID Count : 00000800
  463. [0004] Output Base : 0000c000
  464. [0004] Output Reference : 0000007c
  465. [0004] Flags (decoded below) : 00000000
  466. Single Mapping : 0
  467. /* 1P NB PCIe3 */
  468. [0001] Type : 02
  469. [0002] Length : 0038
  470. [0001] Revision : 01
  471. [0004] Reserved : 00000000
  472. [0004] Mapping Count : 00000001
  473. [0004] Mapping Offset : 00000024
  474. [0008] Memory Properties : [IORT Memory Access Properties]
  475. [0004] Cache Coherency : 00000001
  476. [0001] Hints (decoded below) : 00
  477. Transient : 0
  478. Write Allocate : 0
  479. Read Allocate : 0
  480. Override : 0
  481. [0002] Reserved : 0000
  482. [0001] Memory Flags (decoded below) : 01
  483. Coherency : 1
  484. Device Attribute : 0
  485. [0004] ATS Attribute : 00000000
  486. [0004] PCI Segment Number : 00000007
  487. Memory Size Limit : 00
  488. Reserved : 00000000
  489. [0004] Input base : 00009000
  490. [0004] ID Count : 00000800
  491. [0004] Output Base : 00009000
  492. [0004] Output Reference : 0000007c
  493. [0004] Flags (decoded below) : 00000000
  494. Single Mapping : 0
  495. /* 2P NA PCIe2*/
  496. [0001] Type : 02
  497. [0002] Length : 0038
  498. [0001] Revision : 01
  499. [0004] Reserved : 00000000
  500. [0004] Mapping Count : 00000001
  501. [0004] Mapping Offset : 00000024
  502. [0008] Memory Properties : [IORT Memory Access Properties]
  503. [0004] Cache Coherency : 00000001
  504. [0001] Hints (decoded below) : 00
  505. Transient : 0
  506. Write Allocate : 0
  507. Read Allocate : 0
  508. Override : 0
  509. [0002] Reserved : 0000
  510. [0001] Memory Flags (decoded below) : 01
  511. Coherency : 1
  512. Device Attribute : 0
  513. [0004] ATS Attribute : 00000000
  514. [0004] PCI Segment Number : 0000000a
  515. Memory Size Limit : 00
  516. Reserved : 00000000
  517. [0004] Input base : 00001000
  518. [0004] ID Count : 00001000
  519. [0004] Output Base : 00001000
  520. [0004] Output Reference : 000000c4
  521. [0004] Flags (decoded below) : 00000000
  522. Single Mapping : 0
  523. /* 2P NB PCIe0*/
  524. [0001] Type : 02
  525. [0002] Length : 0038
  526. [0001] Revision : 01
  527. [0004] Reserved : 00000000
  528. [0004] Mapping Count : 00000001
  529. [0004] Mapping Offset : 00000024
  530. [0008] Memory Properties : [IORT Memory Access Properties]
  531. [0004] Cache Coherency : 00000001
  532. [0001] Hints (decoded below) : 00
  533. Transient : 0
  534. Write Allocate : 0
  535. Read Allocate : 0
  536. Override : 0
  537. [0002] Reserved : 0000
  538. [0001] Memory Flags (decoded below) : 01
  539. Coherency : 1
  540. Device Attribute : 0
  541. [0004] ATS Attribute : 00000000
  542. [0004] PCI Segment Number : 0000000c
  543. Memory Size Limit : 00
  544. Reserved : 00000000
  545. [0004] Input base : 00002000
  546. [0004] ID Count : 00001000
  547. [0004] Output Base : 00002000
  548. [0004] Output Reference : 000000dc
  549. [0004] Flags (decoded below) : 00000000
  550. Single Mapping : 0
  551. /* 2P NB PCIe1*/
  552. [0001] Type : 02
  553. [0002] Length : 0038
  554. [0001] Revision : 01
  555. [0004] Reserved : 00000000
  556. [0004] Mapping Count : 00000001
  557. [0004] Mapping Offset : 00000024
  558. [0008] Memory Properties : [IORT Memory Access Properties]
  559. [0004] Cache Coherency : 00000001
  560. [0001] Hints (decoded below) : 00
  561. Transient : 0
  562. Write Allocate : 0
  563. Read Allocate : 0
  564. Override : 0
  565. [0002] Reserved : 0000
  566. [0001] Memory Flags (decoded below) : 01
  567. Coherency : 1
  568. Device Attribute : 0
  569. [0004] ATS Attribute : 00000000
  570. [0004] PCI Segment Number : 0000000d
  571. Memory Size Limit : 00
  572. Reserved : 00000000
  573. [0004] Input base : 00003000
  574. [0004] ID Count : 00001000
  575. [0004] Output Base : 00003000
  576. [0004] Output Reference : 000000dc
  577. [0004] Flags (decoded below) : 00000000
  578. Single Mapping : 0
  579. /* mbi-gen1 P1 dsa a, named component */
  580. [0001] Type : 01
  581. [0002] Length : 0046
  582. [0001] Revision : 00
  583. [0004] Reserved : 00000000
  584. [0004] Mapping Count : 00000001
  585. [0004] Mapping Offset : 00000032
  586. [0004] Node Flags : 00000000
  587. [0008] Memory Properties : [IORT Memory Access Properties]
  588. [0004] Cache Coherency : 00000000
  589. [0001] Hints (decoded below) : 00
  590. Transient : 0
  591. Write Allocate : 0
  592. Read Allocate : 0
  593. Override : 0
  594. [0002] Reserved : 0000
  595. [0001] Memory Flags (decoded below) : 00
  596. Coherency : 0
  597. Device Attribute : 0
  598. [0001] Memory Size Limit : 00
  599. [0016] Device Name : "\_SB_.MBI8"
  600. [0004] Padding : 00 00 00 00
  601. [0004] Input base : 00000000
  602. [0004] ID Count : 00000001
  603. [0004] Output Base : 00044800 //device id
  604. [0004] Output Reference : 000000c4
  605. [0004] Flags (decoded below) : 00000001
  606. Single Mapping : 1