Guest User

lenovo/g505s: proper way of IRQ table programming - 2nd rev

a guest
Oct 20th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.38 KB | None | 0 0
  1. static const u8 mainboard_picr_data[FCH_INT_TABLE_SIZE] = {
  2. /* INTA# - INTH# */
  3. [0x00] = 0x03,0x04,0x05,0x07,0x1F,0x1F,0x1F,0x1F,
  4. /* Misc-nil,0,1,2, INT from Serial irq */
  5. [0x08] = 0x5A,0xF1,0x00,0x00,0x1F,0x1F,0x1F,0x1F,
  6. /* SCI, SMBUS0, ASF, HDA, FC, GEC, PerMon, SD */
  7. [0x10] = 0x1F,0x1F,0x1F,0x03,0x1F,0x1F,0x1F,0x1F,
  8. /* IMC INT0 - 5 */
  9. [0x20] = 0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,
  10. /* USB Devs 18/19/22 INTA-B */
  11. [0x30] = 0x05,0x04,0x05,0x04,0x05,0x04,0x1F,0x1F,
  12. /* RSVD, SATA */
  13. [0x40] = 0x1F, 0x07
  14. };
  15.  
  16. static const u8 mainboard_intr_data[FCH_INT_TABLE_SIZE] = {
  17. /* INTA# - INTH# */
  18. [0x00] = 0x10,0x11,0x12,0x13,0x1F,0x1F,0x1F,0x1F,
  19. /* Misc-nil,0,1,2, INT from Serial irq */
  20. [0x08] = 0x00,0x00,0x00,0x00,0x1F,0x1F,0x1F,0x1F,
  21. /* SCI, SMBUS0, ASF, HDA, FC, GEC, PerMon, SD */
  22. [0x10] = 0x09,0x1F,0x1F,0x10,0x1F,0x1F,0x1F,0x1F,
  23. /* IMC INT0 - 5 */
  24. [0x20] = 0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,
  25. /* USB Devs 18/19/22 INTA-B */
  26. [0x30] = 0x12,0x11,0x12,0x11,0x12,0x11,0x1F,0x1F,
  27. /* RSVD, SATA */
  28. [0x40] = 0x1F, 0x13
  29. };
  30.  
  31.  
  32. coreboot-4.12-3285-ga2118c7b54-dirty Tue Oct 13 10:32:23 UTC 2020 bootblock starting (log level: 8)...
  33. Timestamp - end of bootblock: 25436053073
  34. FMAP: Found "FLASH" version 1.1 at 0x0.
  35. FMAP: base = 0xffc00000 size = 0x400000 #areas = 3
  36. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  37. CBFS: Locating 'fallback/romstage'
  38. CBFS: Found @ offset 30000 size 4d66c
  39. Timestamp - starting to load romstage: 25447973846
  40. Timestamp - finished loading romstage: 25449357702
  41. BS: bootblock times (exec / console): total (unknown) / 2 ms
  42.  
  43.  
  44. coreboot-4.12-3285-ga2118c7b54-dirty Tue Oct 13 10:32:23 UTC 2020 romstage starting (log level: 8)...
  45. APIC 00: CPU Family_Model = 00610f31
  46.  
  47. APIC 00: ** Enter AmdInitReset [00020007]
  48. Timestamp - calling AmdInitReset: 25527890166
  49. Fch OEM config in INIT RESET
  50. Timestamp - back from AmdInitReset: 25574702864
  51. AmdInitReset() returned AGESA_SUCCESS
  52. APIC 00: Heap in LocalCache (2) at 0x00400000
  53. APIC 00: ** Exit AmdInitReset [00020007]
  54.  
  55. APIC 00: ** Enter AmdInitEarly [00020002]
  56. Timestamp - calling AmdInitEarly: 25577989573
  57. Timestamp - back from AmdInitEarly: 26166215678
  58. AmdInitEarly() returned AGESA_SUCCESS
  59. APIC 00: Heap in LocalCache (2) at 0x00400000
  60. APIC 00: ** Exit AmdInitEarly [00020002]
  61. Timestamp - before RAM initialization: 26172724343
  62.  
  63. APIC 00: ** Enter AmdInitPost [00020006]
  64. Timestamp - calling AmdInitPost: 26176846871
  65. -------------READING SPD-----------
  66. iobase: 0x00000B00, SmbusSlave: 0x000000A0, count: 256
  67.  
  68. -------------FINISHED READING SPD-----------
  69. -------------READING SPD-----------
  70. iobase: 0x00000B00, SmbusSlave: 0x000000A2, count: 256
  71.  
  72. -------------FINISHED READING SPD-----------
  73. Timestamp - back from AmdInitPost: 31439815577
  74. AmdInitPost() returned AGESA_SUCCESS
  75. APIC 00: Heap in TempMem (3) at 0x000b0000
  76. APIC 00: ** Exit AmdInitPost [00020006]
  77. Timestamp - after RAM initialization: 31453744051
  78. CBMEM:
  79. IMD: root @ 0x5ffff000 254 entries.
  80. IMD: root @ 0x5fffec00 62 entries.
  81. MTRR Range: Start=0 End=40000000 (Size 40000000)
  82. MTRR Range: Start=40000000 End=60000000 (Size 20000000)
  83. MTRR Range: Start=ffc00000 End=0 (Size 400000)
  84. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  85. CBFS: Locating 'fallback/postcar'
  86. CBFS: Found @ offset 1a480 size 53b4
  87. Decompressing stage fallback/postcar @ 0x5ffbafc0 (37712 bytes)
  88. Loading module at 0x5ffbb000 with entry 0x5ffbb000. filesize: 0x4fd0 memsize: 0x9310
  89. Processing 226 relocs. Offset value of 0x5dfbb000
  90. Timestamp - end of romstage: 31482771426
  91. BS: romstage times (exec / console): total (unknown) / 6 ms
  92.  
  93.  
  94. coreboot-4.12-3285-ga2118c7b54-dirty Tue Oct 13 10:32:23 UTC 2020 postcar starting (log level: 8)...
  95. usbdebug: Failed hardware init
  96. Timestamp - start of postcar: 31486406186
  97. Timestamp - end of postcar: 31486413875
  98. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  99. CBFS: Locating 'fallback/ramstage'
  100. CBFS: Found @ offset 7d700 size 275e0
  101. Timestamp - starting to load ramstage: 31487225361
  102. Decompressing stage fallback/ramstage @ 0x5fe7cfc0 (1297704 bytes)
  103. Timestamp - starting LZMA decompress (ignore for x86): 31487283644
  104. Timestamp - finished LZMA decompress (ignore for x86): 31666604686
  105. Loading module at 0x5fe7d000 with entry 0x5fe7d000. filesize: 0x5cca0 memsize: 0x13cce8
  106. Processing 6552 relocs. Offset value of 0x5f07d000
  107. Timestamp - finished loading ramstage: 31666947987
  108. BS: postcar times (exec / console): total (unknown) / 0 ms
  109.  
  110.  
  111. coreboot-4.12-3285-ga2118c7b54-dirty Tue Oct 13 10:32:23 UTC 2020 ramstage starting (log level: 8)...
  112. usbdebug: Failed hardware init
  113. Timestamp - start of ramstage: 31667000633
  114. Normal boot
  115.  
  116. APIC 00: ** Enter AmdInitEnv [00020003]
  117. Timestamp - calling AmdInitEnv: 31667054326
  118. Wiped HEAP at [10000000 - 1002ffff]
  119. Fch OEM config in INIT ENV
  120. Timestamp - back from AmdInitEnv: 31690022596
  121. AmdInitEnv() returned AGESA_SUCCESS
  122. APIC 00: Heap in SystemMem (4) at 0x10000014
  123. APIC 00: ** Exit AmdInitEnv [00020003]
  124. BS: BS_PRE_DEVICE entry times (exec / console): 5 / 0 ms
  125. Timestamp - device enumeration: 31690057631
  126. Enumerating buses...
  127. Show all devs... Before device enumeration.
  128. Root Device: enabled 1
  129. CPU_CLUSTER: 0: enabled 1
  130. DOMAIN: 0000: enabled 1
  131. APIC: 10: enabled 1
  132. PCI: 00:00.0: enabled 1
  133. PCI: 00:00.2: enabled 1
  134. PCI: 00:01.0: enabled 1
  135. PCI: 00:01.1: enabled 1
  136. PCI: 00:02.0: enabled 1
  137. PCI: 00:03.0: enabled 0
  138. PCI: 00:04.0: enabled 1
  139. PCI: 00:05.0: enabled 1
  140. PCI: 00:06.0: enabled 0
  141. PCI: 00:07.0: enabled 0
  142. PCI: 00:08.0: enabled 0
  143. PCI: 00:09.0: enabled 0
  144. PCI: 00:10.0: enabled 1
  145. PCI: 00:11.0: enabled 1
  146. PCI: 00:12.0: enabled 1
  147. PCI: 00:12.2: enabled 1
  148. PCI: 00:13.0: enabled 1
  149. PCI: 00:13.2: enabled 1
  150. PCI: 00:14.0: enabled 1
  151. PCI: 00:14.2: enabled 1
  152. PCI: 00:14.3: enabled 1
  153. PCI: 00:14.4: enabled 1
  154. PCI: 00:14.5: enabled 0
  155. PCI: 00:14.6: enabled 0
  156. PCI: 00:14.7: enabled 0
  157. PCI: 00:15.0: enabled 0
  158. PCI: 00:15.1: enabled 0
  159. PCI: 00:15.2: enabled 0
  160. PCI: 00:15.3: enabled 0
  161. PCI: 00:18.0: enabled 1
  162. PCI: 00:18.1: enabled 1
  163. PCI: 00:18.2: enabled 1
  164. PCI: 00:18.3: enabled 1
  165. PCI: 00:18.4: enabled 1
  166. PCI: 00:18.5: enabled 1
  167. PNP: 00ff.1: enabled 1
  168. Compare with tree...
  169. Root Device: enabled 1
  170. CPU_CLUSTER: 0: enabled 1
  171. APIC: 10: enabled 1
  172. DOMAIN: 0000: enabled 1
  173. PCI: 00:00.0: enabled 1
  174. PCI: 00:00.2: enabled 1
  175. PCI: 00:01.0: enabled 1
  176. PCI: 00:01.1: enabled 1
  177. PCI: 00:02.0: enabled 1
  178. PCI: 00:03.0: enabled 0
  179. PCI: 00:04.0: enabled 1
  180. PCI: 00:05.0: enabled 1
  181. PCI: 00:06.0: enabled 0
  182. PCI: 00:07.0: enabled 0
  183. PCI: 00:08.0: enabled 0
  184. PCI: 00:09.0: enabled 0
  185. PCI: 00:10.0: enabled 1
  186. PCI: 00:11.0: enabled 1
  187. PCI: 00:12.0: enabled 1
  188. PCI: 00:12.2: enabled 1
  189. PCI: 00:13.0: enabled 1
  190. PCI: 00:13.2: enabled 1
  191. PCI: 00:14.0: enabled 1
  192. PCI: 00:14.2: enabled 1
  193. PCI: 00:14.3: enabled 1
  194. PNP: 00ff.1: enabled 1
  195. PCI: 00:14.4: enabled 1
  196. PCI: 00:14.5: enabled 0
  197. PCI: 00:14.6: enabled 0
  198. PCI: 00:14.7: enabled 0
  199. PCI: 00:15.0: enabled 0
  200. PCI: 00:15.1: enabled 0
  201. PCI: 00:15.2: enabled 0
  202. PCI: 00:15.3: enabled 0
  203. PCI: 00:18.0: enabled 1
  204. PCI: 00:18.1: enabled 1
  205. PCI: 00:18.2: enabled 1
  206. PCI: 00:18.3: enabled 1
  207. PCI: 00:18.4: enabled 1
  208. PCI: 00:18.5: enabled 1
  209. Mainboard LENOVO G505S Enable.
  210. Root Device scanning...
  211. scan_static_bus for Root Device
  212. setup_bsp_ramtop, TOP MEM: msr.lo = 0x80000000, msr.hi = 0x00000000
  213. setup_bsp_ramtop, TOP MEM2: msr.lo = 0x7f000000, msr.hi = 0x00000004
  214. CPU_CLUSTER: 0 enabled
  215. DOMAIN: 0000 enabled
  216. CPU_CLUSTER: 0 scanning...
  217. PCI: 00:18.5 family15h, core_max=0x10, core_nums=0xf, siblings=0x3
  218. lpaicid_start=0x10 node 0x0 core 0x0 apicid=0x10
  219. CPU: APIC: 10 enabled
  220. lpaicid_start=0x10 node 0x0 core 0x1 apicid=0x11
  221. CPU: APIC: 11 enabled
  222. lpaicid_start=0x10 node 0x0 core 0x2 apicid=0x12
  223. CPU: APIC: 12 enabled
  224. lpaicid_start=0x10 node 0x0 core 0x3 apicid=0x13
  225. CPU: APIC: 13 enabled
  226. scan_bus: bus CPU_CLUSTER: 0 finished in 0 msecs
  227. DOMAIN: 0000 scanning...
  228. PCI: pci_scan_bus for bus 00
  229. PCI: 00:00.0 [1022/1410] enabled
  230. PCI: 00:00.2 [1022/1419] ops
  231. PCI: 00:00.2 [1022/1419] enabled
  232. PCI: 00:01.0 [1002/990b] enabled
  233. PCI: 00:01.1 [1002/9902] enabled
  234. PCI: 00:02.0 subordinate bus PCI Express
  235. PCI: 00:02.0 [1022/1412] enabled
  236. PCI: 00:04.0 subordinate bus PCI Express
  237. PCI: 00:04.0 [1022/1414] enabled
  238. PCI: 00:05.0 subordinate bus PCI Express
  239. PCI: 00:05.0 [1022/1415] enabled
  240. hudson_enable()
  241. PCI: Static device PCI: 00:10.0 not found, disabling it.
  242. hudson_enable()
  243. PCI: 00:11.0 [1022/7801] ops
  244. PCI: 00:11.0 [1022/7801] enabled
  245. hudson_enable()
  246. PCI: 00:12.0 [1022/7807] ops
  247. PCI: 00:12.0 [1022/7807] enabled
  248. hudson_enable()
  249. PCI: 00:12.2 [1022/7808] ops
  250. PCI: 00:12.2 [1022/7808] enabled
  251. hudson_enable()
  252. PCI: 00:13.0 [1022/7807] ops
  253. PCI: 00:13.0 [1022/7807] enabled
  254. hudson_enable()
  255. PCI: 00:13.2 [1022/7808] ops
  256. PCI: 00:13.2 [1022/7808] enabled
  257. hudson_enable()
  258. PCI: 00:14.0 [1022/780b] bus ops
  259. PCI: 00:14.0 [1022/780b] enabled
  260. hudson_enable()
  261. PCI: 00:14.2 [1022/780d] ops
  262. PCI: 00:14.2 [1022/780d] enabled
  263. hudson_enable()
  264. PCI: 00:14.3 [1022/780e] bus ops
  265. PCI: 00:14.3 [1022/780e] enabled
  266. hudson_enable()
  267. PCI: 00:14.4 [1022/780f] bus ops
  268. PCI: 00:14.4 [1022/780f] enabled
  269. hudson_enable()
  270. hudson_enable()
  271. hudson_enable()
  272. hudson_enable()
  273. hudson_enable()
  274. hudson_enable()
  275. hudson_enable()
  276. PCI: 00:16.0 [1022/7807] ops
  277. PCI: 00:16.0 [1022/7807] enabled
  278. PCI: 00:16.2 [1022/7808] ops
  279. PCI: 00:16.2 [1022/7808] enabled
  280. PCI: 00:18.0 [1022/1400] ops
  281. PCI: 00:18.0 [1022/1400] enabled
  282. PCI: 00:18.1 [1022/1401] enabled
  283. PCI: 00:18.2 [1022/1402] enabled
  284. PCI: 00:18.3 [1022/1403] enabled
  285. PCI: 00:18.4 [1022/1404] enabled
  286. PCI: 00:18.5 [1022/1405] enabled
  287. PCI: Leftover static devices:
  288. PCI: 00:03.0
  289. PCI: 00:06.0
  290. PCI: 00:07.0
  291. PCI: 00:08.0
  292. PCI: 00:09.0
  293. PCI: 00:10.0
  294. PCI: 00:14.5
  295. PCI: 00:14.6
  296. PCI: 00:14.7
  297. PCI: 00:15.0
  298. PCI: 00:15.1
  299. PCI: 00:15.2
  300. PCI: 00:15.3
  301. PCI: Check your devicetree.cb.
  302. PCI: 00:02.0 scanning...
  303. do_pci_scan_bridge for PCI: 00:02.0
  304. PCI: pci_scan_bus for bus 01
  305. PCI: 01:00.0 [1002/6665] enabled
  306. Enabling Common Clock Configuration
  307. PCIE CLK PM is not supported by endpoint
  308. ASPM: Enabled L0s and L1
  309. PCIe: Max_Payload_Size adjusted to 256
  310. Failed to enable LTR for dev = PCI: 01:00.0
  311. scan_bus: bus PCI: 00:02.0 finished in 0 msecs
  312. PCI: 00:04.0 scanning...
  313. do_pci_scan_bridge for PCI: 00:04.0
  314. PCI: pci_scan_bus for bus 02
  315. PCI: 02:00.0 [1969/10a0] enabled
  316. Enabling Common Clock Configuration
  317. ASPM: Enabled L0s and L1
  318. PCIe: Max_Payload_Size adjusted to 256
  319. Failed to enable LTR for dev = PCI: 02:00.0
  320. scan_bus: bus PCI: 00:04.0 finished in 0 msecs
  321. PCI: 00:05.0 scanning...
  322. do_pci_scan_bridge for PCI: 00:05.0
  323. PCI: pci_scan_bus for bus 03
  324. PCI: 03:00.0 [168c/0034] enabled
  325. Enabling Common Clock Configuration
  326. PCIE CLK PM is not supported by endpoint
  327. ASPM: Enabled L0s and L1
  328. PCIe: Max_Payload_Size adjusted to 128
  329. Failed to enable LTR for dev = PCI: 03:00.0
  330. scan_bus: bus PCI: 00:05.0 finished in 0 msecs
  331. PCI: 00:14.0 scanning...
  332. scan_generic_bus for PCI: 00:14.0
  333. scan_generic_bus for PCI: 00:14.0 done
  334. scan_bus: bus PCI: 00:14.0 finished in 0 msecs
  335. PCI: 00:14.3 scanning...
  336. scan_static_bus for PCI: 00:14.3
  337. PNP: 00ff.1 enabled
  338. PNP: 00ff.0 enabled
  339. scan_static_bus for PCI: 00:14.3 done
  340. scan_bus: bus PCI: 00:14.3 finished in 0 msecs
  341. PCI: 00:14.4 scanning...
  342. do_pci_scan_bridge for PCI: 00:14.4
  343. PCI: pci_scan_bus for bus 04
  344. scan_bus: bus PCI: 00:14.4 finished in 0 msecs
  345. scan_bus: bus DOMAIN: 0000 finished in 1 msecs
  346. scan_static_bus for Root Device done
  347. scan_bus: bus Root Device finished in 1 msecs
  348. done
  349. BS: BS_DEV_ENUMERATE run times (exec / console): 6 / 0 ms
  350. Timestamp - device configuration: 31718736733
  351. found VGA at PCI: 00:01.0
  352. Setting up VGA for PCI: 00:01.0
  353. Setting PCI_BRIDGE_CTL_VGA for bridge DOMAIN: 0000
  354. Setting PCI_BRIDGE_CTL_VGA for bridge Root Device
  355. Allocating resources...
  356. Reading resources...
  357. Root Device read_resources bus 0 link: 0
  358. CPU_CLUSTER: 0 read_resources bus 0 link: 0
  359. CPU_CLUSTER: 0 read_resources bus 0 link: 0 done
  360. fx_devs=0x1
  361. DOMAIN: 0000 read_resources bus 0 link: 0
  362. PCI: 00:02.0 read_resources bus 1 link: 0
  363. PCI: 00:02.0 read_resources bus 1 link: 0 done
  364. PCI: 00:04.0 read_resources bus 2 link: 0
  365. PCI: 00:04.0 read_resources bus 2 link: 0 done
  366. PCI: 00:05.0 read_resources bus 3 link: 0
  367. PCI: 00:05.0 read_resources bus 3 link: 0 done
  368. More than one caller of pci_ehci_read_resources from PCI: 00:12.0
  369. PCI: 00:12.2 EHCI BAR hook registered
  370. More than one caller of pci_ehci_read_resources from PCI: 00:13.0
  371. More than one caller of pci_ehci_read_resources from PCI: 00:13.2
  372. PCI: 00:14.3 read_resources bus 0 link: 0
  373. PNP: 00ff.1 missing read_resources
  374. PCI: 00:14.3 read_resources bus 0 link: 0 done
  375. PCI: 00:14.4 read_resources bus 4 link: 0
  376. PCI: 00:14.4 read_resources bus 4 link: 0 done
  377. More than one caller of pci_ehci_read_resources from PCI: 00:16.0
  378. More than one caller of pci_ehci_read_resources from PCI: 00:16.2
  379. Adding PCIe enhanced config space BAR 0xf8000000-0xfc000000.
  380. PCI: 00:18.0 read_resources bus 0 link: 0
  381. PCI: 00:18.0 read_resources bus 0 link: 0 done
  382. PCI: 00:18.0 read_resources bus 0 link: 1
  383. PCI: 00:18.0 read_resources bus 0 link: 1 done
  384. PCI: 00:18.0 read_resources bus 0 link: 2
  385. PCI: 00:18.0 read_resources bus 0 link: 2 done
  386. PCI: 00:18.0 read_resources bus 0 link: 3
  387. PCI: 00:18.0 read_resources bus 0 link: 3 done
  388. DOMAIN: 0000 read_resources bus 0 link: 0 done
  389. Root Device read_resources bus 0 link: 0 done
  390. Done reading resources.
  391. Show resources in subtree (Root Device)...After reading.
  392. Root Device child on link 0 CPU_CLUSTER: 0
  393. CPU_CLUSTER: 0 child on link 0 APIC: 10
  394. APIC: 10
  395. APIC: 11
  396. APIC: 12
  397. APIC: 13
  398. DOMAIN: 0000 child on link 0 PCI: 00:00.0
  399. DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffff flags 40040100 index 10000000
  400. DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffffffffffff flags 40040200 index 10000100
  401. PCI: 00:00.0
  402. PCI: 00:00.2
  403. PCI: 00:00.2 resource base 0 size 80000 align 19 gran 19 limit ffffffff flags 200 index 44
  404. PCI: 00:01.0
  405. PCI: 00:01.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffff flags 1200 index 10
  406. PCI: 00:01.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 14
  407. PCI: 00:01.0 resource base 0 size 40000 align 18 gran 18 limit ffffffff flags 200 index 18
  408. PCI: 00:01.1
  409. PCI: 00:01.1 resource base 0 size 4000 align 14 gran 14 limit ffffffff flags 200 index 10
  410. PCI: 00:02.0 child on link 0 PCI: 01:00.0
  411. PCI: 00:02.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
  412. PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
  413. PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
  414. PCI: 01:00.0
  415. PCI: 01:00.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffffffffffff flags 1201 index 10
  416. PCI: 01:00.0 resource base 0 size 40000 align 18 gran 18 limit ffffffffffffffff flags 201 index 18
  417. PCI: 01:00.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 20
  418. PCI: 01:00.0 resource base 0 size 20000 align 17 gran 17 limit ffffffff flags 2200 index 30
  419. PCI: 00:04.0 child on link 0 PCI: 02:00.0
  420. PCI: 00:04.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
  421. PCI: 00:04.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
  422. PCI: 00:04.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
  423. PCI: 02:00.0
  424. PCI: 02:00.0 resource base 0 size 40000 align 18 gran 18 limit ffffffffffffffff flags 201 index 10
  425. PCI: 02:00.0 resource base 0 size 80 align 7 gran 7 limit ffff flags 100 index 18
  426. PCI: 00:05.0 child on link 0 PCI: 03:00.0
  427. PCI: 00:05.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
  428. PCI: 00:05.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
  429. PCI: 00:05.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
  430. PCI: 03:00.0
  431. PCI: 03:00.0 resource base 0 size 80000 align 19 gran 19 limit ffffffffffffffff flags 201 index 10
  432. PCI: 03:00.0 resource base 0 size 10000 align 16 gran 16 limit ffffffff flags 2200 index 30
  433. PCI: 00:11.0
  434. PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 10
  435. PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 14
  436. PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 18
  437. PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 1c
  438. PCI: 00:11.0 resource base 0 size 10 align 4 gran 4 limit ffff flags 100 index 20
  439. PCI: 00:11.0 resource base 0 size 800 align 12 gran 11 limit ffffffff flags 200 index 24
  440. PCI: 00:12.0
  441. PCI: 00:12.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
  442. PCI: 00:12.2
  443. PCI: 00:12.2 resource base 0 size 100 align 12 gran 8 limit ffffffff flags 200 index 10
  444. PCI: 00:13.0
  445. PCI: 00:13.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
  446. PCI: 00:13.2
  447. PCI: 00:13.2 resource base 0 size 100 align 12 gran 8 limit ffffffff flags 200 index 10
  448. PCI: 00:14.0
  449. PCI: 00:14.2
  450. PCI: 00:14.2 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 201 index 10
  451. PCI: 00:14.3 child on link 0 PNP: 00ff.1
  452. PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
  453. PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
  454. PCI: 00:14.3 resource base fec10000 size 400 align 0 gran 0 limit 0 flags e0040200 index 2
  455. PCI: 00:14.3 resource base fec00000 size 1000 align 0 gran 0 limit 0 flags c0000200 index 3
  456. PNP: 00ff.1
  457. PNP: 00ff.0
  458. PCI: 00:14.4
  459. PCI: 00:14.4 resource base 0 size 0 align 12 gran 12 limit ffff flags 80102 index 1c
  460. PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 81202 index 24
  461. PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
  462. PCI: 00:16.0
  463. PCI: 00:16.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
  464. PCI: 00:16.2
  465. PCI: 00:16.2 resource base 0 size 100 align 12 gran 8 limit ffffffff flags 200 index 10
  466. PCI: 00:18.0
  467. PCI: 00:18.0 resource base f8000000 size 4000000 align 0 gran 0 limit 0 flags f0000200 index c0010058
  468. PCI: 00:18.1
  469. PCI: 00:18.2
  470. PCI: 00:18.3
  471. PCI: 00:18.4
  472. PCI: 00:18.5
  473. DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff
  474. PCI: 00:02.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
  475. PCI: 01:00.0 20 * [0x0 - 0xff] io
  476. PCI: 00:02.0 io: base: 100 size: 1000 align: 12 gran: 12 limit: ffff done
  477. PCI: 00:04.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
  478. PCI: 02:00.0 18 * [0x0 - 0x7f] io
  479. PCI: 00:04.0 io: base: 80 size: 1000 align: 12 gran: 12 limit: ffff done
  480. PCI: 00:05.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
  481. PCI: 00:05.0 io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff done
  482. PCI: 00:14.4 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
  483. PCI: 00:14.4 io: base: 0 size: 0 align: 12 gran: 12 limit: ffff done
  484. PCI: 00:02.0 1c * [0x0 - 0xfff] io
  485. PCI: 00:04.0 1c * [0x1000 - 0x1fff] io
  486. PCI: 00:01.0 14 * [0x2000 - 0x20ff] io
  487. PCI: 00:11.0 20 * [0x2400 - 0x240f] io
  488. PCI: 00:11.0 10 * [0x2410 - 0x2417] io
  489. PCI: 00:11.0 18 * [0x2418 - 0x241f] io
  490. PCI: 00:11.0 14 * [0x2420 - 0x2423] io
  491. PCI: 00:11.0 1c * [0x2424 - 0x2427] io
  492. DOMAIN: 0000 io: base: 2428 size: 2428 align: 12 gran: 0 limit: ffff done
  493. DOMAIN: 0000 mem: base: 0 size: 0 align: 0 gran: 0 limit: ffffffffffff
  494. PCI: 00:02.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
  495. PCI: 01:00.0 10 * [0x0 - 0xfffffff] prefmem
  496. PCI: 00:02.0 prefmem: base: 10000000 size: 10000000 align: 28 gran: 20 limit: ffffffffffffffff done
  497. PCI: 00:02.0 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
  498. PCI: 01:00.0 18 * [0x0 - 0x3ffff] mem
  499. PCI: 01:00.0 30 * [0x40000 - 0x5ffff] mem
  500. PCI: 00:02.0 mem: base: 60000 size: 100000 align: 20 gran: 20 limit: ffffffff done
  501. PCI: 00:04.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
  502. PCI: 00:04.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff done
  503. PCI: 00:04.0 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
  504. PCI: 02:00.0 10 * [0x0 - 0x3ffff] mem
  505. PCI: 00:04.0 mem: base: 40000 size: 100000 align: 20 gran: 20 limit: ffffffff done
  506. PCI: 00:05.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
  507. PCI: 00:05.0 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff done
  508. PCI: 00:05.0 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
  509. PCI: 03:00.0 10 * [0x0 - 0x7ffff] mem
  510. PCI: 03:00.0 30 * [0x80000 - 0x8ffff] mem
  511. PCI: 00:05.0 mem: base: 90000 size: 100000 align: 20 gran: 20 limit: ffffffff done
  512. PCI: 00:14.4 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
  513. PCI: 00:14.4 prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
  514. PCI: 00:14.4 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
  515. PCI: 00:14.4 mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
  516. PCI: 00:01.0 10 * [0x0 - 0xfffffff] prefmem
  517. PCI: 00:02.0 24 * [0x10000000 - 0x1fffffff] prefmem
  518. PCI: 00:02.0 20 * [0x20000000 - 0x200fffff] mem
  519. PCI: 00:04.0 20 * [0x20100000 - 0x201fffff] mem
  520. PCI: 00:05.0 20 * [0x20200000 - 0x202fffff] mem
  521. PCI: 00:00.2 44 * [0x20300000 - 0x2037ffff] mem
  522. PCI: 00:01.0 18 * [0x20380000 - 0x203bffff] mem
  523. PCI: 00:01.1 10 * [0x203c0000 - 0x203c3fff] mem
  524. PCI: 00:14.2 10 * [0x203c4000 - 0x203c7fff] mem
  525. PCI: 00:12.0 10 * [0x203c8000 - 0x203c8fff] mem
  526. PCI: 00:13.0 10 * [0x203c9000 - 0x203c9fff] mem
  527. PCI: 00:16.0 10 * [0x203ca000 - 0x203cafff] mem
  528. PCI: 00:11.0 24 * [0x203cb000 - 0x203cb7ff] mem
  529. PCI: 00:12.2 10 * [0x203cc000 - 0x203cc0ff] mem
  530. PCI: 00:13.2 10 * [0x203cd000 - 0x203cd0ff] mem
  531. PCI: 00:16.2 10 * [0x203ce000 - 0x203ce0ff] mem
  532. DOMAIN: 0000 mem: base: 203ce100 size: 203ce100 align: 28 gran: 0 limit: ffffffff done
  533. avoid_fixed_resources: DOMAIN: 0000
  534. avoid_fixed_resources:@DOMAIN: 0000 10000000 limit 0000ffff
  535. avoid_fixed_resources:@DOMAIN: 0000 10000100 limit ffffffff
  536. constrain_resources: PCI: 00:14.3 10000000 base 00000000 limit 00000fff io (fixed)
  537. constrain_resources: PCI: 00:14.3 10000100 base ff800000 limit ffffffff mem (fixed)
  538. constrain_resources: PCI: 00:14.3 02 base fec10000 limit fec103ff mem (fixed)
  539. constrain_resources: PCI: 00:14.3 03 base fec00000 limit fec00fff mem (fixed)
  540. constrain_resources: PCI: 00:18.0 c0010058 base f8000000 limit fbffffff mem (fixed)
  541. avoid_fixed_resources:@DOMAIN: 0000 10000000 base 00001000 limit 0000ffff
  542. avoid_fixed_resources:@DOMAIN: 0000 10000100 base d0000000 limit f7ffffff
  543. Setting resources...
  544. DOMAIN: 0000 io: base:1000 size:2428 align:12 gran:0 limit:ffff
  545. PCI: 00:02.0 1c * [0x1000 - 0x1fff] io
  546. PCI: 00:04.0 1c * [0x2000 - 0x2fff] io
  547. PCI: 00:01.0 14 * [0x3000 - 0x30ff] io
  548. PCI: 00:11.0 20 * [0x3400 - 0x340f] io
  549. PCI: 00:11.0 10 * [0x3410 - 0x3417] io
  550. PCI: 00:11.0 18 * [0x3418 - 0x341f] io
  551. PCI: 00:11.0 14 * [0x3420 - 0x3423] io
  552. PCI: 00:11.0 1c * [0x3424 - 0x3427] io
  553. DOMAIN: 0000 io: next_base: 3428 size: 2428 align: 12 gran: 0 done
  554. PCI: 00:02.0 io: base:1000 size:1000 align:12 gran:12 limit:1fff
  555. PCI: 01:00.0 20 * [0x1000 - 0x10ff] io
  556. PCI: 00:02.0 io: next_base: 1100 size: 1000 align: 12 gran: 12 done
  557. PCI: 00:04.0 io: base:2000 size:1000 align:12 gran:12 limit:2fff
  558. PCI: 02:00.0 18 * [0x2000 - 0x207f] io
  559. PCI: 00:04.0 io: next_base: 2080 size: 1000 align: 12 gran: 12 done
  560. PCI: 00:05.0 io: base:0 size:0 align:12 gran:12 limit:ffff
  561. PCI: 00:05.0 io: next_base: 0 size: 0 align: 12 gran: 12 done
  562. PCI: 00:14.4 io: base:0 size:0 align:12 gran:12 limit:ffff
  563. PCI: 00:14.4 io: next_base: 0 size: 0 align: 12 gran: 12 done
  564. DOMAIN: 0000 mem: base:d0000000 size:203ce100 align:28 gran:0 limit:f7ffffff
  565. PCI: 00:01.0 10 * [0xd0000000 - 0xdfffffff] prefmem
  566. PCI: 00:02.0 24 * [0xe0000000 - 0xefffffff] prefmem
  567. PCI: 00:02.0 20 * [0xf0000000 - 0xf00fffff] mem
  568. PCI: 00:04.0 20 * [0xf0100000 - 0xf01fffff] mem
  569. PCI: 00:05.0 20 * [0xf0200000 - 0xf02fffff] mem
  570. PCI: 00:00.2 44 * [0xf0300000 - 0xf037ffff] mem
  571. PCI: 00:01.0 18 * [0xf0380000 - 0xf03bffff] mem
  572. PCI: 00:01.1 10 * [0xf03c0000 - 0xf03c3fff] mem
  573. PCI: 00:14.2 10 * [0xf03c4000 - 0xf03c7fff] mem
  574. PCI: 00:12.0 10 * [0xf03c8000 - 0xf03c8fff] mem
  575. PCI: 00:13.0 10 * [0xf03c9000 - 0xf03c9fff] mem
  576. PCI: 00:16.0 10 * [0xf03ca000 - 0xf03cafff] mem
  577. PCI: 00:11.0 24 * [0xf03cb000 - 0xf03cb7ff] mem
  578. PCI: 00:12.2 10 * [0xf03cc000 - 0xf03cc0ff] mem
  579. PCI: 00:13.2 10 * [0xf03cd000 - 0xf03cd0ff] mem
  580. PCI: 00:16.2 10 * [0xf03ce000 - 0xf03ce0ff] mem
  581. DOMAIN: 0000 mem: next_base: f03ce100 size: 203ce100 align: 28 gran: 0 done
  582. PCI: 00:02.0 prefmem: base:e0000000 size:10000000 align:28 gran:20 limit:efffffff
  583. PCI: 01:00.0 10 * [0xe0000000 - 0xefffffff] prefmem
  584. PCI: 00:02.0 prefmem: next_base: f0000000 size: 10000000 align: 28 gran: 20 done
  585. PCI: 00:02.0 mem: base:f0000000 size:100000 align:20 gran:20 limit:f00fffff
  586. PCI: 01:00.0 18 * [0xf0000000 - 0xf003ffff] mem
  587. PCI: 01:00.0 30 * [0xf0040000 - 0xf005ffff] mem
  588. PCI: 00:02.0 mem: next_base: f0060000 size: 100000 align: 20 gran: 20 done
  589. PCI: 00:04.0 prefmem: base:0 size:0 align:20 gran:20 limit:f7ffffff
  590. PCI: 00:04.0 prefmem: next_base: 0 size: 0 align: 20 gran: 20 done
  591. PCI: 00:04.0 mem: base:f0100000 size:100000 align:20 gran:20 limit:f01fffff
  592. PCI: 02:00.0 10 * [0xf0100000 - 0xf013ffff] mem
  593. PCI: 00:04.0 mem: next_base: f0140000 size: 100000 align: 20 gran: 20 done
  594. PCI: 00:05.0 prefmem: base:0 size:0 align:20 gran:20 limit:f7ffffff
  595. PCI: 00:05.0 prefmem: next_base: 0 size: 0 align: 20 gran: 20 done
  596. PCI: 00:05.0 mem: base:f0200000 size:100000 align:20 gran:20 limit:f02fffff
  597. PCI: 03:00.0 10 * [0xf0200000 - 0xf027ffff] mem
  598. PCI: 03:00.0 30 * [0xf0280000 - 0xf028ffff] mem
  599. PCI: 00:05.0 mem: next_base: f0290000 size: 100000 align: 20 gran: 20 done
  600. PCI: 00:14.4 prefmem: base:0 size:0 align:20 gran:20 limit:f7ffffff
  601. PCI: 00:14.4 prefmem: next_base: 0 size: 0 align: 20 gran: 20 done
  602. PCI: 00:14.4 mem: base:0 size:0 align:20 gran:20 limit:f7ffffff
  603. PCI: 00:14.4 mem: next_base: 0 size: 0 align: 20 gran: 20 done
  604. Root Device assign_resources, bus 0 link: 0
  605. node 0: mmio_basek=00200000, basek=00400000, limitk=011e0000
  606. add_uma_resource_below_tolm: uma size 0x20000000, memory start 0x60000000
  607. DOMAIN: 0000 assign_resources, bus 0 link: 0
  608. PCI: 00:00.2 44 <- [0x00f0300000 - 0x00f037ffff] size 0x00080000 gran 0x13 mem
  609. PCI: 00:01.0 10 <- [0x00d0000000 - 0x00dfffffff] size 0x10000000 gran 0x1c prefmem
  610. PCI: 00:01.0 14 <- [0x0000003000 - 0x00000030ff] size 0x00000100 gran 0x08 io
  611. PCI: 00:01.0 18 <- [0x00f0380000 - 0x00f03bffff] size 0x00040000 gran 0x12 mem
  612. PCI: 00:01.1 10 <- [0x00f03c0000 - 0x00f03c3fff] size 0x00004000 gran 0x0e mem
  613. PCI: 00:02.0 1c <- [0x0000001000 - 0x0000001fff] size 0x00001000 gran 0x0c bus 01 io
  614. PCI: 00:02.0 24 <- [0x00e0000000 - 0x00efffffff] size 0x10000000 gran 0x14 bus 01 prefmem
  615. PCI: 00:02.0 20 <- [0x00f0000000 - 0x00f00fffff] size 0x00100000 gran 0x14 bus 01 mem
  616. PCI: 00:02.0 assign_resources, bus 1 link: 0
  617. PCI: 01:00.0 10 <- [0x00e0000000 - 0x00efffffff] size 0x10000000 gran 0x1c prefmem64
  618. PCI: 01:00.0 18 <- [0x00f0000000 - 0x00f003ffff] size 0x00040000 gran 0x12 mem64
  619. PCI: 01:00.0 20 <- [0x0000001000 - 0x00000010ff] size 0x00000100 gran 0x08 io
  620. PCI: 01:00.0 30 <- [0x00f0040000 - 0x00f005ffff] size 0x00020000 gran 0x11 romem
  621. PCI: 00:02.0 assign_resources, bus 1 link: 0
  622. PCI: 00:04.0 1c <- [0x0000002000 - 0x0000002fff] size 0x00001000 gran 0x0c bus 02 io
  623. PCI: 00:04.0 24 <- [0x00f7ffffff - 0x00f7fffffe] size 0x00000000 gran 0x14 bus 02 prefmem
  624. PCI: 00:04.0 20 <- [0x00f0100000 - 0x00f01fffff] size 0x00100000 gran 0x14 bus 02 mem
  625. PCI: 00:04.0 assign_resources, bus 2 link: 0
  626. PCI: 02:00.0 10 <- [0x00f0100000 - 0x00f013ffff] size 0x00040000 gran 0x12 mem64
  627. PCI: 02:00.0 18 <- [0x0000002000 - 0x000000207f] size 0x00000080 gran 0x07 io
  628. PCI: 00:04.0 assign_resources, bus 2 link: 0
  629. PCI: 00:05.0 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 03 io
  630. PCI: 00:05.0 24 <- [0x00f7ffffff - 0x00f7fffffe] size 0x00000000 gran 0x14 bus 03 prefmem
  631. PCI: 00:05.0 20 <- [0x00f0200000 - 0x00f02fffff] size 0x00100000 gran 0x14 bus 03 mem
  632. PCI: 00:05.0 assign_resources, bus 3 link: 0
  633. PCI: 03:00.0 10 <- [0x00f0200000 - 0x00f027ffff] size 0x00080000 gran 0x13 mem64
  634. PCI: 03:00.0 30 <- [0x00f0280000 - 0x00f028ffff] size 0x00010000 gran 0x10 romem
  635. PCI: 00:05.0 assign_resources, bus 3 link: 0
  636. PCI: 00:11.0 10 <- [0x0000003410 - 0x0000003417] size 0x00000008 gran 0x03 io
  637. PCI: 00:11.0 14 <- [0x0000003420 - 0x0000003423] size 0x00000004 gran 0x02 io
  638. PCI: 00:11.0 18 <- [0x0000003418 - 0x000000341f] size 0x00000008 gran 0x03 io
  639. PCI: 00:11.0 1c <- [0x0000003424 - 0x0000003427] size 0x00000004 gran 0x02 io
  640. PCI: 00:11.0 20 <- [0x0000003400 - 0x000000340f] size 0x00000010 gran 0x04 io
  641. PCI: 00:11.0 24 <- [0x00f03cb000 - 0x00f03cb7ff] size 0x00000800 gran 0x0b mem
  642. PCI: 00:12.0 10 <- [0x00f03c8000 - 0x00f03c8fff] size 0x00001000 gran 0x0c mem
  643. PCI: 00:12.2 EHCI Debug Port hook triggered
  644. PCI: 00:12.2 10 <- [0x00f03cc000 - 0x00f03cc0ff] size 0x00000100 gran 0x08 mem
  645. PCI: 00:12.2 10 <- [0x00f03cc000 - 0x00f03cc0ff] size 0x00000100 gran 0x08 mem
  646. PCI: 00:12.2 EHCI Debug Port relocated
  647. PCI: 00:13.0 10 <- [0x00f03c9000 - 0x00f03c9fff] size 0x00001000 gran 0x0c mem
  648. PCI: 00:13.2 10 <- [0x00f03cd000 - 0x00f03cd0ff] size 0x00000100 gran 0x08 mem
  649. PCI: 00:14.2 10 <- [0x00f03c4000 - 0x00f03c7fff] size 0x00004000 gran 0x0e mem64
  650. PCI: 00:14.3 assign_resources, bus 0 link: 0
  651. PCI: 00:14.3 assign_resources, bus 0 link: 0
  652. PCI: 00:14.4 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 04 io
  653. PCI: 00:14.4 24 <- [0x00f7ffffff - 0x00f7fffffe] size 0x00000000 gran 0x14 bus 04 prefmem
  654. PCI: 00:14.4 20 <- [0x00f7ffffff - 0x00f7fffffe] size 0x00000000 gran 0x14 bus 04 mem
  655. PCI: 00:16.0 10 <- [0x00f03ca000 - 0x00f03cafff] size 0x00001000 gran 0x0c mem
  656. PCI: 00:16.2 10 <- [0x00f03ce000 - 0x00f03ce0ff] size 0x00000100 gran 0x08 mem
  657. DOMAIN: 0000 assign_resources, bus 0 link: 0
  658. Root Device assign_resources, bus 0 link: 0
  659. Done setting resources.
  660. Show resources in subtree (Root Device)...After assigning values.
  661. Root Device child on link 0 CPU_CLUSTER: 0
  662. CPU_CLUSTER: 0 child on link 0 APIC: 10
  663. APIC: 10
  664. APIC: 11
  665. APIC: 12
  666. APIC: 13
  667. DOMAIN: 0000 child on link 0 PCI: 00:00.0
  668. DOMAIN: 0000 resource base 1000 size 2428 align 12 gran 0 limit ffff flags 40040100 index 10000000
  669. DOMAIN: 0000 resource base d0000000 size 203ce100 align 28 gran 0 limit f7ffffff flags 40040200 index 10000100
  670. DOMAIN: 0000 resource base 0 size a0000 align 0 gran 0 limit 0 flags e0004200 index 10
  671. DOMAIN: 0000 resource base c0000 size 7ff40000 align 0 gran 0 limit 0 flags e0004200 index 20
  672. DOMAIN: 0000 resource base 100000000 size 37f000000 align 0 gran 0 limit 0 flags e0004200 index 30
  673. DOMAIN: 0000 resource base 60000000 size 20000000 align 0 gran 0 limit 0 flags f0000200 index 7
  674. PCI: 00:00.0
  675. PCI: 00:00.2
  676. PCI: 00:00.2 resource base f0300000 size 80000 align 19 gran 19 limit f037ffff flags 60000200 index 44
  677. PCI: 00:01.0
  678. PCI: 00:01.0 resource base d0000000 size 10000000 align 28 gran 28 limit dfffffff flags 60001200 index 10
  679. PCI: 00:01.0 resource base 3000 size 100 align 8 gran 8 limit 30ff flags 60000100 index 14
  680. PCI: 00:01.0 resource base f0380000 size 40000 align 18 gran 18 limit f03bffff flags 60000200 index 18
  681. PCI: 00:01.1
  682. PCI: 00:01.1 resource base f03c0000 size 4000 align 14 gran 14 limit f03c3fff flags 60000200 index 10
  683. PCI: 00:02.0 child on link 0 PCI: 01:00.0
  684. PCI: 00:02.0 resource base 1000 size 1000 align 12 gran 12 limit 1fff flags 60080102 index 1c
  685. PCI: 00:02.0 resource base e0000000 size 10000000 align 28 gran 20 limit efffffff flags 60081202 index 24
  686. PCI: 00:02.0 resource base f0000000 size 100000 align 20 gran 20 limit f00fffff flags 60080202 index 20
  687. PCI: 01:00.0
  688. PCI: 01:00.0 resource base e0000000 size 10000000 align 28 gran 28 limit efffffff flags 60001201 index 10
  689. PCI: 01:00.0 resource base f0000000 size 40000 align 18 gran 18 limit f003ffff flags 60000201 index 18
  690. PCI: 01:00.0 resource base 1000 size 100 align 8 gran 8 limit 10ff flags 60000100 index 20
  691. PCI: 01:00.0 resource base f0040000 size 20000 align 17 gran 17 limit f005ffff flags 60002200 index 30
  692. PCI: 00:04.0 child on link 0 PCI: 02:00.0
  693. PCI: 00:04.0 resource base 2000 size 1000 align 12 gran 12 limit 2fff flags 60080102 index 1c
  694. PCI: 00:04.0 resource base f7ffffff size 0 align 20 gran 20 limit f7ffffff flags 60081202 index 24
  695. PCI: 00:04.0 resource base f0100000 size 100000 align 20 gran 20 limit f01fffff flags 60080202 index 20
  696. PCI: 02:00.0
  697. PCI: 02:00.0 resource base f0100000 size 40000 align 18 gran 18 limit f013ffff flags 60000201 index 10
  698. PCI: 02:00.0 resource base 2000 size 80 align 7 gran 7 limit 207f flags 60000100 index 18
  699. PCI: 00:05.0 child on link 0 PCI: 03:00.0
  700. PCI: 00:05.0 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
  701. PCI: 00:05.0 resource base f7ffffff size 0 align 20 gran 20 limit f7ffffff flags 60081202 index 24
  702. PCI: 00:05.0 resource base f0200000 size 100000 align 20 gran 20 limit f02fffff flags 60080202 index 20
  703. PCI: 03:00.0
  704. PCI: 03:00.0 resource base f0200000 size 80000 align 19 gran 19 limit f027ffff flags 60000201 index 10
  705. PCI: 03:00.0 resource base f0280000 size 10000 align 16 gran 16 limit f028ffff flags 60002200 index 30
  706. PCI: 00:11.0
  707. PCI: 00:11.0 resource base 3410 size 8 align 3 gran 3 limit 3417 flags 60000100 index 10
  708. PCI: 00:11.0 resource base 3420 size 4 align 2 gran 2 limit 3423 flags 60000100 index 14
  709. PCI: 00:11.0 resource base 3418 size 8 align 3 gran 3 limit 341f flags 60000100 index 18
  710. PCI: 00:11.0 resource base 3424 size 4 align 2 gran 2 limit 3427 flags 60000100 index 1c
  711. PCI: 00:11.0 resource base 3400 size 10 align 4 gran 4 limit 340f flags 60000100 index 20
  712. PCI: 00:11.0 resource base f03cb000 size 800 align 12 gran 11 limit f03cb7ff flags 60000200 index 24
  713. PCI: 00:12.0
  714. PCI: 00:12.0 resource base f03c8000 size 1000 align 12 gran 12 limit f03c8fff flags 60000200 index 10
  715. PCI: 00:12.2
  716. PCI: 00:12.2 resource base f03cc000 size 100 align 12 gran 8 limit f03cc0ff flags 60000200 index 10
  717. PCI: 00:13.0
  718. PCI: 00:13.0 resource base f03c9000 size 1000 align 12 gran 12 limit f03c9fff flags 60000200 index 10
  719. PCI: 00:13.2
  720. PCI: 00:13.2 resource base f03cd000 size 100 align 12 gran 8 limit f03cd0ff flags 60000200 index 10
  721. PCI: 00:14.0
  722. PCI: 00:14.2
  723. PCI: 00:14.2 resource base f03c4000 size 4000 align 14 gran 14 limit f03c7fff flags 60000201 index 10
  724. PCI: 00:14.3 child on link 0 PNP: 00ff.1
  725. PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
  726. PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
  727. PCI: 00:14.3 resource base fec10000 size 400 align 0 gran 0 limit 0 flags e0040200 index 2
  728. PCI: 00:14.3 resource base fec00000 size 1000 align 0 gran 0 limit 0 flags c0000200 index 3
  729. PNP: 00ff.1
  730. PNP: 00ff.0
  731. PCI: 00:14.4
  732. PCI: 00:14.4 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
  733. PCI: 00:14.4 resource base f7ffffff size 0 align 20 gran 20 limit f7ffffff flags 60081202 index 24
  734. PCI: 00:14.4 resource base f7ffffff size 0 align 20 gran 20 limit f7ffffff flags 60080202 index 20
  735. PCI: 00:16.0
  736. PCI: 00:16.0 resource base f03ca000 size 1000 align 12 gran 12 limit f03cafff flags 60000200 index 10
  737. PCI: 00:16.2
  738. PCI: 00:16.2 resource base f03ce000 size 100 align 12 gran 8 limit f03ce0ff flags 60000200 index 10
  739. PCI: 00:18.0
  740. PCI: 00:18.0 resource base f8000000 size 4000000 align 0 gran 0 limit 0 flags f0000200 index c0010058
  741. PCI: 00:18.1
  742. PCI: 00:18.2
  743. PCI: 00:18.3
  744. PCI: 00:18.4
  745. PCI: 00:18.5
  746. Done allocating resources.
  747. BS: BS_DEV_RESOURCES run times (exec / console): 1 / 1 ms
  748.  
  749. APIC 00: ** Enter AmdInitMid [00020005]
  750. Timestamp - calling AmdInitMid: 31730949764
  751. Timestamp - back from AmdInitMid: 31759317647
  752. AmdInitMid() returned AGESA_SUCCESS
  753. APIC 00: Heap in SystemMem (4) at 0x10000014
  754. APIC 00: ** Exit AmdInitMid [00020005]
  755. PCI_INTR tables: Writing registers C00/C01 for PIC mode PCI IRQ routing:
  756. PCI_INTR_INDEX PCI_INTR_DATA
  757. 0x00 INTA# : 0x03
  758. 0x01 INTB# : 0x04
  759. 0x02 INTC# : 0x05
  760. 0x03 INTD# : 0x07
  761. 0x04 INTE# : 0x1F
  762. 0x05 INTF# : 0x1F
  763. 0x06 INTG# : 0x1F
  764. 0x07 INTH# : 0x1F
  765. 0x08 Misc : 0x5A
  766. 0x09 Misc0 : 0xF1
  767. 0x0A Misc1 : 0x00
  768. 0x0B Misc2 : 0x00
  769. 0x0C Ser IRQ INTA : 0x1F
  770. 0x0D Ser IRQ INTB : 0x1F
  771. 0x0E Ser IRQ INTC : 0x1F
  772. 0x0F Ser IRQ INTD : 0x1F
  773. 0x10 SCI : 0x1F
  774. 0x11 SMBUS0 : 0x1F
  775. 0x12 ASF : 0x1F
  776. 0x13 HDA : 0x03
  777. 0x14 SD : 0x1F
  778. 0x15 GEC : 0x1F
  779. 0x16 PerMon : 0x1F
  780. 0x20 IMC INT0 : 0x1F
  781. 0x21 IMC INT1 : 0x1F
  782. 0x22 IMC INT2 : 0x1F
  783. 0x23 IMC INT3 : 0x1F
  784. 0x24 IMC INT4 : 0x1F
  785. 0x25 IMC INT5 : 0x1F
  786. 0x30 Dev18.0 INTA : 0x05
  787. 0x31 Dev18.2 INTB : 0x04
  788. 0x32 Dev19.0 INTA : 0x05
  789. 0x33 Dev19.2 INTB : 0x04
  790. 0x34 Dev22.0 INTA : 0x05
  791. 0x35 Dev22.2 INTB : 0x04
  792. 0x36 Dev20.5 INTC : 0x1F
  793. 0x40 IDE : 0x1F
  794. 0x41 SATA : 0x07
  795. 0x50 GPPInt0 : 0x00
  796. 0x51 GPPInt1 : 0x00
  797. 0x52 GPPInt2 : 0x00
  798. 0x53 GPPInt3 : 0x00
  799. PCI_INTR tables: Writing registers C00/C01 for APIC mode PCI IRQ routing:
  800. PCI_INTR_INDEX PCI_INTR_DATA
  801. 0x00 INTA# : 0x10
  802. 0x01 INTB# : 0x11
  803. 0x02 INTC# : 0x12
  804. 0x03 INTD# : 0x13
  805. 0x04 INTE# : 0x1F
  806. 0x05 INTF# : 0x1F
  807. 0x06 INTG# : 0x1F
  808. 0x07 INTH# : 0x1F
  809. 0x08 Misc : 0x00
  810. 0x09 Misc0 : 0x00
  811. 0x0A Misc1 : 0x00
  812. 0x0B Misc2 : 0x00
  813. 0x0C Ser IRQ INTA : 0x1F
  814. 0x0D Ser IRQ INTB : 0x1F
  815. 0x0E Ser IRQ INTC : 0x1F
  816. 0x0F Ser IRQ INTD : 0x1F
  817. 0x10 SCI : 0x09
  818. 0x11 SMBUS0 : 0x1F
  819. 0x12 ASF : 0x1F
  820. 0x13 HDA : 0x10
  821. 0x14 SD : 0x1F
  822. 0x15 GEC : 0x1F
  823. 0x16 PerMon : 0x1F
  824. 0x20 IMC INT0 : 0x1F
  825. 0x21 IMC INT1 : 0x1F
  826. 0x22 IMC INT2 : 0x1F
  827. 0x23 IMC INT3 : 0x1F
  828. 0x24 IMC INT4 : 0x1F
  829. 0x25 IMC INT5 : 0x1F
  830. 0x30 Dev18.0 INTA : 0x12
  831. 0x31 Dev18.2 INTB : 0x11
  832. 0x32 Dev19.0 INTA : 0x12
  833. 0x33 Dev19.2 INTB : 0x11
  834. 0x34 Dev22.0 INTA : 0x12
  835. 0x35 Dev22.2 INTB : 0x11
  836. 0x36 Dev20.5 INTC : 0x1F
  837. 0x40 IDE : 0x1F
  838. 0x41 SATA : 0x13
  839. 0x50 GPPInt0 : 0x00
  840. 0x51 GPPInt1 : 0x00
  841. 0x52 GPPInt2 : 0x00
  842. 0x53 GPPInt3 : 0x00
  843. PCI_CFG IRQ: Write PCI config space IRQ assignments
  844. PCI IRQ: Found device 0:00.02 using PIN A
  845. PCI Devfn (0x2) not found in pirq_data table
  846. PCI IRQ: Found device 0:01.00 using PIN A
  847. Found this device in pirq_data table entry 0
  848. Orig INT_PIN : 1 (PIN A)
  849. PCI_INTR idx : 0x00 (INTA# )
  850. INT_LINE : 0x3 (IRQ 3)
  851. PCI IRQ: Found device 0:01.01 using PIN B
  852. Found this device in pirq_data table entry 1
  853. Orig INT_PIN : 2 (PIN B)
  854. PCI_INTR idx : 0x01 (INTB# )
  855. INT_LINE : 0x4 (IRQ 4)
  856. PCI IRQ: Found device 0:02.00 using PIN A
  857. Found this device in pirq_data table entry 2
  858. Orig INT_PIN : 1 (PIN A)
  859. PCI_INTR idx : 0x00 (INTA# )
  860. INT_LINE : 0x3 (IRQ 3)
  861. PCI IRQ: Found device 0:04.00 using PIN A
  862. PCI Devfn (0x20) not found in pirq_data table
  863. PCI IRQ: Found device 0:05.00 using PIN A
  864. PCI Devfn (0x28) not found in pirq_data table
  865. PCI IRQ: Found device 0:11.00 using PIN A
  866. Found this device in pirq_data table entry 5
  867. Orig INT_PIN : 1 (PIN A)
  868. PCI_INTR idx : 0x41 (SATA )
  869. INT_LINE : 0x7 (IRQ 7)
  870. PCI IRQ: Found device 0:12.00 using PIN A
  871. Found this device in pirq_data table entry 6
  872. Orig INT_PIN : 1 (PIN A)
  873. PCI_INTR idx : 0x30 (Dev18.0 INTA)
  874. INT_LINE : 0x5 (IRQ 5)
  875. PCI IRQ: Found device 0:12.02 using PIN B
  876. Found this device in pirq_data table entry 7
  877. Orig INT_PIN : 2 (PIN B)
  878. PCI_INTR idx : 0x31 (Dev18.2 INTB)
  879. INT_LINE : 0x4 (IRQ 4)
  880. PCI IRQ: Found device 0:13.00 using PIN A
  881. Found this device in pirq_data table entry 8
  882. Orig INT_PIN : 1 (PIN A)
  883. PCI_INTR idx : 0x32 (Dev19.0 INTA)
  884. INT_LINE : 0x5 (IRQ 5)
  885. PCI IRQ: Found device 0:13.02 using PIN B
  886. Found this device in pirq_data table entry 9
  887. Orig INT_PIN : 2 (PIN B)
  888. PCI_INTR idx : 0x33 (Dev19.2 INTB)
  889. INT_LINE : 0x4 (IRQ 4)
  890. PCI IRQ: Found device 0:14.02 using PIN A
  891. Found this device in pirq_data table entry 12
  892. Orig INT_PIN : 1 (PIN A)
  893. PCI_INTR idx : 0x13 (HDA )
  894. INT_LINE : 0x3 (IRQ 3)
  895. PCI IRQ: Found device 0:16.00 using PIN A
  896. Found this device in pirq_data table entry 10
  897. Orig INT_PIN : 1 (PIN A)
  898. PCI_INTR idx : 0x34 (Dev22.0 INTA)
  899. INT_LINE : 0x5 (IRQ 5)
  900. PCI IRQ: Found device 0:16.02 using PIN B
  901. Found this device in pirq_data table entry 11
  902. Orig INT_PIN : 2 (PIN B)
  903. PCI_INTR idx : 0x35 (Dev22.2 INTB)
  904. INT_LINE : 0x4 (IRQ 4)
  905. PCI IRQ: Found device 1:00.00 using PIN A
  906. With INT_PIN swizzled to PIN A
  907. Attached to bridge device 0:02h.00h
  908. Found this device in pirq_data table entry 2
  909. Orig INT_PIN : 1 (PIN A)
  910. PCI_INTR idx : 0x00 (INTA# )
  911. INT_LINE : 0x3 (IRQ 3)
  912. PCI IRQ: Found device 2:00.00 using PIN A
  913. With INT_PIN swizzled to PIN A
  914. Attached to bridge device 0:04h.00h
  915. PCI Devfn (0x20) not found in pirq_data table
  916. PCI IRQ: Found device 3:00.00 using PIN A
  917. With INT_PIN swizzled to PIN A
  918. Attached to bridge device 0:05h.00h
  919. PCI Devfn (0x28) not found in pirq_data table
  920. PCI_CFG IRQ: Finished writing PCI config space IRQ assignments
  921. BS: BS_DEV_ENABLE entry times (exec / console): 6 / 0 ms
  922. Timestamp - device enable: 31760996691
  923. Enabling resources...
  924. PCI: 00:00.0 subsystem <- 1022/1410
  925. PCI: 00:00.0 cmd <- 06
  926. PCI: 00:00.2 subsystem <- 1022/1410
  927. PCI: 00:00.2 cmd <- 06
  928. PCI: 00:01.0 subsystem <- 1022/1410
  929. PCI: 00:01.0 cmd <- 07
  930. PCI: 00:01.1 subsystem <- 1022/1410
  931. PCI: 00:01.1 cmd <- 02
  932. PCI: 00:02.0 bridge ctrl <- 0013
  933. PCI: 00:02.0 cmd <- 07
  934. PCI: 00:04.0 bridge ctrl <- 0013
  935. PCI: 00:04.0 cmd <- 07
  936. PCI: 00:05.0 bridge ctrl <- 0013
  937. PCI: 00:05.0 cmd <- 06
  938. PCI: 00:11.0 cmd <- 03
  939. PCI: 00:12.0 subsystem <- 1022/1410
  940. PCI: 00:12.0 cmd <- 02
  941. PCI: 00:12.2 subsystem <- 1022/1410
  942. PCI: 00:12.2 cmd <- 02
  943. PCI: 00:13.0 subsystem <- 1022/1410
  944. PCI: 00:13.0 cmd <- 02
  945. PCI: 00:13.2 subsystem <- 1022/1410
  946. PCI: 00:13.2 cmd <- 02
  947. PCI: 00:14.0 subsystem <- 1022/1410
  948. PCI: 00:14.0 cmd <- 403
  949. PCI: 00:14.2 subsystem <- 1022/1410
  950. PCI: 00:14.2 cmd <- 02
  951. PCI: 00:14.3 subsystem <- 1022/1410
  952. PCI: 00:14.3 cmd <- 0f
  953. PCI: 00:14.4 bridge ctrl <- 0013
  954. PCI: 00:14.4 cmd <- 00
  955. PCI: 00:16.0 cmd <- 02
  956. PCI: 00:16.2 cmd <- 02
  957. PCI: 00:18.0 cmd <- 00
  958. PCI: 00:18.1 subsystem <- 1022/1410
  959. PCI: 00:18.1 cmd <- 00
  960. PCI: 00:18.2 subsystem <- 1022/1410
  961. PCI: 00:18.2 cmd <- 00
  962. PCI: 00:18.3 subsystem <- 1022/1410
  963. PCI: 00:18.3 cmd <- 00
  964. PCI: 00:18.4 subsystem <- 1022/1410
  965. PCI: 00:18.4 cmd <- 00
  966. PCI: 00:18.5 subsystem <- 1022/1410
  967. PCI: 00:18.5 cmd <- 00
  968. PCI: 01:00.0 cmd <- 03
  969. PCI: 02:00.0 cmd <- 03
  970. PCI: 03:00.0 cmd <- 02
  971. done.
  972. Timestamp - device initialization: 31761324688
  973. Initializing devices...
  974. CPU_CLUSTER: 0 init
  975. start_eip=0x00001000, code_size=0x00000031
  976. Initializing CPU #0
  977. CPU: vendor AMD device 610f31
  978. CPU: family 15, model 13, stepping 01
  979. Model 15 Init.
  980.  
  981. MTRR check
  982. Fixed MTRRs : Enabled
  983. Variable MTRRs: Enabled
  984.  
  985. Enabling cache
  986. Setting up local APIC...
  987. apic_id: 0x10 done.
  988. siblings = 03, Initializing SMM for CPU 0
  989. CPU #0 initialized
  990. CPU1: stack_base 0x5fedd000, stack_top 0x5feddff8
  991. Asserting INIT.
  992. Waiting for send to finish...
  993. +Deasserting INIT.
  994. Waiting for send to finish...
  995. +#startup loops: 2.
  996. Sending STARTUP #1 to 17.
  997. After apic_write.
  998. Startup point 1.
  999. Waiting for send to finish...
  1000. +Sending STARTUP #2 to 17.
  1001. After apic_write.
  1002. Startup point 1.
  1003. Waiting for send to finish...
  1004. +After Startup.
  1005. Initializing CPU #1
  1006. CPU: vendor AMD device 610f31
  1007. CPU: family 15, model 13, stepping 01
  1008. Model 15 Init.
  1009.  
  1010. MTRR check
  1011. Fixed MTRRs : Enabled
  1012. Variable MTRRs: Enabled
  1013.  
  1014. Enabling cache
  1015. Setting up local APIC...
  1016. apic_id: 0x11 done.
  1017. siblings = 03, Initializing SMM for CPU 1
  1018. CPU #1 initialized
  1019. CPU2: stack_base 0x5fedc000, stack_top 0x5fedcff8
  1020. Asserting INIT.
  1021. Waiting for send to finish...
  1022. +Deasserting INIT.
  1023. Waiting for send to finish...
  1024. +#startup loops: 2.
  1025. Sending STARTUP #1 to 18.
  1026. After apic_write.
  1027. Startup point 1.
  1028. Waiting for send to finish...
  1029. +Sending STARTUP #2 to 18.
  1030. After apic_write.
  1031. Startup point 1.
  1032. Waiting for send to finish...
  1033. +After Startup.
  1034. Initializing CPU #2
  1035. CPU: vendor AMD device 610f31
  1036. CPU: family 15, model 13, stepping 01
  1037. Model 15 Init.
  1038.  
  1039. MTRR check
  1040. Fixed MTRRs : Enabled
  1041. Variable MTRRs: Enabled
  1042.  
  1043. Enabling cache
  1044. Setting up local APIC...
  1045. apic_id: 0x12 done.
  1046. siblings = 03, Initializing SMM for CPU 2
  1047. CPU #2 initialized
  1048. CPU3: stack_base 0x5fedb000, stack_top 0x5fedbff8
  1049. Asserting INIT.
  1050. Waiting for send to finish...
  1051. +Deasserting INIT.
  1052. Waiting for send to finish...
  1053. +#startup loops: 2.
  1054. Sending STARTUP #1 to 19.
  1055. After apic_write.
  1056. Startup point 1.
  1057. Waiting for send to finish...
  1058. +Sending STARTUP #2 to 19.
  1059. After apic_write.
  1060. Startup point 1.
  1061. Waiting for send to finish...
  1062. +After Startup.
  1063. Initializing CPU #3
  1064. Waiting for 1 CPUS to stop
  1065. CPU: vendor AMD device 610f31
  1066. CPU: family 15, model 13, stepping 01
  1067. Model 15 Init.
  1068.  
  1069. MTRR check
  1070. Fixed MTRRs : Enabled
  1071. Variable MTRRs: Enabled
  1072.  
  1073. Enabling cache
  1074. Setting up local APIC...
  1075. apic_id: 0x13 done.
  1076. siblings = 03, Initializing SMM for CPU 3
  1077. CPU #3 initialized
  1078. All AP CPUs stopped (90 loops)
  1079. CPU0: stack: 0x5fede000 - 0x5fedf000, lowest used address 0x5fede56c, stack used: 2708 bytes
  1080. CPU1: stack: 0x5fedd000 - 0x5fede000, lowest used address 0x5feddda4, stack used: 604 bytes
  1081. CPU2: stack: 0x5fedc000 - 0x5fedd000, lowest used address 0x5fedcda4, stack used: 604 bytes
  1082. CPU3: stack: 0x5fedb000 - 0x5fedc000, lowest used address 0x5fedbda4, stack used: 604 bytes
  1083. CPU_CLUSTER: 0 init finished in 38 msecs
  1084. PCI: 00:00.0 init
  1085. PCI: 00:00.0 init finished in 0 msecs
  1086. PCI: 00:01.0 init
  1087. Timestamp - Option ROM initialization: 31954823939
  1088. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1089. CBFS: Locating 'pci1002,990b.rom'
  1090. CBFS: Found @ offset 3180 size f200
  1091. In CBFS, ROM address for PCI: 00:01.0 = 0xffc033c8
  1092. PCI expansion ROM, signature 0xaa55, INIT size 0xf200, data ptr 0x01b4
  1093. PCI ROM image, vendor ID 1002, device ID 990b,
  1094. PCI ROM image, Class Code 030000, Code Type 00
  1095. Copying VGA ROM Image from 0xffc033c8 to 0xc0000, 0xf200 bytes
  1096. Timestamp - Option ROM copy done: 31997321865
  1097. PCI_CLASS_DISPLAY_VGA Option ROM was run
  1098. Timestamp - Option ROM run done: 33127067781
  1099. PCI: 00:01.0 init finished in 234 msecs
  1100. PCI: 00:01.1 init
  1101. PCI: 00:01.1 init finished in 0 msecs
  1102. PCI: 00:11.0 init
  1103. PCI: 00:11.0 init finished in 0 msecs
  1104. PCI: 00:12.0 init
  1105. PCI: 00:12.0 init finished in 0 msecs
  1106. PCI: 00:12.2 init
  1107. PCI: 00:12.2 init finished in 0 msecs
  1108. PCI: 00:13.0 init
  1109. PCI: 00:13.0 init finished in 0 msecs
  1110. PCI: 00:13.2 init
  1111. PCI: 00:13.2 init finished in 0 msecs
  1112. PCI: 00:14.0 init
  1113. IOAPIC: Initializing IOAPIC at 0xfec00000
  1114. IOAPIC: Bootstrap Processor Local APIC = 0x10
  1115. IOAPIC: ID = 0x04
  1116. IOAPIC: Dumping registers
  1117. reg 0x0000: 0x04000000
  1118. reg 0x0001: 0x00178021
  1119. reg 0x0002: 0x04000000
  1120. IOAPIC: 24 interrupts
  1121. IOAPIC: Enabling interrupts on FSB
  1122. IOAPIC: reg 0x00000000 value 0x10000000 0x00000700
  1123. IOAPIC: reg 0x00000001 value 0x00000000 0x00010000
  1124. IOAPIC: reg 0x00000002 value 0x00000000 0x00010000
  1125. IOAPIC: reg 0x00000003 value 0x00000000 0x00010000
  1126. IOAPIC: reg 0x00000004 value 0x00000000 0x00010000
  1127. IOAPIC: reg 0x00000005 value 0x00000000 0x00010000
  1128. IOAPIC: reg 0x00000006 value 0x00000000 0x00010000
  1129. IOAPIC: reg 0x00000007 value 0x00000000 0x00010000
  1130. IOAPIC: reg 0x00000008 value 0x00000000 0x00010000
  1131. IOAPIC: reg 0x00000009 value 0x00000000 0x00010000
  1132. IOAPIC: reg 0x0000000a value 0x00000000 0x00010000
  1133. IOAPIC: reg 0x0000000b value 0x00000000 0x00010000
  1134. IOAPIC: reg 0x0000000c value 0x00000000 0x00010000
  1135. IOAPIC: reg 0x0000000d value 0x00000000 0x00010000
  1136. IOAPIC: reg 0x0000000e value 0x00000000 0x00010000
  1137. IOAPIC: reg 0x0000000f value 0x00000000 0x00010000
  1138. IOAPIC: reg 0x00000010 value 0x00000000 0x00010000
  1139. IOAPIC: reg 0x00000011 value 0x00000000 0x00010000
  1140. IOAPIC: reg 0x00000012 value 0x00000000 0x00010000
  1141. IOAPIC: reg 0x00000013 value 0x00000000 0x00010000
  1142. IOAPIC: reg 0x00000014 value 0x00000000 0x00010000
  1143. IOAPIC: reg 0x00000015 value 0x00000000 0x00010000
  1144. IOAPIC: reg 0x00000016 value 0x00000000 0x00010000
  1145. IOAPIC: reg 0x00000017 value 0x00000000 0x00010000
  1146. PCI: 00:14.0 init finished in 0 msecs
  1147. PCI: 00:14.2 init
  1148. PCI: 00:14.2 init finished in 0 msecs
  1149. PCI: 00:14.3 init
  1150. RTC Init
  1151. PCI: 00:14.3 init finished in 0 msecs
  1152. PCI: 00:16.0 init
  1153. PCI: 00:16.0 init finished in 0 msecs
  1154. PCI: 00:16.2 init
  1155. PCI: 00:16.2 init finished in 0 msecs
  1156. PCI: 00:18.1 init
  1157. PCI: 00:18.1 init finished in 0 msecs
  1158. PCI: 00:18.2 init
  1159. PCI: 00:18.2 init finished in 0 msecs
  1160. PCI: 00:18.3 init
  1161. PCI: 00:18.3 init finished in 0 msecs
  1162. PCI: 00:18.4 init
  1163. PCI: 00:18.4 init finished in 0 msecs
  1164. PCI: 00:18.5 init
  1165. PCI: 00:18.5 init finished in 0 msecs
  1166. PCI: 01:00.0 init
  1167. Timestamp - Option ROM initialization: 33127548743
  1168. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1169. CBFS: Locating 'pci1002,6665.rom'
  1170. CBFS: Found @ offset 12400 size 8000
  1171. In CBFS, ROM address for PCI: 01:00.0 = 0xffc12648
  1172. PCI expansion ROM, signature 0xaa55, INIT size 0x8000, data ptr 0x0224
  1173. PCI ROM image, vendor ID 1002, device ID 6665,
  1174. PCI ROM image, Class Code 038000, Code Type 00
  1175. Copying non-VGA ROM image from 0xffc12648 to 0x000d0000, 0x8000 bytes
  1176. Timestamp - Option ROM copy done: 33150220787
  1177. Not running non-PCI_CLASS_DISPLAY_VGA Option ROM
  1178. Timestamp - Option ROM run done: 33150273885
  1179. PCI: 01:00.0 init finished in 4 msecs
  1180. PCI: 02:00.0 init
  1181. PCI: 02:00.0 init finished in 0 msecs
  1182. PCI: 03:00.0 init
  1183. PCI: 03:00.0 init finished in 0 msecs
  1184. PNP: 00ff.0 init
  1185. Compal ENE932: Initializing keyboard.
  1186. PNP: 00ff.0 init finished in 0 msecs
  1187. Devices initialized
  1188. Show all devs... After init.
  1189. Root Device: enabled 1
  1190. CPU_CLUSTER: 0: enabled 1
  1191. DOMAIN: 0000: enabled 1
  1192. APIC: 10: enabled 1
  1193. PCI: 00:00.0: enabled 1
  1194. PCI: 00:00.2: enabled 1
  1195. PCI: 00:01.0: enabled 1
  1196. PCI: 00:01.1: enabled 1
  1197. PCI: 00:02.0: enabled 1
  1198. PCI: 00:03.0: enabled 0
  1199. PCI: 00:04.0: enabled 1
  1200. PCI: 00:05.0: enabled 1
  1201. PCI: 00:06.0: enabled 0
  1202. PCI: 00:07.0: enabled 0
  1203. PCI: 00:08.0: enabled 0
  1204. PCI: 00:09.0: enabled 0
  1205. PCI: 00:10.0: enabled 0
  1206. PCI: 00:11.0: enabled 1
  1207. PCI: 00:12.0: enabled 1
  1208. PCI: 00:12.2: enabled 1
  1209. PCI: 00:13.0: enabled 1
  1210. PCI: 00:13.2: enabled 1
  1211. PCI: 00:14.0: enabled 1
  1212. PCI: 00:14.2: enabled 1
  1213. PCI: 00:14.3: enabled 1
  1214. PCI: 00:14.4: enabled 1
  1215. PCI: 00:14.5: enabled 0
  1216. PCI: 00:14.6: enabled 0
  1217. PCI: 00:14.7: enabled 0
  1218. PCI: 00:15.0: enabled 0
  1219. PCI: 00:15.1: enabled 0
  1220. PCI: 00:15.2: enabled 0
  1221. PCI: 00:15.3: enabled 0
  1222. PCI: 00:18.0: enabled 1
  1223. PCI: 00:18.1: enabled 1
  1224. PCI: 00:18.2: enabled 1
  1225. PCI: 00:18.3: enabled 1
  1226. PCI: 00:18.4: enabled 1
  1227. PCI: 00:18.5: enabled 1
  1228. PNP: 00ff.1: enabled 1
  1229. APIC: 11: enabled 1
  1230. APIC: 12: enabled 1
  1231. APIC: 13: enabled 1
  1232. PCI: 00:16.0: enabled 1
  1233. PCI: 00:16.2: enabled 1
  1234. PCI: 01:00.0: enabled 1
  1235. PCI: 02:00.0: enabled 1
  1236. PCI: 03:00.0: enabled 1
  1237. PNP: 00ff.0: enabled 1
  1238. BS: BS_DEV_INIT run times (exec / console): 277 / 1 ms
  1239. Finalize devices...
  1240. PCI: 00:14.3 final
  1241. Devices finalized
  1242. Timestamp - device setup done: 33150518162
  1243.  
  1244. APIC 00: ** Enter AmdInitLate [00020004]
  1245. Timestamp - calling AmdInitLate: 33150541548
  1246. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1247. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1248. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1249. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1250. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1251. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1252. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1253. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1254. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1255. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1256. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1257. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1258. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1259. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1260. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1261. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1262. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
  1263. ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
  1264. Timestamp - back from AmdInitLate: 33151130939
  1265. AmdInitLate() returned AGESA_SUCCESS
  1266. APIC 00: Heap in SystemMem (4) at 0x10000014
  1267. APIC 00: ** Exit AmdInitLate [00020004]
  1268.  
  1269. APIC 00: ** Enter AmdS3Save [0002000b]
  1270. Timestamp - calling AmdInitRtb/AmdS3Save: 33151163754
  1271. Manufacturer: 1c
  1272. SF: Detected 1c 7016 with sector size 0x1000, total 0x400000
  1273. SF: Successfully erased 4096 bytes @ 0xffff1000
  1274. Manufacturer: 1c
  1275. SF: Detected 1c 7016 with sector size 0x1000, total 0x400000
  1276. SF: Successfully erased 4096 bytes @ 0xffff0000
  1277. Timestamp - back from AmdInitRtb/AmdS3Save: 33345211531
  1278. AmdS3Save() returned AGESA_SUCCESS
  1279. ASSERTION ERROR: file 'src/drivers/amd/agesa/state_machine.c', line 279
  1280. APIC 00: Heap in SystemMem (4) at 0x10000014
  1281. APIC 00: ** Exit AmdS3Save [0002000b]
  1282. BS: BS_POST_DEVICE exit times (exec / console): 35 / 0 ms
  1283. Timestamp - cbmem post: 33345316260
  1284. Timestamp - write tables: 33345323947
  1285. Wrote the mp table end at: 0x000f0010 - 0x000f0244
  1286. Wrote the mp table end at: 0x5fe43010 - 0x5fe43244
  1287. MP table: 580 bytes.
  1288. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1289. CBFS: Locating 'fallback/dsdt.aml'
  1290. CBFS: Found @ offset 7c0 size 2474
  1291. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1292. CBFS: Locating 'fallback/slic'
  1293. CBFS: 'fallback/slic' not found.
  1294. ACPI: Writing ACPI tables at 5fe1f000.
  1295. ACPI: * FACS
  1296. ACPI: * DSDT
  1297. ACPI: * FADT
  1298. pm_base: 0x0800
  1299. ACPI: added table 1/32, length now 40
  1300. ACPI: * SSDT
  1301. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1302. CBFS: Locating 'pci1002,990b.rom'
  1303. CBFS: Found @ offset 3180 size f200
  1304. In CBFS, ROM address for PCI: 00:01.0 = 0xffc033c8
  1305. PCI expansion ROM, signature 0xaa55, INIT size 0xf200, data ptr 0x01b4
  1306. PCI ROM image, vendor ID 1002, device ID 990b,
  1307. PCI ROM image, Class Code 030000, Code Type 00
  1308. PCI: 00:01.0: Missing ACPI scope
  1309. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1310. CBFS: Locating 'pci1002,6665.rom'
  1311. CBFS: Found @ offset 12400 size 8000
  1312. In CBFS, ROM address for PCI: 01:00.0 = 0xffc12648
  1313. PCI expansion ROM, signature 0xaa55, INIT size 0x8000, data ptr 0x0224
  1314. PCI ROM image, vendor ID 1002, device ID 6665,
  1315. PCI ROM image, Class Code 038000, Code Type 00
  1316. PCI: 01:00.0: Missing ACPI scope
  1317. ACPI: added table 2/32, length now 44
  1318. ACPI: * MCFG
  1319. ACPI: * MADT
  1320. ACPI: added table 3/32, length now 48
  1321. current = 5fe21930
  1322. ACPI: * HPET
  1323. ACPI: added table 4/32, length now 52
  1324. ACPI: added table 5/32, length now 56
  1325. ACPI: * IVRS at 5fe21b40
  1326. ACPI: added table 6/32, length now 60
  1327. ACPI: * SRAT at 5fe21bb0
  1328. AGESA SRAT table NULL. Skipping.
  1329. ACPI: * SLIT at 5fe21bb0
  1330. AGESA SLIT table NULL. Skipping.
  1331. ACPI: * AGESA ALIB SSDT at 5fe21bb0
  1332. ACPI: added table 7/32, length now 64
  1333. ACPI: * SSDT at 5fe23a90
  1334. ACPI: added table 8/32, length now 68
  1335. ACPI: * SSDT for PState at 5fe24488
  1336. Copying initialized VBIOS image from 0x000d0000
  1337. ACPI: * VFCT at 5fe24490
  1338. ACPI: added table 9/32, length now 72
  1339. ACPI: done.
  1340. ACPI tables: 54528 bytes.
  1341. smbios_write_tables: 5fe1e000
  1342. EEPROM not found
  1343. EEPROM not found
  1344. EEPROM not found
  1345. EEPROM not found
  1346. EEPROM not found
  1347. EEPROM not found
  1348. EEPROM not found
  1349. SMBIOS tables: 573 bytes.
  1350. Writing table forward entry at 0x00000500
  1351. Wrote coreboot table at: 0x00000500, 0x10 bytes, checksum 5ffa
  1352. Writing coreboot table at 0x5fe44000
  1353. 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
  1354. 1. 0000000000001000-000000000009ffff: RAM
  1355. 2. 00000000000c0000-000000005fe1dfff: RAM
  1356. 3. 000000005fe1e000-000000005fe7cfff: CONFIGURATION TABLES
  1357. 4. 000000005fe7d000-000000005ffb9fff: RAMSTAGE
  1358. 5. 000000005ffba000-000000005fffffff: CONFIGURATION TABLES
  1359. 6. 0000000060000000-000000007fffffff: RESERVED
  1360. 7. 00000000f8000000-00000000fbffffff: RESERVED
  1361. 8. 0000000100000000-000000047effffff: RAM
  1362. Manufacturer: 1c
  1363. SF: Detected 1c 7016 with sector size 0x1000, total 0x400000
  1364. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1365. Wrote coreboot table at: 0x5fe44000, 0x2e8 bytes, checksum a96a
  1366. coreboot table: 768 bytes.
  1367. IMD ROOT 0. 0x5ffff000 0x00001000
  1368. IMD SMALL 1. 0x5fffe000 0x00001000
  1369. CONSOLE 2. 0x5ffde000 0x00020000
  1370. TIME STAMP 3. 0x5ffdd000 0x00000910
  1371. ROMSTG STCK 4. 0x5ffc5000 0x00018000
  1372. AFTER CAR 5. 0x5ffba000 0x0000b000
  1373. RAMSTAGE 6. 0x5fe7c000 0x0013e000
  1374. ACPISCRATCH 7. 0x5fe4c000 0x00030000
  1375. COREBOOT 8. 0x5fe44000 0x00008000
  1376. SMP TABLE 9. 0x5fe43000 0x00001000
  1377. ACPI 10. 0x5fe1f000 0x00024000
  1378. SMBIOS 11. 0x5fe1e000 0x00000800
  1379. IMD small region:
  1380. IMD ROOT 0. 0x5fffec00 0x00000400
  1381. USBDEBUG 1. 0x5fffeba0 0x00000050
  1382. FMAP 2. 0x5fffeae0 0x000000b6
  1383. ROMSTAGE 3. 0x5fffeac0 0x00000004
  1384. Timestamp - finalize chips: 33354931734
  1385. BS: BS_WRITE_TABLES run times (exec / console): 2 / 0 ms
  1386. Timestamp - load payload: 33354946737
  1387. FMAP: area COREBOOT found @ 200 (4193792 bytes)
  1388. CBFS: Locating 'fallback/payload'
  1389. CBFS: Found @ offset b1c00 size edc5
  1390. Checking segment from ROM address 0xffcb1e38
  1391. Checking segment from ROM address 0xffcb1e54
  1392. Loading segment from ROM address 0xffcb1e38
  1393. code (compression=1)
  1394. New segment dstaddr 0x000e40a0 memsize 0x1bf60 srcaddr 0xffcb1e70 filesize 0xed8d
  1395. Loading Segment: addr: 0x000e40a0 memsz: 0x000000000001bf60 filesz: 0x000000000000ed8d
  1396. using LZMA
  1397. Timestamp - starting LZMA decompress (ignore for x86): 33355747951
  1398. Timestamp - finished LZMA decompress (ignore for x86): 33421497932
  1399. [ 0x000e40a0, 00100000, 0x00100000) <- ffcb1e70
  1400. Loading segment from ROM address 0xffcb1e54
  1401. Entry Point 0x000fd2a8
  1402. Loaded segments
  1403. BS: BS_PAYLOAD_LOAD run times (exec / console): 13 / 0 ms
  1404. Jumping to boot code at 0x000fd2a8(0x5fe44000)
  1405. Timestamp - selfboot jump: 33421615109
  1406. CPU0: stack: 0x5fede000 - 0x5fedf000, lowest used address 0x5fede56c, stack used: 2708 bytes
  1407. SeaBIOS (version rel-1.14.0-8-gc685fe3-dirty-20201014_161924-imbp)
  1408. BUILD: gcc: (coreboot toolchain v458e7dff6d 2020-09-25) 8.3.0 binutils: (GNU Binutils) 2.35
  1409. Found coreboot cbmem console @ 5ffde000
  1410. Found mainboard LENOVO LENOVO G505S
  1411. Relocating init from 0x000e55a0 to 0x5fdd2640 (size 47392)
  1412. Found CBFS header at 0xffc00238
  1413. multiboot: eax=5fed39a0, ebx=5fed3904
  1414. Found 28 PCI devices (max PCI bus is 04)
  1415. Copying SMBIOS entry point from 0x5fe1e000 to 0x000f0ea0
  1416. Copying ACPI RSDP from 0x5fe1f000 to 0x000f0e70
  1417. Copying MPTABLE from 0x5fe43000/5fe43010 to 0x000f0c20
  1418. table(50434146)=0x5fe21700 (via xsdt)
  1419. Using pmtimer, ioport 0x818
  1420. Scan for VGA option rom
  1421. Running option rom at c000:0003
  1422. Turning on vga text mode console
  1423. SeaBIOS (version rel-1.14.0-8-gc685fe3-dirty-20201014_161924-imbp)
  1424. EHCI init on dev 00:12.2 (regs=0xf03cc020)
  1425. EHCI init on dev 00:13.2 (regs=0xf03cd020)
  1426. EHCI init on dev 00:16.2 (regs=0xf03ce020)
  1427. OHCI init on dev 00:12.0 (regs=0xf03c8000)
  1428. OHCI init on dev 00:13.0 (regs=0xf03c9000)
  1429. WARNING - internal error detected at pci_enable_membar:186!
  1430. OHCI init on dev 00:16.0 (regs=0xf03ca000)
  1431. AHCI controller at 00:11.0, iobase 0xf03cb000, irq 7
  1432. Mapping floppy floppyimg/kolibri to addr 0x5fc57000
  1433. Searching bootorder for: /rom@floppyimg/kolibri
  1434. Mapping floppy floppyimg/freedos to addr 0x5fc57000
  1435. Searching bootorder for: /rom@floppyimg/freedos
  1436. Mapping floppy floppyimg/michalos to addr 0x5fc57000
  1437. Searching bootorder for: /rom@floppyimg/michalos
  1438. Mapping floppy floppyimg/snowdrop to addr 0x5fc57000
  1439. Searching bootorder for: /rom@floppyimg/snowdrop
  1440. Mapping floppy floppyimg/fiwix to addr 0x5fc57000
  1441. Searching bootorder for: /rom@floppyimg/fiwix
  1442. Mapping floppy floppyimg/memtest to addr 0x5fc57000
  1443. Searching bootorder for: /rom@floppyimg/memtest
  1444. Mapping floppy floppyimg/tatos to addr 0x5fc57000
  1445. Searching bootorder for: /rom@floppyimg/tatos
  1446. Mapping floppy floppyimg/plop to addr 0x5fc57000
  1447. Searching bootorder for: /rom@floppyimg/plop
  1448. Mapping floppy floppyimg/floppybird to addr 0x5fc57000
  1449. Searching bootorder for: /rom@floppyimg/floppybird
  1450. Searching bootorder for: HALT
  1451. Found 0 lpt ports
  1452. Found 0 serial ports
  1453. Searching bootorder for: /rom@img/tint
  1454. Searching bootorder for: /rom@img/coreinfo
  1455. Searching bootorder for: /pci@i0cf8/*@11/drive@1/disk@0
  1456. Searching bios-geometry for: /pci@i0cf8/*@11/drive@1/disk@0
  1457. AHCI/1: registering: "DVD/CD [AHCI/1: HL-DT-ST DVDRAM GU70N ATAPI-8 DVD/CD]"
  1458. Searching bootorder for: /pci@i0cf8/*@11/drive@0/disk@0
  1459. AHCI/0: Set transfer mode to UDMA-5
  1460. Searching bios-geometry for: /pci@i0cf8/*@11/drive@0/disk@0
  1461.  
Add Comment
Please, Sign In to add comment