Re: Is there a way to enable a PCI-PCI bridge on bus 3 early?
Keith Hui <[email protected]>
| Newsgroups | gmane.linux.bios |
|---|---|
| Message-ID | <CANTF=bRG8c6pcEZ0qEb8+jqvJQX=QcGWqDA0-xEr7qUvHPwBqQ@mail.gmail.com> |
Happy new year to you too! On Fri, 5 Jan 2024 at 09:58, Nico Huber <[email protected]> wrote: > > Hi again, and a happy new year! > With this code below I did just enough to enable subtractive decode in the root port and legacy PCI bridge (datasheet does call for doing both for legacy PCI mode) and nothing else. That ASM1083 just worked, and I finally got POST codes on PCI slot. However, I lost integrated graphics completely. A boot log is attached. Can you see why this is happening? Thanks Keith ----8<---- void bootblock_mainboard_early_init(void) { nuvoton_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); if (CONFIG(POST_DEVICE_PCI_PCIE)) { u32 rpfn = RCBA32(RPFN); /* Unhide root port 7. */ rpfn &= ~(1 << 27); RCBA32(RPFN) = rpfn; /* Get root port 7 function number. */ unsigned int rpfunc = (rpfn >> 24) & 0x7; pci_devfn_t bridge = PCH_PCIE_DEV(rpfunc); /* Enable subtractive decode (PECR3[SDE]). */ pci_or_config8(bridge, 0xec, 0x01); /* Enable I/O but don't set a window. */ pci_s_write_config16(bridge, PCI_IO_BASE, 0x00ff); pci_or_config16(bridge, PCI_COMMAND, PCI_COMMAND_IO); /* Datasheet p.129: Have to enable subtractive decode in D30F0 too, * even though Z77 doesn't natively do PCI. */ pci_or_config32(PCI_DEV(0, 30, 0), 0x4c, (1 << 28)); /* POST card in the PCI slot should now receive POST codes. */ } } _______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]
p8z77m.subdecode.log
(text/x-log, 48.3 KB)
[NOTE ] coreboot-4.22-348-g67498b875a55-dirty Mon Jan 08 01:50:48 UTC 2024 x86_32 bootblock starting (log level: 7)... [DEBUG] SMBus controller enabled [INFO ] Detected system type: desktop [DEBUG] Setting up static northbridge registers... done [DEBUG] Graphics not supported by this CPU/chipset. [DEBUG] Back from systemagent_early_init() [INFO ] Intel ME early init [INFO ] Intel ME firmware is ready [DEBUG] ME: Requested 16MB UMA [DEBUG] Starting native Platform init [DEBUG] DMI: Running at X4 @ 5000MT/s [DEBUG] FMAP: Found "FLASH" version 1.1 at 0x410000. [DEBUG] FMAP: base = 0xff800000 size = 0x800000 #areas = 4 [DEBUG] FMAP: area RW_MRC_CACHE found @ 400000 (65536 bytes) [DEBUG] Trying stored timings. [DEBUG] Starting Ivy Bridge RAM training (fast boot). [DEBUG] 100MHz reference clock support: yes [DEBUG] PLL_REF100_CFG value: 0x2 [DEBUG] Trying CAS 11, tCK 320. [DEBUG] Trying CAS 10, tCK 365. [DEBUG] Trying CAS 9, tCK 384. [DEBUG] Trying CAS 7, tCK 480. [DEBUG] Found compatible clock, CAS pair. [DEBUG] Selected DRAM frequency: 533 MHz [DEBUG] Selected CAS latency : 7T [DEBUG] MPLL busy... done in 10 us [DEBUG] MPLL frequency is set at : 533 MHz [DEBUG] Done dimm mapping [DEBUG] Update PCI-E configuration space: [DEBUG] PCI(0, 0, 0)[a0] = 0 [DEBUG] PCI(0, 0, 0)[a4] = 1 [DEBUG] PCI(0, 0, 0)[bc] = 8a800000 [DEBUG] PCI(0, 0, 0)[a8] = 74800000 [DEBUG] PCI(0, 0, 0)[ac] = 1 [DEBUG] PCI(0, 0, 0)[b8] = 80000000 [DEBUG] PCI(0, 0, 0)[b0] = 80800000 [DEBUG] PCI(0, 0, 0)[b4] = 80800000 [DEBUG] PCI(0, 0, 0)[7c] = 7f [DEBUG] PCI(0, 0, 0)[70] = ff000000 [DEBUG] PCI(0, 0, 0)[74] = 0 [DEBUG] PCI(0, 0, 0)[78] = ff000c00 [DEBUG] Done memory map [DEBUG] Done io registers [DEBUG] t123: 2128, 6000, 7620 [NOTE ] ME: FWS2: 0x101f0126 [NOTE ] ME: Bist in progress: 0x0 [NOTE ] ME: ICC Status : 0x3 [NOTE ] ME: Invoke MEBx : 0x0 [NOTE ] ME: CPU replaced : 0x0 [NOTE ] ME: MBP ready : 0x1 [NOTE ] ME: MFS failure : 0x0 [NOTE ] ME: Warm reset req : 0x0 [NOTE ] ME: CPU repl valid : 0x1 [NOTE ] ME: (Reserved) : 0x0 [NOTE ] ME: FW update req : 0x0 [NOTE ] ME: (Reserved) : 0x0 [NOTE ] ME: Current state : 0x1f [NOTE ] ME: Current PM event: 0x0 [NOTE ] ME: Progress code : 0x1 [NOTE ] PASSED! Tell ME that DRAM is ready [NOTE ] ME: FWS2: 0x10500126 [NOTE ] ME: Bist in progress: 0x0 [NOTE ] ME: ICC Status : 0x3 [NOTE ] ME: Invoke MEBx : 0x0 [NOTE ] ME: CPU replaced : 0x0 [NOTE ] ME: MBP ready : 0x1 [NOTE ] ME: MFS failure : 0x0 [NOTE ] ME: Warm reset req : 0x0 [NOTE ] ME: CPU repl valid : 0x1 [NOTE ] ME: (Reserved) : 0x0 [NOTE ] ME: FW update req : 0x0 [NOTE ] ME: (Reserved) : 0x0 [NOTE ] ME: Current state : 0x50 [NOTE ] ME: Current PM event: 0x0 [NOTE ] ME: Progress code : 0x1 [NOTE ] ME: Requested BIOS Action: Continue to boot [DEBUG] ME: FW Partition Table : OK [DEBUG] ME: Bringup Loader Failure : NO [DEBUG] ME: Firmware Init Complete : NO [DEBUG] ME: Manufacturing Mode : NO [DEBUG] ME: Boot Options Present : NO [DEBUG] ME: Update In Progress : NO [DEBUG] ME: Current Working State : Normal [DEBUG] ME: Current Operation State : M0 with UMA [DEBUG] ME: Current Operation Mode : Normal [DEBUG] ME: Error Code : No Error [DEBUG] ME: Progress Phase : uKernel Phase [DEBUG] ME: Power Management Event : Clean Moff->Mx wake [DEBUG] ME: Progress Phase State : Unknown 0x00 [DEBUG] memcfg DDR3 ref clock 133 MHz [DEBUG] memcfg DDR3 clock 1064 MHz [DEBUG] memcfg channel assignment: A: 0, B 1, C 2 [DEBUG] memcfg channel[0] config (00630008): [DEBUG] ECC inactive [DEBUG] enhanced interleave mode on [DEBUG] rank interleave on [DEBUG] DIMMA 2048 MB width x8 dual rank [DEBUG] DIMMB 0 MB width x8 single rank, selected [DEBUG] memcfg channel[1] config (00630008): [DEBUG] ECC inactive [DEBUG] enhanced interleave mode on [DEBUG] rank interleave on [DEBUG] DIMMA 2048 MB width x8 dual rank [DEBUG] DIMMB 0 MB width x8 single rank, selected [DEBUG] CBMEM: [DEBUG] IMD: root @ 0x7ffff000 254 entries. [DEBUG] IMD: root @ 0x7fffec00 62 entries. [DEBUG] FMAP: area COREBOOT found @ 410200 (4128256 bytes) [INFO ] CBFS: mcache @0xfeff0e00 built for 12 files, used 0x260 of 0x4000 bytes [DEBUG] CBMEM entry for DIMM info: 0x7ffdc000 [DEBUG] SMM Memory Map [DEBUG] SMRAM : 0x80000000 0x800000 [DEBUG] Subregion 0: 0x80000000 0x300000 [DEBUG] Subregion 1: 0x80300000 0x100000 [DEBUG] Subregion 2: 0x80400000 0x400000 [INFO ] CBFS: Found 'fallback/postcar' @0x261c0 size 0x342c in mcache @0xfeff0f80 [DEBUG] Loading module at 0x7ffd2000 with entry 0x7ffd2031. filesize: 0x3308 memsize: 0x91f0 [DEBUG] Processing 57 relocs. Offset value of 0x7dfd2000 [DEBUG] BS: bootblock times (exec / console): total (unknown) / 430 ms [NOTE ] coreboot-4.22-348-g67498b875a55-dirty Mon Jan 08 01:50:48 UTC 2024 x86_32 ramstage starting (log level: 7)... [DEBUG] Normal boot [INFO ] Enumerating buses... [DEBUG] Root Device scanning... [DEBUG] CPU_CLUSTER: 0 enabled [DEBUG] DOMAIN: 0000 enabled [DEBUG] DOMAIN: 0000 scanning... [DEBUG] PCI: pci_scan_bus for bus 00 [DEBUG] PCI: 00:00.0 [8086/0150] enabled [DEBUG] PCI: 00:01.0 [8086/0151] enabled [INFO ] PCI: Static device PCI: 00:02.0 not found, disabling it. [DEBUG] PCI: 00:14.0 [8086/1e31] enabled [DEBUG] PCI: 00:16.0 [8086/1e3a] enabled [DEBUG] PCI: 00:16.1: Disabling device [DEBUG] PCI: 00:16.1 [8086/1e3b] disabled No operations [DEBUG] PCI: 00:16.2: Disabling device [DEBUG] PCI: 00:16.3: Disabling device [DEBUG] PCI: 00:19.0: Disabling device [DEBUG] PCI: 00:1a.0 [8086/1e2d] enabled [DEBUG] PCI: 00:1b.0 [8086/1e20] enabled [DEBUG] PCI: 00:1c.0: No downstream device [INFO ] PCH: PCIe Root Port coalescing is enabled [DEBUG] PCI: 00:1c.0: Disabling device [DEBUG] PCI: 00:1c.0: check set enabled [DEBUG] PCI: 00:1c.1: Found a downstream device [DEBUG] PCI: 00:1c.1: Disabling device [DEBUG] PCI: 00:1c.2: Found a downstream device [DEBUG] PCI: 00:1c.2: Disabling device [DEBUG] PCI: 00:1c.3: Found a downstream device [DEBUG] PCI: 00:1c.3: Disabling device [DEBUG] PCI: 00:1c.4: Found a downstream device [DEBUG] PCH: Remap PCIe function 4 to 0 [DEBUG] PCI: 00:1c.4 [8086/1e18] enabled [DEBUG] PCI: 00:1c.5: Found a downstream device [DEBUG] PCH: Remap PCIe function 5 to 0 [DEBUG] PCI: 00:1c.5 [8086/1e1a] enabled [DEBUG] PCI: 00:1c.6: Found a downstream device [DEBUG] PCH: Remap PCIe function 6 to 0 [DEBUG] PCI: 00:1c.6 [8086/1e1c] enabled [DEBUG] PCI: 00:1c.7: No downstream device [DEBUG] PCI: 00:1c.7: Disabling device [DEBUG] PCH: PCIe map 1c.0 -> 1c.6 [DEBUG] PCH: PCIe map 1c.4 -> 1c.0 [DEBUG] PCH: PCIe map 1c.5 -> 1c.4 [DEBUG] PCH: PCIe map 1c.6 -> 1c.5 [DEBUG] PCI: 00:1d.0 [8086/1e26] enabled [DEBUG] PCI: 00:1e.0 [8086/244e] enabled [DEBUG] PCI: 00:1f.0 [8086/1e44] enabled [DEBUG] PCI: 00:1f.2 [8086/1e00] enabled [DEBUG] PCI: 00:1f.3 [8086/1e22] enabled [DEBUG] PCI: 00:1f.5: Disabling device [DEBUG] PCI: 00:1f.5 [8086/1e08] disabled No operations [DEBUG] PCI: 00:1f.6: Disabling device [DEBUG] PCI: 00:1f.6 [8086/1e24] disabled No operations [WARN ] PCI: Leftover static devices: [WARN ] PCI: 00:01.1 [WARN ] PCI: 00:01.2 [WARN ] PCI: 00:02.0 [WARN ] PCI: 00:04.0 [WARN ] PCI: 00:06.0 [WARN ] PCI: Check your devicetree.cb. [DEBUG] PCI: 00:01.0 scanning... [DEBUG] PCI: pci_scan_bus for bus 01 [DEBUG] scan_bus: bus PCI: 00:01.0 finished in 3 msecs [DEBUG] PCI: 00:1c.0 scanning... [DEBUG] PCI: pci_scan_bus for bus 02 [WARN ] PCI: 00:1c.0: Has a slow downstream device. Enumeration failed. [DEBUG] scan_bus: bus PCI: 00:1c.0 finished in 9 msecs [DEBUG] PCI: 00:1c.4 scanning... [DEBUG] PCI: pci_scan_bus for bus 03 [DEBUG] PCI: 03:00.0 [168c/002a] enabled [INFO ] Enabling Common Clock Configuration [INFO ] ASPM: Enabled L1 [INFO ] PCIe: Max_Payload_Size adjusted to 128 [DEBUG] PCI: 03:00.0: No LTR support [DEBUG] scan_bus: bus PCI: 00:1c.4 finished in 21 msecs [DEBUG] PCI: 00:1c.5 scanning... [DEBUG] PCI: pci_scan_bus for bus 04 [DEBUG] PCI: 04:00.0 [10ec/8168] enabled [INFO ] Enabling Common Clock Configuration [INFO ] ASPM: Enabled L1 [INFO ] PCIe: Max_Payload_Size adjusted to 128 [DEBUG] PCI: 04:00.0: No LTR support [DEBUG] scan_bus: bus PCI: 00:1c.5 finished in 21 msecs [DEBUG] PCI: 00:1e.0 scanning... [DEBUG] PCI: pci_scan_bus for bus 05 [DEBUG] scan_bus: bus PCI: 00:1e.0 finished in 3 msecs [DEBUG] PCI: 00:1f.0 scanning... [DEBUG] PNP: 002e.1 disabled [DEBUG] PNP: 002e.2 enabled [DEBUG] PNP: 002e.3 disabled [DEBUG] PNP: 002e.5 enabled [DEBUG] PNP: 002e.6 disabled [DEBUG] PNP: 002e.8 disabled [DEBUG] PNP: 002e.a enabled [DEBUG] PNP: 002e.b enabled [DEBUG] PNP: 002e.e disabled [DEBUG] PNP: 002e.f enabled [DEBUG] PNP: 002e.9 disabled [DEBUG] PNP: 002e.108 enabled [DEBUG] PNP: 002e.109 enabled [DEBUG] PNP: 002e.209 enabled [DEBUG] PNP: 002e.309 disabled [DEBUG] PNP: 002e.409 disabled [DEBUG] PNP: 002e.509 enabled [DEBUG] PNP: 002e.609 disabled [DEBUG] PNP: 002e.709 disabled [DEBUG] PNP: 002e.14 enabled [DEBUG] PNP: 002e.16 disabled [DEBUG] PNP: 004e.0 enabled [DEBUG] PNP: 002e.d enabled [DEBUG] scan_bus: bus PCI: 00:1f.0 finished in 62 msecs [DEBUG] PCI: 00:1f.3 scanning... [DEBUG] scan_bus: bus PCI: 00:1f.3 finished in 0 msecs [DEBUG] scan_bus: bus DOMAIN: 0000 finished in 374 msecs [DEBUG] scan_bus: bus Root Device finished in 388 msecs [INFO ] done [DEBUG] BS: BS_DEV_ENUMERATE run times (exec / console): 1 / 399 ms [INFO ] Allocating resources... [INFO ] Reading resources... [DEBUG] Adding PCIe enhanced config space BAR 0xf0000000-0xf4000000. [DEBUG] TOUUD 0x174800000 TOLUD 0x8a800000 TOM 0x100000000 [DEBUG] MEBASE 0xff000000 [DEBUG] IGD decoded, subtracting 160M UMA and 0M GTT [DEBUG] TSEG base 0x80000000 size 8M [INFO ] Available memory below 4GB: 2048M [INFO ] Available memory above 4GB: 1864M [DEBUG] PCI: 00:1c.0 register 10(ffffffff), read-only ignoring it [DEBUG] PCI: 00:1c.0 register 14(ffffffff), read-only ignoring it [DEBUG] PCI: 00:1c.0 register 38(ffffffff), read-only ignoring it [INFO ] Done reading resources. [INFO ] === Resource allocator: DOMAIN: 0000 - Pass 1 (relative placement) === [DEBUG] PCI: 00:1c.4 io: size: 0 align: 12 gran: 12 limit: ffff [DEBUG] PCI: 00:1c.4 io: size: 0 align: 12 gran: 12 limit: ffff done [DEBUG] PCI: 00:1c.4 mem: size: 0 align: 20 gran: 20 limit: ffffffff [DEBUG] PCI: 03:00.0 10 * [0x0 - 0xffff] mem [DEBUG] PCI: 00:1c.4 mem: size: 100000 align: 20 gran: 20 limit: ffffffff done [DEBUG] PCI: 00:1c.4 prefmem: size: 0 align: 20 gran: 20 limit: ffffffffffffffff [DEBUG] PCI: 00:1c.4 prefmem: size: 0 align: 20 gran: 20 limit: ffffffffffffffff done [DEBUG] PCI: 00:1c.5 io: size: 0 align: 12 gran: 12 limit: ffff [DEBUG] PCI: 04:00.0 10 * [0x0 - 0xff] io [DEBUG] PCI: 00:1c.5 io: size: 1000 align: 12 gran: 12 limit: ffff done [DEBUG] PCI: 00:1c.5 mem: size: 0 align: 20 gran: 20 limit: ffffffff [DEBUG] PCI: 00:1c.5 mem: size: 0 align: 20 gran: 20 limit: ffffffff done [DEBUG] PCI: 00:1c.5 prefmem: size: 0 align: 20 gran: 20 limit: ffffffffffffffff [DEBUG] PCI: 04:00.0 20 * [0x0 - 0x3fff] prefmem [DEBUG] PCI: 04:00.0 18 * [0x4000 - 0x4fff] prefmem [DEBUG] PCI: 00:1c.5 prefmem: size: 100000 align: 20 gran: 20 limit: ffffffff done [INFO ] === Resource allocator: DOMAIN: 0000 - Pass 2 (allocating resources) === [DEBUG] DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff [DEBUG] avoid_fixed_resources: PCI: 00:1f.0 10000000 base 00000000 limit 00000fff io (fixed) [DEBUG] avoid_fixed_resources: PNP: 002e.2 60 base 000003f8 limit 000003ff io (fixed) [DEBUG] avoid_fixed_resources: PNP: 002e.5 60 base 00000060 limit 00000060 io (fixed) [DEBUG] avoid_fixed_resources: PNP: 002e.5 62 base 00000064 limit 00000064 io (fixed) [DEBUG] avoid_fixed_resources: PNP: 002e.b 60 base 00000290 limit 00000291 io (fixed) [DEBUG] avoid_fixed_resources: PNP: 002e.b 62 base 00000000 limit 00000001 io (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:1f.3 20 base 00000400 limit 0000041f io (fixed) [INFO ] DOMAIN: 0000: Resource ranges: [INFO ] * Base: 1000, Size: f000, Tag: 100 [DEBUG] PCI: 00:1c.5 1c * [0xf000 - 0xffff] limit: ffff io [DEBUG] PCI: 00:1f.2 20 * [0xefe0 - 0xefff] limit: efff io [DEBUG] PCI: 00:1f.2 10 * [0xefd8 - 0xefdf] limit: efdf io [DEBUG] PCI: 00:1f.2 18 * [0xefd0 - 0xefd7] limit: efd7 io [DEBUG] PCI: 00:1f.2 14 * [0xefcc - 0xefcf] limit: efcf io [DEBUG] PCI: 00:1f.2 1c * [0xefc8 - 0xefcb] limit: efcb io [DEBUG] DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff done [DEBUG] DOMAIN: 0000 mem: base: 80000000 size: 0 align: 0 gran: 0 limit: fdffffff [DEBUG] DOMAIN: 0000 mem: base: 100000000 size: 0 align: 0 gran: 0 limit: fffffffff [DEBUG] avoid_fixed_resources: PCI: 00:00.0 60 base f0000000 limit f3ffffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 03 base 00000000 limit 0009ffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 04 base 00100000 limit 7fffffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 05 base 100000000 limit 1747fffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 06 base 80000000 limit 8a7fffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 07 base 000a0000 limit 000bffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:00.0 08 base 000c0000 limit 000fffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:1f.0 10000100 base ff000000 limit ffffffff mem (fixed) [DEBUG] avoid_fixed_resources: PCI: 00:1f.0 03 base fec00000 limit fec00fff mem (fixed) [INFO ] DOMAIN: 0000: Resource ranges: [INFO ] * Base: 8a800000, Size: 65800000, Tag: 200 [INFO ] * Base: f4000000, Size: a000000, Tag: 200 [INFO ] * Base: 174800000, Size: e8b800000, Tag: 200 [DEBUG] PCI: 00:1c.4 20 * [0xfdf00000 - 0xfdffffff] limit: fdffffff mem [DEBUG] PCI: 00:1c.5 24 * [0xfde00000 - 0xfdefffff] limit: fdefffff prefmem [DEBUG] PCI: 00:14.0 10 * [0xfddf0000 - 0xfddfffff] limit: fddfffff mem [DEBUG] PCI: 00:1b.0 10 * [0xfddec000 - 0xfddeffff] limit: fddeffff mem [DEBUG] PCI: 00:1f.2 24 * [0xfddeb000 - 0xfddeb7ff] limit: fddeb7ff mem [DEBUG] PCI: 00:1a.0 10 * [0xfddea000 - 0xfddea3ff] limit: fddea3ff mem [DEBUG] PCI: 00:1d.0 10 * [0xfdde9000 - 0xfdde93ff] limit: fdde93ff mem [DEBUG] PCI: 00:1f.3 10 * [0xfdde8000 - 0xfdde80ff] limit: fdde80ff mem [DEBUG] PCI: 00:16.0 10 * [0xfdde7000 - 0xfdde700f] limit: fdde700f mem [DEBUG] DOMAIN: 0000 mem: base: 80000000 size: 0 align: 0 gran: 0 limit: fdffffff done [DEBUG] DOMAIN: 0000 mem: base: 100000000 size: 0 align: 0 gran: 0 limit: fffffffff done [DEBUG] PCI: 03:00.0 10 * [0xfdf00000 - 0xfdf0ffff] limit: fdf0ffff mem [DEBUG] PCI: 04:00.0 10 * [0xf000 - 0xf0ff] limit: f0ff io [DEBUG] PCI: 04:00.0 18 * [0xfde04000 - 0xfde04fff] limit: fde04fff prefmem [DEBUG] PCI: 04:00.0 20 * [0xfde00000 - 0xfde03fff] limit: fde03fff prefmem [INFO ] === Resource allocator: DOMAIN: 0000 - resource allocation complete === [DEBUG] PCI: 00:01.0 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 01 io [DEBUG] PCI: 00:01.0 24 <- [0xffffffffffffffff - 0xfffffffffffffffe] size 0x00000000 gran 0x14 bus 01 prefmem [DEBUG] PCI: 00:01.0 20 <- [0x00000000ffffffff - 0x00000000fffffffe] size 0x00000000 gran 0x14 bus 01 mem [DEBUG] PCI: 00:14.0 10 <- [0x00000000fddf0000 - 0x00000000fddfffff] size 0x00010000 gran 0x10 mem64 [DEBUG] PCI: 00:16.0 10 <- [0x00000000fdde7000 - 0x00000000fdde700f] size 0x00000010 gran 0x04 mem64 [DEBUG] PCI: 00:1a.0 10 <- [0x00000000fddea000 - 0x00000000fddea3ff] size 0x00000400 gran 0x0a mem [DEBUG] PCI: 00:1b.0 10 <- [0x00000000fddec000 - 0x00000000fddeffff] size 0x00004000 gran 0x0e mem64 [DEBUG] PCI: 00:1c.4 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 03 io [DEBUG] PCI: 00:1c.4 24 <- [0xffffffffffffffff - 0xfffffffffffffffe] size 0x00000000 gran 0x14 bus 03 prefmem [DEBUG] PCI: 00:1c.4 20 <- [0x00000000fdf00000 - 0x00000000fdffffff] size 0x00100000 gran 0x14 bus 03 mem [DEBUG] PCI: 03:00.0 10 <- [0x00000000fdf00000 - 0x00000000fdf0ffff] size 0x00010000 gran 0x10 mem64 [DEBUG] PCI: 00:1c.5 1c <- [0x000000000000f000 - 0x000000000000ffff] size 0x00001000 gran 0x0c bus 04 io [DEBUG] PCI: 00:1c.5 24 <- [0x00000000fde00000 - 0x00000000fdefffff] size 0x00100000 gran 0x14 bus 04 prefmem [DEBUG] PCI: 00:1c.5 20 <- [0x00000000ffffffff - 0x00000000fffffffe] size 0x00000000 gran 0x14 bus 04 mem [DEBUG] PCI: 04:00.0 10 <- [0x000000000000f000 - 0x000000000000f0ff] size 0x00000100 gran 0x08 io [DEBUG] PCI: 04:00.0 18 <- [0x00000000fde04000 - 0x00000000fde04fff] size 0x00001000 gran 0x0c prefmem64 [DEBUG] PCI: 04:00.0 20 <- [0x00000000fde00000 - 0x00000000fde03fff] size 0x00004000 gran 0x0e prefmem64 [DEBUG] PCI: 00:1d.0 10 <- [0x00000000fdde9000 - 0x00000000fdde93ff] size 0x00000400 gran 0x0a mem [DEBUG] PCI: 00:1e.0 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 05 io [DEBUG] PCI: 00:1e.0 24 <- [0xffffffffffffffff - 0xfffffffffffffffe] size 0x00000000 gran 0x14 bus 05 prefmem [DEBUG] PCI: 00:1e.0 20 <- [0x00000000ffffffff - 0x00000000fffffffe] size 0x00000000 gran 0x14 bus 05 mem [DEBUG] PNP: 002e.2 60 <- [0x00000000000003f8 - 0x00000000000003ff] size 0x00000008 gran 0x03 io [DEBUG] PNP: 002e.2 70 <- [0x0000000000000004 - 0x0000000000000004] size 0x00000001 gran 0x00 irq [DEBUG] PNP: 002e.2 1a <- [0x0000000000000002 - 0x0000000000000001] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.2 1b <- [0x0000000000000060 - 0x000000000000005f] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.2 2c <- [0x0000000000000000 - 0xffffffffffffffff] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.5 60 <- [0x0000000000000060 - 0x0000000000000060] size 0x00000001 gran 0x00 io [DEBUG] PNP: 002e.5 62 <- [0x0000000000000064 - 0x0000000000000064] size 0x00000001 gran 0x00 io [DEBUG] PNP: 002e.5 70 <- [0x0000000000000001 - 0x0000000000000001] size 0x00000001 gran 0x00 irq [DEBUG] PNP: 002e.5 72 <- [0x000000000000000c - 0x000000000000000c] size 0x00000001 gran 0x00 irq [DEBUG] PNP: 002e.5 f0 <- [0x0000000000000082 - 0x0000000000000081] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.5 2a <- [0x0000000000000048 - 0x0000000000000047] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.5 22 <- [0x00000000000000d7 - 0x00000000000000d6] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.a e4 <- [0x0000000000000010 - 0x000000000000000f] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.a e7 <- [0x0000000000000011 - 0x0000000000000010] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.a f2 <- [0x000000000000005d - 0x000000000000005d] size 0x00000001 gran 0x00 drq [DEBUG] PNP: 002e.b 60 <- [0x0000000000000290 - 0x0000000000000291] size 0x00000002 gran 0x01 io [DEBUG] PNP: 002e.b 62 <- [0x0000000000000000 - 0x0000000000000001] size 0x00000002 gran 0x01 io [DEBUG] PNP: 002e.b e4 <- [0x00000000000000f9 - 0x00000000000000f8] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.b f0 <- [0x000000000000003e - 0x000000000000003e] size 0x00000001 gran 0x00 drq [DEBUG] PNP: 002e.b 70 <- [0x0000000000000000 - 0x0000000000000000] size 0x00000001 gran 0x00 irq [DEBUG] PNP: 002e.f e4 <- [0x00000000000000fc - 0x00000000000000fb] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.f e6 <- [0x000000000000007f - 0x000000000000007e] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.209 e0 <- [0x00000000000000bf - 0x00000000000000be] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.209 e1 <- [0x00000000000000c0 - 0x00000000000000bf] size 0x00000000 gran 0x00 drq [DEBUG] PNP: 002e.509 f4 <- [0x00000000000000fc - 0x00000000000000fc] size 0x00000001 gran 0x00 drq [DEBUG] PNP: 002e.509 f5 <- [0x00000000000000c4 - 0x00000000000000c4] size 0x00000001 gran 0x00 drq [DEBUG] PCI: 00:1f.2 10 <- [0x000000000000efd8 - 0x000000000000efdf] size 0x00000008 gran 0x03 io [DEBUG] PCI: 00:1f.2 14 <- [0x000000000000efcc - 0x000000000000efcf] size 0x00000004 gran 0x02 io [DEBUG] PCI: 00:1f.2 18 <- [0x000000000000efd0 - 0x000000000000efd7] size 0x00000008 gran 0x03 io [DEBUG] PCI: 00:1f.2 1c <- [0x000000000000efc8 - 0x000000000000efcb] size 0x00000004 gran 0x02 io [DEBUG] PCI: 00:1f.2 20 <- [0x000000000000efe0 - 0x000000000000efff] size 0x00000020 gran 0x05 io [DEBUG] PCI: 00:1f.2 24 <- [0x00000000fddeb000 - 0x00000000fddeb7ff] size 0x00000800 gran 0x0b mem [DEBUG] PCI: 00:1f.3 10 <- [0x00000000fdde8000 - 0x00000000fdde80ff] size 0x00000100 gran 0x08 mem64 [INFO ] Done setting resources. [INFO ] Done allocating resources. [DEBUG] BS: BS_DEV_RESOURCES run times (exec / console): 2 / 974 ms [INFO ] Enabling resources... [DEBUG] PCI: 00:00.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:00.0 cmd <- 06 [DEBUG] PCI: 00:01.0 bridge ctrl <- 0013 [DEBUG] PCI: 00:01.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:01.0 cmd <- 00 [DEBUG] PCI: 00:14.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:14.0 cmd <- 102 [DEBUG] PCI: 00:16.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:16.0 cmd <- 02 [DEBUG] PCI: 00:1a.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1a.0 cmd <- 102 [DEBUG] PCI: 00:1b.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1b.0 cmd <- 102 [DEBUG] PCI: 00:1c.0 bridge ctrl <- ffff [DEBUG] PCI: 00:1c.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1c.0 cmd <- ffff [DEBUG] PCI: 00:1c.4 bridge ctrl <- 0013 [DEBUG] PCI: 00:1c.4 subsystem <- 1849/1e1a [DEBUG] PCI: 00:1c.4 cmd <- 106 [DEBUG] PCI: 00:1c.5 bridge ctrl <- 0013 [DEBUG] PCI: 00:1c.5 subsystem <- 1043/84ca [DEBUG] PCI: 00:1c.5 cmd <- 107 [DEBUG] PCI: 00:1d.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1d.0 cmd <- 102 [DEBUG] PCI: 00:1e.0 bridge ctrl <- 0013 [DEBUG] PCI: 00:1e.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1e.0 cmd <- 100 [DEBUG] PCI: 00:1f.0 subsystem <- 1043/84ca [DEBUG] PCI: 00:1f.0 cmd <- 107 [DEBUG] PCI: 00:1f.2 subsystem <- 1043/84ca [DEBUG] PCI: 00:1f.2 cmd <- 03 [DEBUG] PCI: 00:1f.3 subsystem <- 1043/84ca [DEBUG] PCI: 00:1f.3 cmd <- 103 [DEBUG] PCI: 03:00.0 subsystem <- 1043/84ca [DEBUG] PCI: 03:00.0 cmd <- 102 [DEBUG] PCI: 04:00.0 cmd <- 03 [INFO ] done. [DEBUG] BS: BS_DEV_ENABLE run times (exec / console): 0 / 129 ms [INFO ] Initializing devices... [DEBUG] CPU_CLUSTER: 0 init [INFO ] LAPIC 0x0 in XAPIC mode. [DEBUG] MTRR: Physical address space: [DEBUG] 0x0000000000000000 - 0x000000000009ffff size 0x000a0000 type 6 [DEBUG] 0x00000000000a0000 - 0x00000000000bffff size 0x00020000 type 0 [DEBUG] 0x00000000000c0000 - 0x000000007fffffff size 0x7ff40000 type 6 [DEBUG] 0x0000000080000000 - 0x00000000ffffffff size 0x80000000 type 0 [DEBUG] 0x0000000100000000 - 0x00000001747fffff size 0x74800000 type 6 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x250 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x258 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x259 0x0000000000000000 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x268 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x269 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26a 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26b 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26c 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26d 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26e 0x0606060606060606 [DEBUG] apic_id 0x0: MTRR: Fixed MSR 0x26f 0x0606060606060606 [DEBUG] apic_id 0x0 setup mtrr for CPU physical address size: 36 bits [DEBUG] MTRR: default type WB/UC MTRR counts: 1/2. [DEBUG] MTRR: WB selected as default type. [DEBUG] MTRR: 0 base 0x0000000080000000 mask 0x0000000f80000000 type 0 [DEBUG] MTRR check [DEBUG] Fixed MTRRs : Enabled [DEBUG] Variable MTRRs: Enabled [DEBUG] CPU has 4 cores, 8 threads enabled. [DEBUG] Setting up SMI for CPU [INFO ] Will perform SMM setup. [DEBUG] microcode: sig=0x306a9 pf=0x2 revision=0x21 [INFO ] CBFS: Found 'cpu_microcode_blob.bin' @0x80 size 0x6800 in mcache @0x7fffe9cc [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] LAPIC 0x0 in XAPIC mode. [DEBUG] CPU: APIC: 00 enabled [DEBUG] CPU: APIC: 01 enabled [DEBUG] CPU: APIC: 02 enabled [DEBUG] CPU: APIC: 03 enabled [DEBUG] CPU: APIC: 04 enabled [DEBUG] CPU: APIC: 05 enabled [DEBUG] CPU: APIC: 06 enabled [DEBUG] CPU: APIC: 07 enabled [DEBUG] Loading module at 0x00030000 with entry 0x00030000. filesize: 0x178 memsize: 0x178 [DEBUG] Processing 16 relocs. Offset value of 0x00030000 [DEBUG] Attempting to start 7 APs [DEBUG] Waiting for 10ms after sending INIT. [DEBUG] Waiting for SIPI to complete... [INFO ] LAPIC 0x1 in XAPIC mode. [DEBUG] done. [INFO ] AP: slot 2 apic_id 1, MCU rev: 0x00000021 [DEBUG] Waiting for SIPI to complete... [DEBUG] done. [INFO ] LAPIC 0x5 in XAPIC mode. [INFO ] LAPIC 0x4 in XAPIC mode. [INFO ] AP: slot 1 apic_id 5, MCU rev: 0x00000021 [INFO ] LAPIC 0x6 in XAPIC mode. [INFO ] LAPIC 0x7 in XAPIC mode. [INFO ] AP: slot 4 apic_id 6, MCU rev: 0x00000021 [INFO ] AP: slot 5 apic_id 7, MCU rev: 0x00000021 [INFO ] LAPIC 0x3 in XAPIC mode. [INFO ] LAPIC 0x2 in XAPIC mode. [INFO ] AP: slot 7 apic_id 3, MCU rev: 0x00000021 [INFO ] AP: slot 3 apic_id 4, MCU rev: 0x00000021 [INFO ] AP: slot 6 apic_id 2, MCU rev: 0x00000021 [DEBUG] Loading module at 0x00038000 with entry 0x00038000. filesize: 0x1a0 memsize: 0x1a0 [DEBUG] Processing 9 relocs. Offset value of 0x00038000 [DEBUG] smm_module_setup_stub: stack_top = 0x80002000 [DEBUG] smm_module_setup_stub: per cpu stack_size = 0x400 [DEBUG] smm_module_setup_stub: runtime.smm_size = 0x10000 [DEBUG] SMM Module: stub loaded at 38000. Will call 0x7ffa3a26 [DEBUG] Installing permanent SMM handler to 0x80000000 [DEBUG] HANDLER [0x802fe000-0x802ffd30] [DEBUG] CPU 0 [DEBUG] ss0 [0x802fdc00-0x802fe000] [DEBUG] stub0 [0x802f6000-0x802f61a0] [DEBUG] CPU 1 [DEBUG] ss1 [0x802fd800-0x802fdc00] [DEBUG] stub1 [0x802f5c00-0x802f5da0] [DEBUG] CPU 2 [DEBUG] ss2 [0x802fd400-0x802fd800] [DEBUG] stub2 [0x802f5800-0x802f59a0] [DEBUG] CPU 3 [DEBUG] ss3 [0x802fd000-0x802fd400] [DEBUG] stub3 [0x802f5400-0x802f55a0] [DEBUG] CPU 4 [DEBUG] ss4 [0x802fcc00-0x802fd000] [DEBUG] stub4 [0x802f5000-0x802f51a0] [DEBUG] CPU 5 [DEBUG] ss5 [0x802fc800-0x802fcc00] [DEBUG] stub5 [0x802f4c00-0x802f4da0] [DEBUG] CPU 6 [DEBUG] ss6 [0x802fc400-0x802fc800] [DEBUG] stub6 [0x802f4800-0x802f49a0] [DEBUG] CPU 7 [DEBUG] ss7 [0x802fc000-0x802fc400] [DEBUG] stub7 [0x802f4400-0x802f45a0] [DEBUG] stacks [0x80000000-0x80002000] [DEBUG] Loading module at 0x802fe000 with entry 0x802fe750. filesize: 0x1cd0 memsize: 0x1d30 [DEBUG] Processing 82 relocs. Offset value of 0x802fe000 [DEBUG] Loading module at 0x802f6000 with entry 0x802f6000. filesize: 0x1a0 memsize: 0x1a0 [DEBUG] Processing 9 relocs. Offset value of 0x802f6000 [DEBUG] smm_module_setup_stub: stack_top = 0x80002000 [DEBUG] smm_module_setup_stub: per cpu stack_size = 0x400 [DEBUG] smm_module_setup_stub: runtime.smm_size = 0x300000 [DEBUG] SMM Module: placing smm entry code at 802f5c00, cpu # 0x1 [DEBUG] SMM Module: placing smm entry code at 802f5800, cpu # 0x2 [DEBUG] SMM Module: placing smm entry code at 802f5400, cpu # 0x3 [DEBUG] SMM Module: placing smm entry code at 802f5000, cpu # 0x4 [DEBUG] SMM Module: placing smm entry code at 802f4c00, cpu # 0x5 [DEBUG] SMM Module: placing smm entry code at 802f4800, cpu # 0x6 [DEBUG] SMM Module: placing smm entry code at 802f4400, cpu # 0x7 [DEBUG] SMM Module: stub loaded at 802f6000. Will call 0x802fe750 [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ee000, cpu = 0 [DEBUG] In relocation handler: cpu 0 [DEBUG] New SMBASE=0x802ee000 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] microcode: Update skipped, already up-to-date [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ed800, cpu = 2 [DEBUG] In relocation handler: cpu 2 [DEBUG] New SMBASE=0x802ed800 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] microcode: Update skipped, already up-to-date [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ed400, cpu = 3 [DEBUG] In relocation handler: cpu 3 [DEBUG] New SMBASE=0x802ed400 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802edc00, cpu = 1 [INFO ] microcode: Update skipped, already up-to-date [DEBUG] In relocation handler: cpu 1 [DEBUG] New SMBASE=0x802edc00 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] microcode: Update skipped, already up-to-date [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ecc00, cpu = 5 [DEBUG] In relocation handler: cpu 5 [DEBUG] New SMBASE=0x802ecc00 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ed000, cpu = 4 [INFO ] microcode: Update skipped, already up-to-date [DEBUG] In relocation handler: cpu 4 [DEBUG] New SMBASE=0x802ed000 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] microcode: Update skipped, already up-to-date [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ec400, cpu = 7 [DEBUG] In relocation handler: cpu 7 [DEBUG] New SMBASE=0x802ec400 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x802ec800, cpu = 6 [INFO ] microcode: Update skipped, already up-to-date [DEBUG] In relocation handler: cpu 6 [DEBUG] New SMBASE=0x802ec800 IEDBASE=0x80400000 [DEBUG] Writing SMRR. base = 0x80000006, mask=0xff800800 [DEBUG] Relocation complete. [INFO ] microcode: Update skipped, already up-to-date [INFO ] Initializing CPU #0 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [DEBUG] VMX status: enabled [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] cpu: energy policy set to 6 [DEBUG] model_x06ax: frequency set to 3500 [INFO ] Turbo is available but hidden [INFO ] Turbo is available and visible [INFO ] CPU #0 initialized [INFO ] Initializing CPU #2 [INFO ] Initializing CPU #3 [INFO ] Initializing CPU #1 [INFO ] Initializing CPU #4 [INFO ] Initializing CPU #5 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [DEBUG] CPU: family 06, model 3a, stepping 09 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] Initializing CPU #6 [INFO ] Initializing CPU #7 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [DEBUG] VMX status: enabled [DEBUG] VMX status: enabled [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] cpu: energy policy set to 6 [DEBUG] cpu: energy policy set to 6 [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #6 initialized [INFO ] CPU #7 initialized [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [INFO ] CPU: cpuid(1) 0x306a9 [DEBUG] VMX status: enabled [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] VMX status: enabled [DEBUG] cpu: energy policy set to 6 [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #4 initialized [DEBUG] cpu: energy policy set to 6 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: vendor Intel device 306a9 [DEBUG] CPU: family 06, model 3a, stepping 09 [DEBUG] CPU: family 06, model 3a, stepping 09 [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz. [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] CPU: cpuid(1) 0x306a9 [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [INFO ] CPU: cpuid(1) 0x306a9 [DEBUG] VMX status: enabled [DEBUG] VMX status: enabled [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] cpu: energy policy set to 6 [DEBUG] cpu: energy policy set to 6 [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #3 initialized [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #1 initialized [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #5 initialized [INFO ] CPU: AES supported [INFO ] CPU: TXT NOT supported [INFO ] CPU: VT supported [DEBUG] VMX status: enabled [DEBUG] IA32_FEATURE_CONTROL status: locked [DEBUG] cpu: energy policy set to 6 [DEBUG] model_x06ax: frequency set to 3500 [INFO ] CPU #2 initialized [INFO ] bsp_do_flight_plan done after 830 msecs. [DEBUG] SMI_STS: [DEBUG] GPE0_STS: GPIO14 GPIO11 GPIO10 GPIO9 GPIO7 GPIO6 [DEBUG] ALT_GP_SMI_STS: GPI14 GPI13 GPI11 GPI10 GPI9 GPI7 GPI6 GPI5 GPI4 GPI3 GPI2 GPI1 [DEBUG] TCO_STS: [DEBUG] Locking SMM. [DEBUG] CPU_CLUSTER: 0 init finished in 1082 msecs [DEBUG] PCI: 00:00.0 init [DEBUG] Disabling PEG12. [DEBUG] Disabling PEG11. [DEBUG] Disabling IGD. [DEBUG] Disabling Device 4. [DEBUG] Disabling PEG60. [DEBUG] Disabling Device 7. [DEBUG] Set BIOS_RESET_CPL [DEBUG] CPU TDP: 77 Watts [DEBUG] PCI: 00:00.0 init finished in 20 msecs [DEBUG] PCI: 00:01.0 init [DEBUG] PCI: 00:01.0 init finished in 0 msecs [DEBUG] PCI: 00:14.0 init [DEBUG] XHCI: Setting up controller.. done. [DEBUG] PCI: 00:14.0 init finished in 3 msecs [DEBUG] PCI: 00:16.0 init [DEBUG] ME: FW Partition Table : OK [DEBUG] ME: Bringup Loader Failure : NO [DEBUG] ME: Firmware Init Complete : YES [DEBUG] ME: Manufacturing Mode : YES [DEBUG] ME: Boot Options Present : NO [DEBUG] ME: Update In Progress : NO [DEBUG] ME: Current Working State : Normal [DEBUG] ME: Current Operation State : M0 with UMA [DEBUG] ME: Current Operation Mode : Normal [DEBUG] ME: Error Code : No Error [DEBUG] ME: Progress Phase : Host Communication [DEBUG] ME: Power Management Event : Clean Moff->Mx wake [DEBUG] ME: Progress Phase State : Host communication established [NOTE ] ME: BIOS path: Normal [DEBUG] No CMOS option 'me_state'. [DEBUG] No CMOS option 'me_state_prev'. [DEBUG] ME: me_state=0, me_state_prev=0 [DEBUG] ME: Extend SHA-256: 88cdce2cfa55c4884272f0b35648cbb01caa6e7b03bbd7f814da3bd6cc758d71 [INFO ] ME: MBP item header 00020103 [INFO ] ME: MBP item header 00050102 [INFO ] ME: MBP item header 00020501 [INFO ] ME: MBP item header 00020201 [INFO ] ME: MBP item header 02030101 [INFO ] ME: MBP item header 02060301 [INFO ] ME: MBP item header 02090401 [DEBUG] ME: found version 8.0.4.1441 [DEBUG] ME Capability: Full Network manageability : disabled [DEBUG] ME Capability: Regular Network manageability : disabled [DEBUG] ME Capability: Manageability : disabled [DEBUG] ME Capability: Small business technology : disabled [DEBUG] ME Capability: Level III manageability : disabled [DEBUG] ME Capability: IntelR Anti-Theft (AT) : disabled [DEBUG] ME Capability: IntelR Capability Licensing Service (CLS) : enabled [DEBUG] ME Capability: IntelR Power Sharing Technology (MPC) : enabled [DEBUG] ME Capability: ICC Over Clocking : enabled [DEBUG] ME Capability: Protected Audio Video Path (PAVP) : enabled [DEBUG] ME Capability: IPV6 : disabled [DEBUG] ME Capability: KVM Remote Control (KVM) : disabled [DEBUG] ME Capability: Outbreak Containment Heuristic (OCH) : disabled [DEBUG] ME Capability: Virtual LAN (VLAN) : enabled [DEBUG] ME Capability: TLS : disabled [DEBUG] ME Capability: Wireless LAN (WLAN) : disabled [DEBUG] PCI: 00:16.0 init finished in 212 msecs [DEBUG] PCI: 00:1a.0 init [DEBUG] EHCI: Setting up controller.. done. [DEBUG] PCI: 00:1a.0 init finished in 3 msecs [DEBUG] PCI: 00:1b.0 init [DEBUG] Azalia: base = 0xfddec000 [DEBUG] Azalia: codec_mask = 09 [DEBUG] azalia_audio: Initializing codec #3 [DEBUG] azalia_audio: codec viddid: 80862806 [DEBUG] azalia_audio: verb_size: 16 [DEBUG] azalia_audio: verb loaded. [DEBUG] azalia_audio: Initializing codec #0 [DEBUG] azalia_audio: codec viddid: 10ec0887 [DEBUG] azalia_audio: verb_size: 60 [DEBUG] azalia_audio: verb loaded. [DEBUG] PCI: 00:1b.0 init finished in 39 msecs [DEBUG] PCI: 00:1c.0 init [DEBUG] Initializing PCH PCIe bridge. [DEBUG] PCI: 00:1c.0 init finished in 3 msecs [DEBUG] PCI: 00:1c.4 init [DEBUG] Initializing PCH PCIe bridge. [DEBUG] PCI: 00:1c.4 init finished in 3 msecs [DEBUG] PCI: 00:1c.5 init [DEBUG] Initializing PCH PCIe bridge. [DEBUG] PCI: 00:1c.5 init finished in 3 msecs [DEBUG] PCI: 00:1d.0 init [DEBUG] EHCI: Setting up controller.. done. [DEBUG] PCI: 00:1d.0 init finished in 3 msecs [DEBUG] PCI: 00:1e.0 init [DEBUG] PCI init. [DEBUG] PCI: 00:1e.0 init finished in 1 msecs [DEBUG] PCI: 00:1f.0 init [DEBUG] pch: lpc_init [INFO ] PCH: detected Z77, device id: 0x1e44, rev id 0x4 [DEBUG] IOAPIC: Initializing IOAPIC at 0xfec00000 [DEBUG] IOAPIC: ID = 0x00 [DEBUG] IOAPIC: 24 interrupts [DEBUG] IOAPIC: Clearing IOAPIC at 0xfec00000 [DEBUG] IOAPIC: Bootstrap Processor Local APIC = 0x00 [INFO ] Set power off after power failure. [INFO ] NMI sources disabled. [DEBUG] PantherPoint PM init [DEBUG] RTC: failed = 0x0 [DEBUG] RTC Init [DEBUG] apm_control: Disabling ACPI. [DEBUG] APMC done. [DEBUG] pch_spi_init [DEBUG] PCI: 00:1f.0 init finished in 46 msecs [DEBUG] PCI: 00:1f.2 init [DEBUG] SATA: Initializing... [DEBUG] SATA: Controller in AHCI mode. [DEBUG] ABAR: 0xfddeb000 [DEBUG] PCI: 00:1f.2 init finished in 8 msecs [DEBUG] PCI: 00:1f.3 init [DEBUG] PCI: 00:1f.3 init finished in 0 msecs [DEBUG] PCI: 03:00.0 init [DEBUG] PCI: 03:00.0 init finished in 0 msecs [DEBUG] PCI: 04:00.0 init [DEBUG] PCI: 04:00.0 init finished in 0 msecs [DEBUG] PNP: 002e.2 init [DEBUG] PNP: 002e.2 init finished in 0 msecs [DEBUG] PNP: 002e.5 init [INFO ] nct6779d_init: Mouse not detected. [DEBUG] PNP: 002e.5 init finished in 3 msecs [DEBUG] PNP: 002e.a init [DEBUG] PNP: 002e.a init finished in 0 msecs [DEBUG] PNP: 002e.b init [DEBUG] PNP: 002e.b init finished in 0 msecs [DEBUG] PNP: 002e.f init [DEBUG] PNP: 002e.f init finished in 0 msecs [DEBUG] PNP: 002e.108 init [DEBUG] PNP: 002e.108 init finished in 0 msecs [DEBUG] PNP: 002e.109 init [DEBUG] PNP: 002e.109 init finished in 0 msecs [DEBUG] PNP: 002e.209 init [DEBUG] PNP: 002e.209 init finished in 0 msecs [DEBUG] PNP: 002e.509 init [DEBUG] PNP: 002e.509 init finished in 0 msecs [DEBUG] PNP: 002e.14 init [DEBUG] PNP: 002e.14 init finished in 0 msecs [DEBUG] PNP: 002e.d init [DEBUG] PNP: 002e.d init finished in 0 msecs [INFO ] Devices initialized [DEBUG] BS: BS_DEV_INIT run times (exec / console): 566 / 1062 ms [INFO ] Finalize devices... [DEBUG] PCI: 00:1f.0 final [INFO ] Manufacturer: ef [WARN ] SF: no match for ID 7017 0000 [DEBUG] flash size 0x800000 bytes [INFO ] SF: Detected 00 0000 with sector size 0x1000, total 0x800000 [DEBUG] apm_control: Finalizing SMM. [DEBUG] APMC done. [INFO ] Devices finalized [DEBUG] BS: BS_POST_DEVICE run times (exec / console): 8 / 28 ms [INFO ] CBFS: Found 'fallback/dsdt.aml' @0x23140 size 0x22e4 in mcache @0x7fffea74 [WARN ] CBFS: 'fallback/slic' not found. [INFO ] ACPI: Writing ACPI tables at 7ff48000. [DEBUG] ACPI: * FACS [DEBUG] ACPI: * FACP [DEBUG] ACPI: added table 1/32, length now 44 [DEBUG] Found 1 CPU(s) with 8 core(s) each. [DEBUG] Supported C-states: C0 C1 C1E C3 C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PSS: 3501MHz power 77000 control 0x2700 status 0x2700 [DEBUG] PSS: 3500MHz power 77000 control 0x2300 status 0x2300 [DEBUG] PSS: 2800MHz power 56733 control 0x1c00 status 0x1c00 [DEBUG] PSS: 2400MHz power 46310 control 0x1800 status 0x1800 [DEBUG] PSS: 2000MHz power 36756 control 0x1400 status 0x1400 [DEBUG] PSS: 1600MHz power 27975 control 0x1000 status 0x1000 [INFO ] Requested C-state C7 not supported, using C6 instead [DEBUG] Advertising ACPI C State type C1 as CPU C1 [DEBUG] Advertising ACPI C State type C2 as CPU C3 [DEBUG] Advertising ACPI C State type C3 as CPU C6 [DEBUG] PCI space above 4GB MMIO is at 0x174800000, len = 0xe8b800000 [DEBUG] Generating ACPI PIRQ entries [DEBUG] ACPI: * SSDT [DEBUG] ACPI: added table 2/32, length now 52 [DEBUG] ACPI: * MCFG [DEBUG] ACPI: added table 3/32, length now 60 [DEBUG] IOAPIC: 24 interrupts [DEBUG] ACPI: * APIC [DEBUG] ACPI: added table 4/32, length now 68 [DEBUG] ACPI: * SPCR [DEBUG] ACPI: added table 5/32, length now 76 [DEBUG] current = 7ff4ca50 [DEBUG] ACPI: * HPET [DEBUG] ACPI: added table 6/32, length now 84 [INFO ] ACPI: done. [DEBUG] ACPI tables: 19088 bytes. [DEBUG] smbios_write_tables: 7ff40000 [DEBUG] SMBIOS firmware version is set to coreboot_version: '4.22-348-g67498b875a55-dirty' [INFO ] Create SMBIOS type 16 [INFO ] Create SMBIOS type 17 [INFO ] Create SMBIOS type 20 [DEBUG] SMBIOS tables: 939 bytes. [DEBUG] Writing table forward entry at 0x00000500 [DEBUG] Wrote coreboot table at: 0x00000500, 0x10 bytes, checksum bfe7 [DEBUG] Writing coreboot table at 0x7ff6c000 [INFO ] CBFS: Found 'cmos_layout.bin' @0x25b00 size 0x690 in mcache @0x7fffeaf8 [DEBUG] 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES [DEBUG] 1. 0000000000001000-000000000009ffff: RAM [DEBUG] 2. 00000000000a0000-00000000000fffff: RESERVED [DEBUG] 3. 0000000000100000-000000007ff3ffff: RAM [DEBUG] 4. 000000007ff40000-000000007ff84fff: CONFIGURATION TABLES [DEBUG] 5. 000000007ff85000-000000007ffd0fff: RAMSTAGE [DEBUG] 6. 000000007ffd1000-000000007fffffff: CONFIGURATION TABLES [DEBUG] 7. 0000000080000000-000000008a7fffff: RESERVED [DEBUG] 8. 00000000f0000000-00000000f3ffffff: RESERVED [DEBUG] 9. 0000000100000000-00000001747fffff: RAM [DEBUG] Wrote coreboot table at: 0x7ff6c000, 0xa24 bytes, checksum 7164 [DEBUG] coreboot table: 2620 bytes. [DEBUG] IMD ROOT 0. 0x7ffff000 0x00001000 [DEBUG] IMD SMALL 1. 0x7fffe000 0x00001000 [DEBUG] CONSOLE 2. 0x7ffde000 0x00020000 [DEBUG] TIME STAMP 3. 0x7ffdd000 0x00000910 [DEBUG] MEM INFO 4. 0x7ffdc000 0x00000f48 [DEBUG] AFTER CAR 5. 0x7ffd1000 0x0000b000 [DEBUG] RAMSTAGE 6. 0x7ff84000 0x0004d000 [DEBUG] SMM BACKUP 7. 0x7ff74000 0x00010000 [DEBUG] COREBOOT 8. 0x7ff6c000 0x00008000 [DEBUG] ACPI 9. 0x7ff48000 0x00024000 [DEBUG] SMBIOS 10. 0x7ff40000 0x00008000 [DEBUG] IMD small region: [DEBUG] IMD ROOT 0. 0x7fffec00 0x00000400 [DEBUG] RO MCACHE 1. 0x7fffe9a0 0x00000260 [DEBUG] FMAP 2. 0x7fffe8c0 0x000000e0 [DEBUG] ROMSTAGE 3. 0x7fffe8a0 0x00000004 [DEBUG] ROMSTG STCK 4. 0x7fffe7e0 0x000000a8 [DEBUG] ACPI GNVS 5. 0x7fffe6e0 0x00000100 [DEBUG] BS: BS_WRITE_TABLES run times (exec / console): 2 / 682 ms [INFO ] CBFS: Found 'fallback/payload' @0x29640 size 0xc7275 in mcache @0x7fffeb64 [DEBUG] Checking segment from ROM address 0xffc3986c [DEBUG] Checking segment from ROM address 0xffc39888 [DEBUG] Loading segment from ROM address 0xffc3986c [DEBUG] code (compression=1) [DEBUG] New segment dstaddr 0x00800000 memsize 0x1000000 srcaddr 0xffc398a4 filesize 0xc723d [DEBUG] Loading Segment: addr: 0x00800000 memsz: 0x0000000001000000 filesz: 0x00000000000c723d [DEBUG] using LZMA [DEBUG] Loading segment from ROM address 0xffc39888 [DEBUG] Entry Point 0x0080168c [DEBUG] BS: BS_PAYLOAD_LOAD run times (exec / console): 239 / 51 ms [DEBUG] ICH-NM10-PCH: watchdog disabled [DEBUG] Jumping to boot code at 0x0080168c(0x7ff6c000)