Dear Coreboot community,
I am developing bios for my custom Apollo Lake SoC E3950 mainboard. I got to a
point where SeaBios is loaded and awaits to choose a boot option. The problem
is that its getting stuck while waiting for timeout or keyboard press (see log
attached). I figured out that it is getting stuck on wait_irq() function. In
particular, call stack looks like this:
interactive_bootmenu() (/coreboot/payloads/external/SeaBIOS/seabios/src/boot.c)
get_keystroke() (int scan_code = get_keystroke(menutime);)
get_keystroke_full()
yield_toirq()
wait_irq()
__stack_hop_back_wait_irq()
Why can this happen? Is hardware not initialized properly during Coreboot
operation or it should be done in SeaBios?
Looks like interrupts from timer and keyboard are not working. I tried loading
with FILO payload and keyboard was working Ok except keyboard leds were not
working.
Best Regards,
Anatolii Vorobev
coreboot-4.12-4087-g6aaf7db719-dirty Tue Nov 17 09:50:24 UTC 2020 romstage
starting (log level: 8)...
CPU: Intel(R) Atom(TM) Processor E3950 @ 1.60GHz
CPU: ID 506c9, Apollolake B0, ucode: 00000038
CPU: AES Supported, TXT Not Supported, VT Supported
MCH: device id 5af0 (rev 0b) is Apollolake
PCH: device id 5ae8 (rev 0b) is Apollolake
IGD: device id 5a84 (rev 0b) is Apollolake HD 505
pm1_sts: 0000 pm1_en: 0000 pm1_cnt: 00000000
gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
gpe0_sts[3]: 00000000 gpe0_en[3]: 00000000
prsts: 00000000
tco_sts: 0000 0000
gen_pmcon1: 08004004 gen_pmcon2: 00003a00 gen_pmcon3: 00000000
prev_sleep_state 5
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
Info: CBFS @ 342000 size 37d000 ; mem-mapped area @ 1000 size 6be000
Exit bios_mmap_init (src/soc/intel/apollolake/mmap_boot.c)
CBFS: Found 'fspm.bin' @0x394c0 size 0x59000
Spec version: v2.0
Revision: 1.4.3, Build Number 1
Type: release/test
image ID: $APLFSP$, base 0xfef40000 + 0x59000
Config region 0x124 + 0x200
Memory init offset 0x3f0
POST: 0x34
FMAP: area RW_MRC_CACHE found @ 311000 (65536 bytes)
MRC cache found, size b2c0
bootmode is set to: 2
MAINBOARD: src/mainboard/up/squared/romstage.c/mainboard_memory_init_params
called
MAINBOARD: Found memory SKU ID: 0x00
MAINBOARD: Found supported memory: 512MB
FMAP: area RW_VAR_MRC_CACHE found @ 321000 (4096 bytes)
POST: 0x36
Calling FspMemoryInit: 0xfef403f0
0xfef03cd0: raminit_upd
0xfef05140: &hob_list_ptr
POST: 0x92
POST: 0x98
CBMEM:
IMD: root @ 0x3afff000 254 entries.
IMD: root @ 0x3affec00 62 entries.
External stage cache:
IMD: root @ 0x3b7ff000 254 entries.
IMD: root @ 0x3b7fec00 62 entries.
FMAP: area RW_MRC_CACHE found @ 311000 (65536 bytes)
MRC: Checking cached data update for 'RW_MRC_CACHE'.
SF: Detected 00 0000 with sector size 0x1000, total 0x800000
MRC: cache data 'RW_MRC_CACHE' needs update.
REGF update can't fit. Will empty.
Erasing flash addr 311000 + 4 KiB
Erasing flash addr 312000 + 4 KiB
Erasing flash addr 313000 + 4 KiB
Erasing flash addr 314000 + 4 KiB
Erasing flash addr 315000 + 4 KiB
Erasing flash addr 316000 + 4 KiB
Erasing flash addr 317000 + 4 KiB
Erasing flash addr 318000 + 4 KiB
Erasing flash addr 319000 + 4 KiB
Erasing flash addr 31a000 + 4 KiB
Erasing flash addr 31b000 + 4 KiB
Erasing flash addr 31c000 + 4 KiB
Erasing flash addr 31d000 + 4 KiB
Erasing flash addr 31e000 + 4 KiB
Erasing flash addr 31f000 + 4 KiB
Erasing flash addr 320000 + 4 KiB
MRC: updated 'RW_MRC_CACHE'.
FspMemoryInit returned 0x00000000
CPU: frequency set to 2000 MHz
FMAP: area RW_VAR_MRC_CACHE found @ 321000 (4096 bytes)
MRC: Checking cached data update for 'RW_VAR_MRC_CACHE'.
MRC: cache data 'RW_VAR_MRC_CACHE' needs update.
MRC: updated 'RW_VAR_MRC_CACHE'.
1 DIMMs found
SMM Memory Map
SMRAM : 0x3b000000 0x800000
Subregion 0: 0x3b000000 0x700000
Subregion 1: 0x3b700000 0x100000
Subregion 2: 0x3b800000 0x0
top_of_ram = 0x3b000000
MTRR Range: Start=3a000000 End=3b000000 (Size 1000000)
MTRR Range: Start=3b000000 End=3b800000 (Size 800000)
MTRR Range: Start=ff800000 End=0 (Size 800000)
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
CBFS: Found 'fallback/postcar' @0xbe000 size 0x338c
Decompressing stage fallback/postcar @ 0x3abd3fc0 (28936 bytes)
Loading module at 0x3abd4000 with entry 0x3abd4000. filesize: 0x31c8 memsize:
0x70c8
Processing 90 relocs. Offset value of 0x38bd4000
BS: romstage times (exec / console): total (unknown) / 352 ms
coreboot-4.12-4087-g6aaf7db719-dirty Tue Nov 17 09:50:24 UTC 2020 ramstage
starting (log level: 8)...
POST: 0x39
POST: 0x80
Normal boot
POST: 0x70
BS: BS_PRE_DEVICE run times (exec / console): 0 / 1 ms
POST: 0x71
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
Info: CBFS @ 342000 size 37d000 ; mem-mapped area @ 1000 size 6be000
Exit bios_mmap_init (src/soc/intel/apollolake/mmap_boot.c)
CBFS: Found 'fsps.bin' @0x92fc0 size 0x2b000
Spec version: v2.0
Revision: 1.4.3, Build Number 1
Type: release/test
image ID: $APLFSP$, base 0x3ab5a000 + 0x2b000
Config region 0x124 + 0x3b0
Silicon init offset 0x592
Notify phase offset 0x588
Call (platform_fsp_silicon_init_params_cb) src/soc/intel/apollolake/chip.c
Call (parse_devicetree) src/soc/intel/apollolake/chip.c
PCI:00.1: Could not disable the device
PCI:0d.0: Could not disable the device
PCI:0d.1: Could not disable the device
PCI:0d.2: Could not disable the device
PCI:0d.3: Could not disable the device
PCI:1a.0: Could not disable the device
PCI:1f.0: Could not disable the device
MAINBOARD: src/mainboard/up/squared/ramstage.c/mainboard_silicon_init_params
called
Calling FspSiliconInit: 0x3ab5a592
0x3abca350: upd
POST: 0x93
POST: 0x99
FspSiliconInit returned 0x00000000
ITSS IRQ Polarities Before:
IPC0: 0xffffeef8
IPC1: 0xffffffff
IPC2: 0xffffffff
IPC3: 0x00ffffff
ITSS IRQ Polarities After:
IPC0: 0xffffeef8
IPC1: 0x0003ffff
IPC2: 0x00000000
IPC3: 0x00000000
CPU TDP = 12 Watts
CPU PL1 = 12 Watts
CPU PL2 = 15 Watts
BS: BS_DEV_INIT_CHIPS run times (exec / console): 33 / 135 ms
POST: 0x72
Enumerating buses...
Show all devs... Before device enumeration.
Root Device: enabled 1
CPU_CLUSTER: 0: enabled 1
DOMAIN: 0000: enabled 1
MMIO: fed40000: enabled 1
APIC: 00: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:00.1: enabled 0
PCI: 00:00.2: enabled 0
PCI: 00:02.0: enabled 1
PCI: 00:03.0: enabled 0
PCI: 00:0d.0: enabled 0
PCI: 00:0d.1: enabled 0
PCI: 00:0d.2: enabled 0
PCI: 00:0d.3: enabled 0
PCI: 00:0e.0: enabled 0
PCI: 00:0f.0: enabled 1
PCI: 00:11.0: enabled 0
PCI: 00:12.0: enabled 0
PCI: 00:13.0: enabled 0
PCI: 00:13.1: enabled 0
PCI: 00:13.2: enabled 0
PCI: 00:13.3: enabled 0
PCI: 00:14.0: enabled 0
PCI: 00:14.1: enabled 0
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 00:16.0: enabled 1
PCI: 00:16.1: enabled 1
PCI: 00:16.2: enabled 1
PCI: 00:16.3: enabled 1
PCI: 00:17.0: enabled 1
PCI: 00:17.1: enabled 1
PCI: 00:17.2: enabled 1
PCI: 00:17.3: enabled 1
PCI: 00:18.0: enabled 1
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:18.3: enabled 0
PCI: 00:19.0: enabled 1
PCI: 00:19.1: enabled 1
PCI: 00:19.2: enabled 1
PCI: 00:1a.0: enabled 0
PCI: 00:1b.0: enabled 0
PCI: 00:1c.0: enabled 0
PCI: 00:1e.0: enabled 0
PCI: 00:1f.0: enabled 0
PCI: 00:1f.1: enabled 0
Compare with tree...
Root Device: enabled 1
CPU_CLUSTER: 0: enabled 1
APIC: 00: enabled 1
DOMAIN: 0000: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:00.1: enabled 0
PCI: 00:00.2: enabled 0
PCI: 00:02.0: enabled 1
PCI: 00:03.0: enabled 0
PCI: 00:0d.0: enabled 0
PCI: 00:0d.1: enabled 0
PCI: 00:0d.2: enabled 0
PCI: 00:0d.3: enabled 0
PCI: 00:0e.0: enabled 0
PCI: 00:0f.0: enabled 1
PCI: 00:11.0: enabled 0
PCI: 00:12.0: enabled 0
PCI: 00:13.0: enabled 0
PCI: 00:13.1: enabled 0
PCI: 00:13.2: enabled 0
PCI: 00:13.3: enabled 0
PCI: 00:14.0: enabled 0
PCI: 00:14.1: enabled 0
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 00:16.0: enabled 1
PCI: 00:16.1: enabled 1
PCI: 00:16.2: enabled 1
PCI: 00:16.3: enabled 1
PCI: 00:17.0: enabled 1
PCI: 00:17.1: enabled 1
PCI: 00:17.2: enabled 1
PCI: 00:17.3: enabled 1
PCI: 00:18.0: enabled 1
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:18.3: enabled 0
PCI: 00:19.0: enabled 1
PCI: 00:19.1: enabled 1
PCI: 00:19.2: enabled 1
PCI: 00:1a.0: enabled 0
PCI: 00:1b.0: enabled 0
PCI: 00:1c.0: enabled 0
PCI: 00:1e.0: enabled 0
PCI: 00:1f.0: enabled 0
PCI: 00:1f.1: enabled 0
MMIO: fed40000: enabled 1
Root Device scanning...
scan_static_bus for Root Device
CPU_CLUSTER: 0 enabled
DOMAIN: 0000 enabled
MMIO: fed40000 enabled
DOMAIN: 0000 scanning...
PCI: pci_scan_bus for bus 00
POST: 0x24
PCI: 00:00.0 [8086/0000] ops
PCI: 00:00.0 [8086/5af0] enabled
PCI: 00:02.0 [8086/0000] bus ops
PCI: 00:02.0 [8086/5a84] enabled
PCI: 00:0d.0 [8086/0000] ops
PCI: 00:0d.0 [8086/5a92] disabled
PCI: 00:0d.1 [8086/0000] bus ops
PCI: 00:0d.1 [8086/5a94] disabled
PCI: 00:0d.2 [8086/0000] bus ops
PCI: 00:0d.2 [8086/5a96] disabled
PCI: 00:0d.3 [8086/0000] ops
PCI: 00:0d.3 [8086/5aec] disabled
PCI: 00:0f.0 [8086/0000] ops
PCI: 00:0f.0 [8086/5a9a] enabled
PCI: 00:0f.1 [8086/5a9c] enabled
PCI: 00:0f.2 [8086/5a9e] enabled
PCI: 00:15.0 [8086/0000] bus ops
PCI: 00:15.0 [8086/5aa8] enabled
PCI: 00:15.1 [8086/0000] ops
PCI: 00:15.1 [8086/5aaa] enabled
PCI: 00:16.0 [8086/0000] bus ops
PCI: 00:16.0 [8086/5aac] enabled
PCI: 00:16.1 [8086/0000] bus ops
PCI: 00:16.1 [8086/5aae] enabled
PCI: 00:16.2 [8086/0000] bus ops
PCI: 00:16.2 [8086/5ab0] enabled
PCI: 00:16.3 [8086/0000] bus ops
PCI: 00:16.3 [8086/5ab2] enabled
PCI: 00:17.0 [8086/0000] bus ops
PCI: 00:17.0 [8086/5ab4] enabled
PCI: 00:17.1 [8086/0000] bus ops
PCI: 00:17.1 [8086/5ab6] enabled
PCI: 00:17.2 [8086/0000] bus ops
PCI: 00:17.2 [8086/5ab8] enabled
PCI: 00:17.3 [8086/0000] bus ops
PCI: 00:17.3 [8086/5aba] enabled
PCI: 00:18.0 [8086/0000] ops
PCI: 00:18.0 [8086/5abc] enabled
PCI: 00:18.1 [8086/0000] ops
PCI: 00:18.1 [8086/5abe] enabled
PCI: 00:18.2 [8086/0000] ops
PCI: 00:18.2 [8086/5ac0] enabled
PCI: 00:19.0 [8086/0000] bus ops
PCI: 00:19.0 [8086/5ac2] enabled
PCI: 00:19.1 [8086/0000] bus ops
PCI: 00:19.1 [8086/5ac4] enabled
PCI: 00:19.2 [8086/0000] bus ops
PCI: 00:19.2 [8086/5ac6] enabled
PCI: 00:1f.0 [8086/0000] bus ops
PCI: 00:1f.0 [8086/5ae8] disabled
PCI: 00:1f.1 [8086/0000] bus ops
PCI: 00:1f.1 [8086/5ad4] disabled
POST: 0x25
PCI: Leftover static devices:
PCI: 00:00.1
PCI: 00:00.2
PCI: 00:03.0
PCI: 00:0e.0
PCI: 00:11.0
PCI: 00:12.0
PCI: 00:13.0
PCI: 00:13.1
PCI: 00:13.2
PCI: 00:13.3
PCI: 00:14.0
PCI: 00:14.1
PCI: 00:18.3
PCI: 00:1a.0
PCI: 00:1b.0
PCI: 00:1c.0
PCI: 00:1e.0
PCI: Check your devicetree.cb.
PCI: 00:02.0 scanning...
scan_generic_bus for PCI: 00:02.0
scan_generic_bus for PCI: 00:02.0 done
scan_bus: bus PCI: 00:02.0 finished in 7 msecs
PCI: 00:15.0 scanning...
scan_static_bus for PCI: 00:15.0
scan_static_bus for PCI: 00:15.0 done
scan_bus: bus PCI: 00:15.0 finished in 7 msecs
PCI: 00:16.0 scanning...
scan_static_bus for PCI: 00:16.0
scan_static_bus for PCI: 00:16.0 done
scan_bus: bus PCI: 00:16.0 finished in 7 msecs
PCI: 00:16.1 scanning...
scan_static_bus for PCI: 00:16.1
scan_static_bus for PCI: 00:16.1 done
scan_bus: bus PCI: 00:16.1 finished in 7 msecs
PCI: 00:16.2 scanning...
scan_static_bus for PCI: 00:16.2
scan_static_bus for PCI: 00:16.2 done
scan_bus: bus PCI: 00:16.2 finished in 7 msecs
PCI: 00:16.3 scanning...
scan_static_bus for PCI: 00:16.3
scan_static_bus for PCI: 00:16.3 done
scan_bus: bus PCI: 00:16.3 finished in 7 msecs
PCI: 00:17.0 scanning...
scan_static_bus for PCI: 00:17.0
scan_static_bus for PCI: 00:17.0 done
scan_bus: bus PCI: 00:17.0 finished in 7 msecs
PCI: 00:17.1 scanning...
scan_static_bus for PCI: 00:17.1
scan_static_bus for PCI: 00:17.1 done
scan_bus: bus PCI: 00:17.1 finished in 7 msecs
PCI: 00:17.2 scanning...
scan_static_bus for PCI: 00:17.2
scan_static_bus for PCI: 00:17.2 done
scan_bus: bus PCI: 00:17.2 finished in 7 msecs
PCI: 00:17.3 scanning...
scan_static_bus for PCI: 00:17.3
scan_static_bus for PCI: 00:17.3 done
scan_bus: bus PCI: 00:17.3 finished in 7 msecs
PCI: 00:19.0 scanning...
scan_generic_bus for PCI: 00:19.0
scan_generic_bus for PCI: 00:19.0 done
scan_bus: bus PCI: 00:19.0 finished in 7 msecs
PCI: 00:19.1 scanning...
scan_generic_bus for PCI: 00:19.1
scan_generic_bus for PCI: 00:19.1 done
scan_bus: bus PCI: 00:19.1 finished in 7 msecs
PCI: 00:19.2 scanning...
scan_generic_bus for PCI: 00:19.2
scan_generic_bus for PCI: 00:19.2 done
scan_bus: bus PCI: 00:19.2 finished in 7 msecs
POST: 0x55
scan_bus: bus DOMAIN: 0000 finished in 393 msecs
scan_static_bus for Root Device done
scan_bus: bus Root Device finished in 414 msecs
done
BS: BS_DEV_ENUMERATE run times (exec / console): 1 / 669 ms
FMAP: area UNIFIED_MRC_CACHE found @ 301000 (135168 bytes)
MRC: NOT enabling PRR for 'UNIFIED_MRC_CACHE'.
BS: BS_DEV_ENUMERATE exit times (exec / console): 0 / 11 ms
POST: 0x73
Allocating resources...
Reading resources...
Root Device read_resources bus 0 link: 0
CPU_CLUSTER: 0 read_resources bus 0 link: 0
CPU_CLUSTER: 0 read_resources bus 0 link: 0 done
DOMAIN: 0000 read_resources bus 0 link: 0
DOMAIN: 0000 read_resources bus 0 link: 0 done
Root Device read_resources bus 0 link: 0 done
Done reading resources.
Show resources in subtree (Root Device)...After reading.
Root Device child on link 0 CPU_CLUSTER: 0
CPU_CLUSTER: 0 child on link 0 APIC: 00
APIC: 00
DOMAIN: 0000 child on link 0 PCI: 00:00.0
DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffff flags 40040100
index 10000000
DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit 7fffffffff flags
40040200 index 10000100
PCI: 00:00.0
PCI: 00:00.0 resource base e0000000 size 10000000 align 0 gran 0 limit 0
flags f0000200 index 0
PCI: 00:00.0 resource base fed10000 size 8000 align 0 gran 0 limit 0 flags
f0000200 index 1
PCI: 00:00.0 resource base fed64000 size 1000 align 0 gran 0 limit 0 flags
f0000200 index 2
PCI: 00:00.0 resource base fed65000 size 1000 align 0 gran 0 limit 0 flags
f0000200 index 3
PCI: 00:00.0 resource base 0 size a0000 align 0 gran 0 limit 0 flags
e0004200 index 4
PCI: 00:00.0 resource base c0000 size 3af40000 align 0 gran 0 limit 0 flags
e0004200 index 5
PCI: 00:00.0 resource base 3b000000 size 5000000 align 0 gran 0 limit 0
flags f0000200 index 6
PCI: 00:00.0 resource base a0000 size 20000 align 0 gran 0 limit 0 flags
f0000200 index 7
PCI: 00:00.0 resource base c0000 size 40000 align 0 gran 0 limit 0 flags
f0004200 index 8
PCI: 00:00.0 resource base 11800000 size 400000 align 0 gran 0 limit 0 flags
f0004200 index 9
PCI: 00:00.0 resource base 11000000 size 800000 align 0 gran 0 limit 0 flags
f0004200 index a
PCI: 00:00.0 resource base 12000000 size 100000 align 0 gran 0 limit 0 flags
f0004200 index b
PCI: 00:00.0 resource base 12150000 size 1000 align 0 gran 0 limit 0 flags
f0004200 index c
PCI: 00:00.0 resource base 12140000 size 10000 align 0 gran 0 limit 0 flags
f0004200 index d
PCI: 00:00.0 resource base 10000000 size 1000000 align 0 gran 0 limit 0
flags f0004200 index e
PCI: 00:00.0 resource base 11c00000 size 400000 align 0 gran 0 limit 0 flags
f0004200 index f
PCI: 00:00.0 resource base 12100000 size 40000 align 0 gran 0 limit 0 flags
f0004200 index 10
PCI: 00:02.0
PCI: 00:02.0 resource base 0 size 1000000 align 24 gran 24 limit
ffffffffffffffff flags 201 index 10
PCI: 00:02.0 resource base 0 size 10000000 align 28 gran 28 limit
ffffffffffffffff flags 1201 index 18
PCI: 00:02.0 resource base 0 size 40 align 6 gran 6 limit ffff flags 100
index 20
PCI: 00:0d.0
PCI: 00:0d.1
PCI: 00:0d.2
PCI: 00:0d.3
PCI: 00:0f.0
PCI: 00:0f.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:0f.1
PCI: 00:0f.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:0f.2
PCI: 00:0f.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:15.0
PCI: 00:15.0 resource base 0 size 10000 align 16 gran 16 limit
ffffffffffffffff flags 201 index 10
PCI: 00:15.1
PCI: 00:15.1 resource base 0 size 200000 align 21 gran 21 limit
ffffffffffffffff flags 201 index 10
PCI: 00:15.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:16.0
PCI: 00:16.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:16.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:16.1
PCI: 00:16.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:16.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:16.2
PCI: 00:16.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:16.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:16.3
PCI: 00:16.3 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:16.3 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:17.0
PCI: 00:17.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:17.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:17.1
PCI: 00:17.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:17.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:17.2
PCI: 00:17.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:17.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:17.3
PCI: 00:17.3 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:17.3 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:18.0
PCI: 00:18.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:18.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:18.1
PCI: 00:18.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:18.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:18.2
PCI: 00:18.2 resource base ddffc000 size 1000 align 12 gran 12 limit
ffffffffffffffff flags c0000200 index 10
PCI: 00:18.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:19.0
PCI: 00:19.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:19.0 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:19.1
PCI: 00:19.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:19.1 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:19.2
PCI: 00:19.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 10
PCI: 00:19.2 resource base 0 size 1000 align 12 gran 12 limit
ffffffffffffffff flags 201 index 18
PCI: 00:1f.0
PCI: 00:1f.1
MMIO: fed40000
==== Resource allocator: DOMAIN: 0000 - Pass 1 (gathering requirements) ===
=== Resource allocator: DOMAIN: 0000 - Pass 2 (allocating resources) ===
DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff
DOMAIN: 0000: Resource ranges:
* Base: 0, Size: 3b0, Tag: 100
* Base: 3e0, Size: fc20, Tag: 100
PCI: 00:02.0 20 * [0x0 - 0x3f] limit: 3f io
DOMAIN: 0000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff done
DOMAIN: 0000 mem: base: 0 size: 0 align: 0 gran: 0 limit: 7fffffffff
update_constraints: PCI: 00:00.0 00 base e0000000 limit efffffff mem (fixed)
update_constraints: PCI: 00:00.0 01 base fed10000 limit fed17fff mem (fixed)
update_constraints: PCI: 00:00.0 02 base fed64000 limit fed64fff mem (fixed)
update_constraints: PCI: 00:00.0 03 base fed65000 limit fed65fff mem (fixed)
update_constraints: PCI: 00:00.0 04 base 00000000 limit 0009ffff mem (fixed)
update_constraints: PCI: 00:00.0 05 base 000c0000 limit 3affffff mem (fixed)
update_constraints: PCI: 00:00.0 06 base 3b000000 limit 3fffffff mem (fixed)
update_constraints: PCI: 00:00.0 07 base 000a0000 limit 000bffff mem (fixed)
update_constraints: PCI: 00:00.0 08 base 000c0000 limit 000fffff mem (fixed)
update_constraints: PCI: 00:00.0 09 base 11800000 limit 11bfffff mem (fixed)
update_constraints: PCI: 00:00.0 0a base 11000000 limit 117fffff mem (fixed)
update_constraints: PCI: 00:00.0 0b base 12000000 limit 120fffff mem (fixed)
update_constraints: PCI: 00:00.0 0c base 12150000 limit 12150fff mem (fixed)
update_constraints: PCI: 00:00.0 0d base 12140000 limit 1214ffff mem (fixed)
update_constraints: PCI: 00:00.0 0e base 10000000 limit 10ffffff mem (fixed)
update_constraints: PCI: 00:00.0 0f base 11c00000 limit 11ffffff mem (fixed)
update_constraints: PCI: 00:00.0 10 base 12100000 limit 1213ffff mem (fixed)
update_constraints: PCI: 00:18.2 10 base ddffc000 limit ddffcfff mem (fixed)
DOMAIN: 0000: Resource ranges:
* Base: 40000000, Size: 9dffc000, Tag: 200
* Base: ddffd000, Size: 2003000, Tag: 200
* Base: f0000000, Size: ed10000, Tag: 200
* Base: fed18000, Size: 4c000, Tag: 200
* Base: fed66000, Size: 129a000, Tag: 200
* Base: 100000000, Size: 7f00000000, Tag: 100200
PCI: 00:02.0 18 * [0x40000000 - 0x4fffffff] limit: 4fffffff prefmem
PCI: 00:02.0 10 * [0x50000000 - 0x50ffffff] limit: 50ffffff mem
PCI: 00:15.1 10 * [0x51000000 - 0x511fffff] limit: 511fffff mem
PCI: 00:15.0 10 * [0x51200000 - 0x5120ffff] limit: 5120ffff mem
PCI: 00:0f.0 10 * [0x51210000 - 0x51210fff] limit: 51210fff mem
PCI: 00:0f.1 10 * [0x51211000 - 0x51211fff] limit: 51211fff mem
PCI: 00:0f.2 10 * [0x51212000 - 0x51212fff] limit: 51212fff mem
PCI: 00:15.1 18 * [0x51213000 - 0x51213fff] limit: 51213fff mem
PCI: 00:16.0 10 * [0x51214000 - 0x51214fff] limit: 51214fff mem
PCI: 00:16.0 18 * [0x51215000 - 0x51215fff] limit: 51215fff mem
PCI: 00:16.1 10 * [0x51216000 - 0x51216fff] limit: 51216fff mem
PCI: 00:16.1 18 * [0x51217000 - 0x51217fff] limit: 51217fff mem
PCI: 00:16.2 10 * [0x51218000 - 0x51218fff] limit: 51218fff mem
PCI: 00:16.2 18 * [0x51219000 - 0x51219fff] limit: 51219fff mem
PCI: 00:16.3 10 * [0x5121a000 - 0x5121afff] limit: 5121afff mem
PCI: 00:16.3 18 * [0x5121b000 - 0x5121bfff] limit: 5121bfff mem
PCI: 00:17.0 10 * [0x5121c000 - 0x5121cfff] limit: 5121cfff mem
PCI: 00:17.0 18 * [0x5121d000 - 0x5121dfff] limit: 5121dfff mem
PCI: 00:17.1 10 * [0x5121e000 - 0x5121efff] limit: 5121efff mem
PCI: 00:17.1 18 * [0x5121f000 - 0x5121ffff] limit: 5121ffff mem
PCI: 00:17.2 10 * [0x51220000 - 0x51220fff] limit: 51220fff mem
PCI: 00:17.2 18 * [0x51221000 - 0x51221fff] limit: 51221fff mem
PCI: 00:17.3 10 * [0x51222000 - 0x51222fff] limit: 51222fff mem
PCI: 00:17.3 18 * [0x51223000 - 0x51223fff] limit: 51223fff mem
PCI: 00:18.0 10 * [0x51224000 - 0x51224fff] limit: 51224fff mem
PCI: 00:18.0 18 * [0x51225000 - 0x51225fff] limit: 51225fff mem
PCI: 00:18.1 10 * [0x51226000 - 0x51226fff] limit: 51226fff mem
PCI: 00:18.1 18 * [0x51227000 - 0x51227fff] limit: 51227fff mem
PCI: 00:18.2 18 * [0x51228000 - 0x51228fff] limit: 51228fff mem
PCI: 00:19.0 10 * [0x51229000 - 0x51229fff] limit: 51229fff mem
PCI: 00:19.0 18 * [0x5122a000 - 0x5122afff] limit: 5122afff mem
PCI: 00:19.1 10 * [0x5122b000 - 0x5122bfff] limit: 5122bfff mem
PCI: 00:19.1 18 * [0x5122c000 - 0x5122cfff] limit: 5122cfff mem
PCI: 00:19.2 10 * [0x5122d000 - 0x5122dfff] limit: 5122dfff mem
PCI: 00:19.2 18 * [0x5122e000 - 0x5122efff] limit: 5122efff mem
DOMAIN: 0000 mem: base: 0 size: 0 align: 0 gran: 0 limit: 7fffffffff done
=== Resource allocator: DOMAIN: 0000 - resource allocation complete ===
Root Device assign_resources, bus 0 link: 0
DOMAIN: 0000 assign_resources, bus 0 link: 0
PCI: 00:02.0 10 <- [0x0050000000 - 0x0050ffffff] size 0x01000000 gran 0x18 mem64
PCI: 00:02.0 18 <- [0x0040000000 - 0x004fffffff] size 0x10000000 gran 0x1c
prefmem64
PCI: 00:02.0 20 <- [0x0000000000 - 0x000000003f] size 0x00000040 gran 0x06 io
PCI: 00:0f.0 10 <- [0x0051210000 - 0x0051210fff] size 0x00001000 gran 0x0c mem64
PCI: 00:0f.1 10 <- [0x0051211000 - 0x0051211fff] size 0x00001000 gran 0x0c mem64
PCI: 00:0f.2 10 <- [0x0051212000 - 0x0051212fff] size 0x00001000 gran 0x0c mem64
PCI: 00:15.0 10 <- [0x0051200000 - 0x005120ffff] size 0x00010000 gran 0x10 mem64
PCI: 00:15.1 10 <- [0x0051000000 - 0x00511fffff] size 0x00200000 gran 0x15 mem64
PCI: 00:15.1 18 <- [0x0051213000 - 0x0051213fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.0 10 <- [0x0051214000 - 0x0051214fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.0 18 <- [0x0051215000 - 0x0051215fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.1 10 <- [0x0051216000 - 0x0051216fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.1 18 <- [0x0051217000 - 0x0051217fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.2 10 <- [0x0051218000 - 0x0051218fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.2 18 <- [0x0051219000 - 0x0051219fff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.3 10 <- [0x005121a000 - 0x005121afff] size 0x00001000 gran 0x0c mem64
PCI: 00:16.3 18 <- [0x005121b000 - 0x005121bfff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.0 10 <- [0x005121c000 - 0x005121cfff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.0 18 <- [0x005121d000 - 0x005121dfff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.1 10 <- [0x005121e000 - 0x005121efff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.1 18 <- [0x005121f000 - 0x005121ffff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.2 10 <- [0x0051220000 - 0x0051220fff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.2 18 <- [0x0051221000 - 0x0051221fff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.3 10 <- [0x0051222000 - 0x0051222fff] size 0x00001000 gran 0x0c mem64
PCI: 00:17.3 18 <- [0x0051223000 - 0x0051223fff] size 0x00001000 gran 0x0c mem64
PCI: 00:18.0 10 <- [0x0051224000 - 0x0051224fff] size 0x00001000 gran 0x0c mem64
PCI: 00:18.0 18 <- [0x0051225000 - 0x0051225fff] size 0x00001000 gran 0x0c mem64
PCI: 00:18.1 10 <- [0x0051226000 - 0x0051226fff] size 0x00001000 gran 0x0c mem64
PCI: 00:18.1 18 <- [0x0051227000 - 0x0051227fff] size 0x00001000 gran 0x0c mem64
PCI: 00:18.2 18 <- [0x0051228000 - 0x0051228fff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.0 10 <- [0x0051229000 - 0x0051229fff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.0 18 <- [0x005122a000 - 0x005122afff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.1 10 <- [0x005122b000 - 0x005122bfff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.1 18 <- [0x005122c000 - 0x005122cfff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.2 10 <- [0x005122d000 - 0x005122dfff] size 0x00001000 gran 0x0c mem64
PCI: 00:19.2 18 <- [0x005122e000 - 0x005122efff] size 0x00001000 gran 0x0c mem64
DOMAIN: 0000 assign_resources, bus 0 link: 0
Root Device assign_resources, bus 0 link: 0
Done setting resources.
Show resources in subtree (Root Device)...After assigning values.
Root Device child on link 0 CPU_CLUSTER: 0
CPU_CLUSTER: 0 child on link 0 APIC: 00
APIC: 00
DOMAIN: 0000 child on link 0 PCI: 00:00.0
DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffff flags 40040100
index 10000000
DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit 7fffffffff flags
40040200 index 10000100
PCI: 00:00.0
PCI: 00:00.0 resource base e0000000 size 10000000 align 0 gran 0 limit 0
flags f0000200 index 0
PCI: 00:00.0 resource base fed10000 size 8000 align 0 gran 0 limit 0 flags
f0000200 index 1
PCI: 00:00.0 resource base fed64000 size 1000 align 0 gran 0 limit 0 flags
f0000200 index 2
PCI: 00:00.0 resource base fed65000 size 1000 align 0 gran 0 limit 0 flags
f0000200 index 3
PCI: 00:00.0 resource base 0 size a0000 align 0 gran 0 limit 0 flags
e0004200 index 4
PCI: 00:00.0 resource base c0000 size 3af40000 align 0 gran 0 limit 0 flags
e0004200 index 5
PCI: 00:00.0 resource base 3b000000 size 5000000 align 0 gran 0 limit 0
flags f0000200 index 6
PCI: 00:00.0 resource base a0000 size 20000 align 0 gran 0 limit 0 flags
f0000200 index 7
PCI: 00:00.0 resource base c0000 size 40000 align 0 gran 0 limit 0 flags
f0004200 index 8
PCI: 00:00.0 resource base 11800000 size 400000 align 0 gran 0 limit 0 flags
f0004200 index 9
PCI: 00:00.0 resource base 11000000 size 800000 align 0 gran 0 limit 0 flags
f0004200 index a
PCI: 00:00.0 resource base 12000000 size 100000 align 0 gran 0 limit 0 flags
f0004200 index b
PCI: 00:00.0 resource base 12150000 size 1000 align 0 gran 0 limit 0 flags
f0004200 index c
PCI: 00:00.0 resource base 12140000 size 10000 align 0 gran 0 limit 0 flags
f0004200 index d
PCI: 00:00.0 resource base 10000000 size 1000000 align 0 gran 0 limit 0
flags f0004200 index e
PCI: 00:00.0 resource base 11c00000 size 400000 align 0 gran 0 limit 0 flags
f0004200 index f
PCI: 00:00.0 resource base 12100000 size 40000 align 0 gran 0 limit 0 flags
f0004200 index 10
PCI: 00:02.0
PCI: 00:02.0 resource base 50000000 size 1000000 align 24 gran 24 limit
50ffffff flags 60000201 index 10
PCI: 00:02.0 resource base 40000000 size 10000000 align 28 gran 28 limit
4fffffff flags 60001201 index 18
PCI: 00:02.0 resource base 0 size 40 align 6 gran 6 limit 3f flags 60000100
index 20
PCI: 00:0d.0
PCI: 00:0d.1
PCI: 00:0d.2
PCI: 00:0d.3
PCI: 00:0f.0
PCI: 00:0f.0 resource base 51210000 size 1000 align 12 gran 12 limit
51210fff flags 60000201 index 10
PCI: 00:0f.1
PCI: 00:0f.1 resource base 51211000 size 1000 align 12 gran 12 limit
51211fff flags 60000201 index 10
PCI: 00:0f.2
PCI: 00:0f.2 resource base 51212000 size 1000 align 12 gran 12 limit
51212fff flags 60000201 index 10
PCI: 00:15.0
PCI: 00:15.0 resource base 51200000 size 10000 align 16 gran 16 limit
5120ffff flags 60000201 index 10
PCI: 00:15.1
PCI: 00:15.1 resource base 51000000 size 200000 align 21 gran 21 limit
511fffff flags 60000201 index 10
PCI: 00:15.1 resource base 51213000 size 1000 align 12 gran 12 limit
51213fff flags 60000201 index 18
PCI: 00:16.0
PCI: 00:16.0 resource base 51214000 size 1000 align 12 gran 12 limit
51214fff flags 60000201 index 10
PCI: 00:16.0 resource base 51215000 size 1000 align 12 gran 12 limit
51215fff flags 60000201 index 18
PCI: 00:16.1
PCI: 00:16.1 resource base 51216000 size 1000 align 12 gran 12 limit
51216fff flags 60000201 index 10
PCI: 00:16.1 resource base 51217000 size 1000 align 12 gran 12 limit
51217fff flags 60000201 index 18
PCI: 00:16.2
PCI: 00:16.2 resource base 51218000 size 1000 align 12 gran 12 limit
51218fff flags 60000201 index 10
PCI: 00:16.2 resource base 51219000 size 1000 align 12 gran 12 limit
51219fff flags 60000201 index 18
PCI: 00:16.3
PCI: 00:16.3 resource base 5121a000 size 1000 align 12 gran 12 limit
5121afff flags 60000201 index 10
PCI: 00:16.3 resource base 5121b000 size 1000 align 12 gran 12 limit
5121bfff flags 60000201 index 18
PCI: 00:17.0
PCI: 00:17.0 resource base 5121c000 size 1000 align 12 gran 12 limit
5121cfff flags 60000201 index 10
PCI: 00:17.0 resource base 5121d000 size 1000 align 12 gran 12 limit
5121dfff flags 60000201 index 18
PCI: 00:17.1
PCI: 00:17.1 resource base 5121e000 size 1000 align 12 gran 12 limit
5121efff flags 60000201 index 10
PCI: 00:17.1 resource base 5121f000 size 1000 align 12 gran 12 limit
5121ffff flags 60000201 index 18
PCI: 00:17.2
PCI: 00:17.2 resource base 51220000 size 1000 align 12 gran 12 limit
51220fff flags 60000201 index 10
PCI: 00:17.2 resource base 51221000 size 1000 align 12 gran 12 limit
51221fff flags 60000201 index 18
PCI: 00:17.3
PCI: 00:17.3 resource base 51222000 size 1000 align 12 gran 12 limit
51222fff flags 60000201 index 10
PCI: 00:17.3 resource base 51223000 size 1000 align 12 gran 12 limit
51223fff flags 60000201 index 18
PCI: 00:18.0
PCI: 00:18.0 resource base 51224000 size 1000 align 12 gran 12 limit
51224fff flags 60000201 index 10
PCI: 00:18.0 resource base 51225000 size 1000 align 12 gran 12 limit
51225fff flags 60000201 index 18
PCI: 00:18.1
PCI: 00:18.1 resource base 51226000 size 1000 align 12 gran 12 limit
51226fff flags 60000201 index 10
PCI: 00:18.1 resource base 51227000 size 1000 align 12 gran 12 limit
51227fff flags 60000201 index 18
PCI: 00:18.2
PCI: 00:18.2 resource base ddffc000 size 1000 align 12 gran 12 limit
ffffffffffffffff flags c0000200 index 10
PCI: 00:18.2 resource base 51228000 size 1000 align 12 gran 12 limit
51228fff flags 60000201 index 18
PCI: 00:19.0
PCI: 00:19.0 resource base 51229000 size 1000 align 12 gran 12 limit
51229fff flags 60000201 index 10
PCI: 00:19.0 resource base 5122a000 size 1000 align 12 gran 12 limit
5122afff flags 60000201 index 18
PCI: 00:19.1
PCI: 00:19.1 resource base 5122b000 size 1000 align 12 gran 12 limit
5122bfff flags 60000201 index 10
PCI: 00:19.1 resource base 5122c000 size 1000 align 12 gran 12 limit
5122cfff flags 60000201 index 18
PCI: 00:19.2
PCI: 00:19.2 resource base 5122d000 size 1000 align 12 gran 12 limit
5122dfff flags 60000201 index 10
PCI: 00:19.2 resource base 5122e000 size 1000 align 12 gran 12 limit
5122efff flags 60000201 index 18
PCI: 00:1f.0
PCI: 00:1f.1
MMIO: fed40000
Done allocating resources.
BS: BS_DEV_RESOURCES run times (exec / console): 2 / 2053 ms
0x00000020: notify_params->phase
Calling FspNotify: 0x3ab5a588
0x3abc2f7c: notify_params
POST: 0x94
POST: 0x94
FspNotify returned 0x00000000
BS: BS_DEV_ENABLE entry times (exec / console): 0 / 14 ms
POST: 0x74
Enabling resources...
PCI: 00:00.0 subsystem <- 8086/7270
PCI: 00:00.0 cmd <- 07
PCI: 00:02.0 subsystem <- 8086/7270
PCI: 00:02.0 cmd <- 03
PCI: 00:0f.0 subsystem <- 8086/7270
PCI: 00:0f.0 cmd <- 06
PCI: 00:0f.1 cmd <- 06
PCI: 00:0f.2 cmd <- 06
PCI: 00:15.0 subsystem <- 8086/7270
PCI: 00:15.0 cmd <- 02
PCI: 00:15.1 subsystem <- 8086/7270
PCI: 00:15.1 cmd <- 02
PCI: 00:16.0 subsystem <- 8086/7270
PCI: 00:16.0 cmd <- 02
PCI: 00:16.1 subsystem <- 8086/7270
PCI: 00:16.1 cmd <- 02
PCI: 00:16.2 subsystem <- 8086/7270
PCI: 00:16.2 cmd <- 02
PCI: 00:16.3 subsystem <- 8086/7270
PCI: 00:16.3 cmd <- 02
PCI: 00:17.0 subsystem <- 8086/7270
PCI: 00:17.0 cmd <- 02
PCI: 00:17.1 subsystem <- 8086/7270
PCI: 00:17.1 cmd <- 02
PCI: 00:17.2 subsystem <- 8086/7270
PCI: 00:17.2 cmd <- 02
PCI: 00:17.3 subsystem <- 8086/7270
PCI: 00:17.3 cmd <- 02
PCI: 00:18.0 subsystem <- 8086/7270
PCI: 00:18.0 cmd <- 02
PCI: 00:18.1 subsystem <- 8086/7270
PCI: 00:18.1 cmd <- 02
PCI: 00:18.2 subsystem <- 8086/7270
PCI: 00:18.2 cmd <- 06
PCI: 00:19.0 subsystem <- 8086/7270
PCI: 00:19.0 cmd <- 02
PCI: 00:19.1 subsystem <- 8086/7270
PCI: 00:19.1 cmd <- 02
PCI: 00:19.2 subsystem <- 8086/7270
PCI: 00:19.2 cmd <- 02
done.
BS: BS_DEV_ENABLE run times (exec / console): 0 / 122 ms
reply is too large
BS: BS_DEV_INIT entry times (exec / console): 4 / 2 ms
POST: 0x75
Initializing devices...
POST: 0x75
CPU_CLUSTER: 0 init
MTRR: Physical address space:
0x0000000000000000 - 0x00000000000a0000 size 0x000a0000 type 6
0x00000000000a0000 - 0x00000000000c0000 size 0x00020000 type 0
0x00000000000c0000 - 0x000000003b000000 size 0x3af40000 type 6
0x000000003b000000 - 0x0000000100000000 size 0xc5000000 type 0
MTRR: Fixed MSR 0x250 0x0606060606060606
MTRR: Fixed MSR 0x258 0x0606060606060606
MTRR: Fixed MSR 0x259 0x0000000000000000
MTRR: Fixed MSR 0x268 0x0606060606060606
MTRR: Fixed MSR 0x269 0x0606060606060606
MTRR: Fixed MSR 0x26a 0x0606060606060606
MTRR: Fixed MSR 0x26b 0x0606060606060606
MTRR: Fixed MSR 0x26c 0x0606060606060606
MTRR: Fixed MSR 0x26d 0x0606060606060606
MTRR: Fixed MSR 0x26e 0x0606060606060606
MTRR: Fixed MSR 0x26f 0x0606060606060606
call enable_fixed_mtrr()
CPU physical address size: 39 bits
MTRR: default type WB/UC MTRR counts: 4/3.
MTRR: UC selected as default type.
MTRR: 0 base 0x0000000000000000 mask 0x0000007fc0000000 type 6
MTRR: 1 base 0x000000003b000000 mask 0x0000007fff000000 type 0
MTRR: 2 base 0x000000003c000000 mask 0x0000007ffc000000 type 0
MTRR check
Fixed MTRRs : Enabled
Variable MTRRs: Enabled
POST: 0x93
Setting up local APIC...
apic_id: 0x00 done.
Detected 4 core, 4 thread CPU.
Will perform SMM setup.
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
CBFS: Found 'cpu_microcode_blob.bin' @0xac40 size 0xbc00
microcode: sig=0x506c9 pf=0x2 revision=0x38
microcode: Update skipped, already up-to-date
CPU: Intel(R) Atom(TM) Processor E3950 @ 1.60GHz.
Loading module at 0x00030000 with entry 0x00030000. filesize: 0x170 memsize:
0x170
Processing 16 relocs. Offset value of 0x00030000
Attempting to start 3 APs
Waiting for 10ms after sending INIT.
Waiting for 1st SIPI to complete...done.
Waiting for 2nd SIPI to complete...done.
AP: slot 3 apic_id 6.
AP: slot 1 apic_id 2.
AP: slot 2 apic_id 4.
Loading module at 0x00038000 with entry 0x00038000. filesize: 0x1b8 memsize:
0x1b8
Processing 13 relocs. Offset value of 0x00038000
SMM Module: stub loaded at 0x00038000. Will call 0x3aba1db5(0x00000000)
Installing permanent SMM handler to 0x3b000000
Loading module at 0x3b010000 with entry 0x3b0100a7. filesize: 0x2688 memsize:
0x66a0
Processing 302 relocs. Offset value of 0x3b010000
Loading module at 0x3b008000 with entry 0x3b008000. filesize: 0x1b8 memsize:
0x1b8
Processing 13 relocs. Offset value of 0x3b008000
SMM Module: placing jmp sequence at 0x3b007c00 rel16 0x03fd
SMM Module: placing jmp sequence at 0x3b007800 rel16 0x07fd
SMM Module: placing jmp sequence at 0x3b007400 rel16 0x0bfd
SMM Module: stub loaded at 0x3b008000. Will call 0x3b0100a7(0x00000000)
Clearing SMI status registers
smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x3b000000, cpu = 0
Relocation complete.
smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x3afff800, cpu = 2
Relocation complete.
smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x3afffc00, cpu = 1
Relocation complete.
smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x3afff400, cpu = 3
Relocation complete.
Initializing CPU #0
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
Clearing out pending MCEs
CPU #0 initialized
Initializing CPU #2
Initializing CPU #1
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
Initializing CPU #3
Clearing out pending MCEs
Clearing out pending MCEs
CPU #1 initialized
CPU: vendor Intel device 506c9
CPU: family 06, model 5c, stepping 09
CPU #2 initialized
Clearing out pending MCEs
CPU #3 initialized
bsp_do_flight_plan done after 178 msecs.
Enabling SMIs.
MTRR: TEMPORARY Physical address space:
0x0000000000000000 - 0x00000000000a0000 size 0x000a0000 type 6
0x00000000000a0000 - 0x00000000000c0000 size 0x00020000 type 0
0x00000000000c0000 - 0x000000003b000000 size 0x3af40000 type 6
0x000000003b000000 - 0x00000000ff800000 size 0xc4800000 type 0
0x00000000ff800000 - 0x0000000100000000 size 0x00800000 type 5
MTRR: default type WB/UC MTRR counts: 12/4.
MTRR: UC selected as default type.
MTRR: 0 base 0x0000000000000000 mask 0x0000007fc0000000 type 6
MTRR: 1 base 0x000000003b000000 mask 0x0000007fff000000 type 0
MTRR: 2 base 0x000000003c000000 mask 0x0000007ffc000000 type 0
MTRR: 3 base 0x00000000ff800000 mask 0x0000007fff800000 type 5
CPU_CLUSTER: 0 init finished in 439 msecs
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
PCI: 00:00.0 init
PCI: 00:00.0 init finished in 0 msecs
POST: 0x75
PCI: 00:02.0 init
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
CBFS: Found 'vbt.bin' @0x92500 size 0x513
Found a VBT of 6154 bytes after decompression
GMA: Found VBT in CBFS
GMA: Found valid VBT in CBFS
PCI: 00:02.0 init finished in 23 msecs
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
PCI: 00:0f.0 init
PCI: 00:0f.0 init finished in 0 msecs
POST: 0x75
PCI: 00:0f.1 init
PCI: 00:0f.1 init finished in 0 msecs
POST: 0x75
PCI: 00:0f.2 init
PCI: 00:0f.2 init finished in 0 msecs
POST: 0x75
PCI: 00:15.0 init
PCI: 00:15.0 init finished in 0 msecs
POST: 0x75
PCI: 00:15.1 init
Putting port 0 into host mode.
Timed out waiting for host mode.
XDCI port 0 host switch over took 10 ms
PCI: 00:15.1 init finished in 20 msecs
POST: 0x75
PCI: 00:16.0 init
I2C bus 0 version 0x3132312a
DW I2C bus 0 at 0x51214000 (400 KHz)
PCI: 00:16.0 init finished in 6 msecs
POST: 0x75
PCI: 00:16.1 init
I2C bus 1 version 0x3132312a
DW I2C bus 1 at 0x51216000 (400 KHz)
PCI: 00:16.1 init finished in 6 msecs
POST: 0x75
PCI: 00:16.2 init
I2C bus 2 version 0x3132312a
DW I2C bus 2 at 0x51218000 (400 KHz)
PCI: 00:16.2 init finished in 6 msecs
POST: 0x75
PCI: 00:16.3 init
I2C bus 3 version 0x3132312a
DW I2C bus 3 at 0x5121a000 (400 KHz)
PCI: 00:16.3 init finished in 6 msecs
POST: 0x75
PCI: 00:17.0 init
I2C bus 4 version 0x3132312a
DW I2C bus 4 at 0x5121c000 (400 KHz)
PCI: 00:17.0 init finished in 6 msecs
POST: 0x75
PCI: 00:17.1 init
I2C bus 5 version 0x3132312a
DW I2C bus 5 at 0x5121e000 (400 KHz)
PCI: 00:17.1 init finished in 6 msecs
POST: 0x75
PCI: 00:17.2 init
I2C bus 6 version 0x3132312a
DW I2C bus 6 at 0x51220000 (400 KHz)
PCI: 00:17.2 init finished in 6 msecs
POST: 0x75
PCI: 00:17.3 init
I2C bus 7 version 0x3132312a
DW I2C bus 7 at 0x51222000 (400 KHz)
PCI: 00:17.3 init finished in 6 msecs
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
POST: 0x75
Devices initialized
Show all devs... After init.
Root Device: enabled 1
CPU_CLUSTER: 0: enabled 1
DOMAIN: 0000: enabled 1
MMIO: fed40000: enabled 1
APIC: 00: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:00.1: enabled 0
PCI: 00:00.2: enabled 0
PCI: 00:02.0: enabled 1
PCI: 00:03.0: enabled 0
PCI: 00:0d.0: enabled 0
PCI: 00:0d.1: enabled 0
PCI: 00:0d.2: enabled 0
PCI: 00:0d.3: enabled 0
PCI: 00:0e.0: enabled 0
PCI: 00:0f.0: enabled 1
PCI: 00:11.0: enabled 0
PCI: 00:12.0: enabled 0
PCI: 00:13.0: enabled 0
PCI: 00:13.1: enabled 0
PCI: 00:13.2: enabled 0
PCI: 00:13.3: enabled 0
PCI: 00:14.0: enabled 0
PCI: 00:14.1: enabled 0
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 00:16.0: enabled 1
PCI: 00:16.1: enabled 1
PCI: 00:16.2: enabled 1
PCI: 00:16.3: enabled 1
PCI: 00:17.0: enabled 1
PCI: 00:17.1: enabled 1
PCI: 00:17.2: enabled 1
PCI: 00:17.3: enabled 1
PCI: 00:18.0: enabled 1
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:18.3: enabled 0
PCI: 00:19.0: enabled 1
PCI: 00:19.1: enabled 1
PCI: 00:19.2: enabled 1
PCI: 00:1a.0: enabled 0
PCI: 00:1b.0: enabled 0
PCI: 00:1c.0: enabled 0
PCI: 00:1e.0: enabled 0
PCI: 00:1f.0: enabled 0
PCI: 00:1f.1: enabled 0
PCI: 00:0f.1: enabled 1
PCI: 00:0f.2: enabled 1
APIC: 02: enabled 1
APIC: 04: enabled 1
APIC: 06: enabled 1
BS: BS_DEV_INIT run times (exec / console): 102 / 699 ms
ME: Version: Unavailable
BS: BS_DEV_INIT exit times (exec / console): 1 / 3 ms
POST: 0x76
Finalize devices...
Devices finalized
BS: BS_POST_DEVICE run times (exec / console): 0 / 5 ms
POST: 0x77
BS: BS_OS_RESUME_CHECK run times (exec / console): 0 / 1 ms
POST: 0x79
POST: 0x9c
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
CBFS: Found 'fallback/dsdt.aml' @0x37b80 size 0x18c2
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
ACPI: Writing ACPI tables at 3ab19000.
ACPI: * FACS
ACPI: * DSDT
PCI space above 4GB MMIO is at 0x100000000, len = 0x7f00000000
ACPI: * FADT
SCI is IRQ9
ACPI: added table 1/32, length now 40
ACPI: * SSDT
Found 1 CPU(s) with 4 core(s) each.
Turbo is available and visible
PSS: 1601MHz power 12000 control 0x1400 status 0x1400
PSS: 1600MHz power 12000 control 0x1000 status 0x1000
PSS: 1400MHz power 10258 control 0xe00 status 0xe00
PSS: 1200MHz power 8586 control 0xc00 status 0xc00
PSS: 1000MHz power 6990 control 0xa00 status 0xa00
PSS: 800MHz power 5466 control 0x800 status 0x800
PSS: 1601MHz power 12000 control 0x1400 status 0x1400
PSS: 1600MHz power 12000 control 0x1000 status 0x1000
PSS: 1400MHz power 10258 control 0xe00 status 0xe00
PSS: 1200MHz power 8586 control 0xc00 status 0xc00
PSS: 1000MHz power 6990 control 0xa00 status 0xa00
PSS: 800MHz power 5466 control 0x800 status 0x800
PSS: 1601MHz power 12000 control 0x1400 status 0x1400
PSS: 1600MHz power 12000 control 0x1000 status 0x1000
PSS: 1400MHz power 10258 control 0xe00 status 0xe00
PSS: 1200MHz power 8586 control 0xc00 status 0xc00
PSS: 1000MHz power 6990 control 0xa00 status 0xa00
PSS: 800MHz power 5466 control 0x800 status 0x800
PSS: 1601MHz power 12000 control 0x1400 status 0x1400
PSS: 1600MHz power 12000 control 0x1000 status 0x1000
PSS: 1400MHz power 10258 control 0xe00 status 0xe00
PSS: 1200MHz power 8586 control 0xc00 status 0xc00
PSS: 1000MHz power 6990 control 0xa00 status 0xa00
PSS: 800MHz power 5466 control 0x800 status 0x800
ACPI: added table 2/32, length now 44
ACPI: * MCFG
ACPI: added table 3/32, length now 48
ACPI: * MADT
SCI is IRQ9
ACPI: added table 4/32, length now 52
current = 3ab1b700
ACPI: * DMAR
ACPI: added table 5/32, length now 56
ACPI: added table 6/32, length now 60
ACPI: * HPET
ACPI: added table 7/32, length now 64
ACPI: done.
ACPI tables: 10304 bytes.
smbios_write_tables: 3ab18000
SMBIOS firmware version is set to coreboot_version:
'4.12-4087-g6aaf7db719-dirty'
Create SMBIOS type 16
Create SMBIOS type 17
SMBIOS tables: 683 bytes.
Writing table forward entry at 0x00000500
Wrote coreboot table at: 0x00000500, 0x10 bytes, checksum f52a
Writing coreboot table at 0x3ab3d000
0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
1. 0000000000001000-000000000009ffff: RAM
2. 00000000000a0000-00000000000fffff: RESERVED
3. 0000000000100000-000000000fffffff: RAM
4. 0000000010000000-0000000012150fff: RESERVED
5. 0000000012151000-000000003ab17fff: RAM
6. 000000003ab18000-000000003ab85fff: CONFIGURATION TABLES
7. 000000003ab86000-000000003abd2fff: RAMSTAGE
8. 000000003abd3000-000000003affffff: CONFIGURATION TABLES
9. 000000003b000000-000000003fffffff: RESERVED
10. 00000000e0000000-00000000efffffff: RESERVED
11. 00000000fed10000-00000000fed17fff: RESERVED
12. 00000000fed64000-00000000fed65fff: RESERVED
SF: Detected 00 0000 with sector size 0x1000, total 0x800000
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
Wrote coreboot table at: 0x3ab3d000, 0x430 bytes, checksum 26f9
coreboot table: 1096 bytes.
IMD ROOT 0. 0x3afff000 0x00001000
IMD SMALL 1. 0x3affe000 0x00001000
FSP MEMORY 2. 0x3abfe000 0x00400000
CONSOLE 3. 0x3abde000 0x00020000
TIME STAMP 4. 0x3abdd000 0x00000910
ROMSTG STCK 5. 0x3abdc000 0x00001000
AFTER CAR 6. 0x3abd3000 0x00009000
RAMSTAGE 7. 0x3ab85000 0x0004e000
REFCODE 8. 0x3ab5a000 0x0002b000
ACPI GNVS 9. 0x3ab59000 0x00001000
SMM BACKUP 10. 0x3ab49000 0x00010000
4f444749 11. 0x3ab47000 0x00002000
EXT VBT12. 0x3ab45000 0x0000180a
COREBOOT 13. 0x3ab3d000 0x00008000
ACPI 14. 0x3ab19000 0x00024000
SMBIOS 15. 0x3ab18000 0x00000800
IMD small region:
IMD ROOT 0. 0x3affec00 0x00000400
FSP RUNTIME 1. 0x3affebe0 0x00000004
FMAP 2. 0x3affe920 0x000002ae
POWER STATE 3. 0x3affe8e0 0x00000040
ROMSTAGE 4. 0x3affe8c0 0x00000004
MEM INFO 5. 0x3affe6e0 0x000001e0
BS: BS_WRITE_TABLES run times (exec / console): 1 / 408 ms
POST: 0x7a
FMAP: area COREBOOT found @ 342000 (3657728 bytes)
CBFS: Found 'fallback/payload' @0xce6c0 size 0x12b64
Checking segment from ROM address 0xffd116f8
Payload being loaded at below 1MiB without region being marked as RAM usable.
Checking segment from ROM address 0xffd11714
Loading segment from ROM address 0xffd116f8
code (compression=1)
New segment dstaddr 0x000db6c0 memsize 0x24940 srcaddr 0xffd11730 filesize
0x12b2c
Loading Segment: addr: 0x000db6c0 memsz: 0x0000000000024940 filesz:
0x0000000000012b2c
using LZMA
[ 0x000db6c0, 00100000, 0x00100000) <- ffd11730
Loading segment from ROM address 0xffd11714
Entry Point 0x000fc8c1
Loaded segments
BS: BS_PAYLOAD_LOAD run times (exec / console): 22 / 66 ms
0x00000040: notify_params->phase
Calling FspNotify: 0x3ab5a588
0x3abc2f6c: notify_params
POST: 0x95
POST: 0x95
FspNotify returned 0x00000000
0x000000f0: notify_params->phase
Calling FspNotify: 0x3ab5a588
0x3abc2f7c: notify_params
POST: 0x88
POST: 0x89
FspNotify returned 0x00000000
CSE FWSTS1: 0x80003052
CSE FWSTS2: 0x30220000
CSE FWSTS3: 0x00000000
CSE FWSTS4: 0x00080004
CSE FWSTS5: 0x00000000
CSE FWSTS6: 0x00000000
ME: Manufacturing Mode : YES
ME: FPF status : unknown
Putting xHCI port 0 into host mode.
xHCI port 0 host switch over took 0 ms
BS: BS_PAYLOAD_LOAD exit times (exec / console): 3 / 58 ms
POST: 0x7b
mp_park_aps done after 0 msecs.
Jumping to boot code at 0x000fc8c1(0x3ab3d000)
POST: 0xf8
CPU0: stack: 0x3abc2000 - 0x3abc3000, lowest used address 0x3abc27ac, stack
used: 2132 bytes
SeaBIOS (version rel-1.14.0-0-g155821a)
BUILD: gcc: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 binutils: (GNU Binutils for
Ubuntu) 2.34
Attempting to find coreboot table
Found coreboot table forwarder.
Now attempting to find coreboot memory map
Add to e820 map: 00000000 00001000 2
Add to e820 map: 00001000 0009f000 1
Add to e820 map: 000a0000 00060000 2
Add to e820 map: 00100000 0ff00000 1
Add to e820 map: 10000000 02151000 2
Add to e820 map: 12151000 289c7000 1
Add to e820 map: 3ab18000 004e8000 2
Add to e820 map: 3b000000 05000000 2
Add to e820 map: e0000000 10000000 2
Add to e820 map: fed10000 00008000 2
Add to e820 map: fed64000 00002000 2
Add to e820 map: 00000000 00004000 1
SeaBIOS (version rel-1.14.0-0-g155821a)
BUILD: gcc: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 binutils: (GNU Binutils for
Ubuntu) 2.34
Found coreboot cbmem console @ 3abde000
Found mainboard Up Squared
malloc preinit
Add to e820 map: 000a0000 00050000 -1
Add to e820 map: 000f0000 00010000 2
Add to e820 map: 3aad8000 00040000 2
phys_alloc zone=0x000eb04c size=57376 align=20 ret=3aac9f20 (detail=0x3aac9ef0)
Relocating init from 0x000dd0c0 to 0x3aac9f20 (size 57376)
malloc init
Invalid CBFS pointer 0xffffffff
multiboot: eax=3abbd200, ebx=3abbd1c4
init ivt
init bda
Add to e820 map: 0009fc00 00000400 2
init bios32
init PMM
init PNPBIOS table
init keyboard
init mouse
init pic
math cp init
PCI probe
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9e70 (detail=0x3aac9e40)
PCI device 00:00.0 (vd=8086:5af0 c=0600)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9e20 (detail=0x3aac9df0)
PCI device 00:02.0 (vd=8086:5a84 c=0380)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9dd0 (detail=0x3aac9da0)
PCI device 00:15.0 (vd=8086:5aa8 c=0c03)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9d80 (detail=0x3aac9d50)
PCI device 00:15.1 (vd=8086:5aaa c=0c03)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9d30 (detail=0x3aac9d00)
PCI device 00:16.0 (vd=8086:5aac c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9ce0 (detail=0x3aac9cb0)
PCI device 00:16.1 (vd=8086:5aae c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9c90 (detail=0x3aac9c60)
PCI device 00:16.2 (vd=8086:5ab0 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9c40 (detail=0x3aac9c10)
PCI device 00:16.3 (vd=8086:5ab2 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9bf0 (detail=0x3aac9bc0)
PCI device 00:17.0 (vd=8086:5ab4 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9ba0 (detail=0x3aac9b70)
PCI device 00:17.1 (vd=8086:5ab6 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9b50 (detail=0x3aac9b20)
PCI device 00:17.2 (vd=8086:5ab8 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9b00 (detail=0x3aac9ad0)
PCI device 00:17.3 (vd=8086:5aba c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9ab0 (detail=0x3aac9a80)
PCI device 00:18.0 (vd=8086:5abc c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9a60 (detail=0x3aac9a30)
PCI device 00:18.1 (vd=8086:5abe c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9a10 (detail=0x3aac99e0)
PCI device 00:18.2 (vd=8086:5ac0 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac99c0 (detail=0x3aac9990)
PCI device 00:19.0 (vd=8086:5ac2 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9970 (detail=0x3aac9940)
PCI device 00:19.1 (vd=8086:5ac4 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9920 (detail=0x3aac98f0)
PCI device 00:19.2 (vd=8086:5ac6 c=1180)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac98d0 (detail=0x3aac98a0)
PCI device 00:1f.0 (vd=8086:5ae8 c=0601)
phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac9880 (detail=0x3aac9850)
PCI device 00:1f.1 (vd=8086:5ad4 c=0c05)
Found 20 PCI devices (max PCI bus is 00)
Relocating coreboot bios tables
phys_alloc zone=0x3aad7eb4 size=31 align=10 ret=f5240 (detail=0x3aac9820)
Copying SMBIOS entry point from 0x3ab18000 to 0x000f5240
phys_alloc zone=0x3aad7eb4 size=36 align=10 ret=f5210 (detail=0x3aac97f0)
Copying ACPI RSDP from 0x3ab19000 to 0x000f5210
rsdp=0x000f5210
rsdt=0x3ab19030
xsdt=0x3ab190e0
table(50434146)=0x3ab1ab60 (via xsdt)
pm_tmr_blk=408
Using pmtimer, ioport 0x408
init timer
rsdp=0x000f5210
rsdt=0x3ab19030
xsdt=0x3ab190e0
no table 324d5054 found
rsdp=0x000f5210
rsdt=0x3ab19030
xsdt=0x3ab190e0
no table 41504354 found
Scan for VGA option rom
No VGA found, scan for other display
Attempting to map option rom on dev 00:02.0
Option rom sizing returned 0 0
Turning on vga text mode console
SeaBIOS (version rel-1.14.0-0-g155821a)
init usb
phys_alloc zone=0x3aad7eb8 size=72 align=10 ret=3ab17fb0 (detail=0x3aac97c0)
XHCI init on dev 00:15.0: regs @ 0x51200000, 15 ports, 32 slots, 32 byte
contexts
XHCI protocol USB 2.00, 8 ports (offset 1), def 3011
XHCI protocol USB 3.00, 7 ports (offset 9), def 3000
XHCI extcap 0xc0 @ 0x51208070
XHCI extcap 0x1 @ 0x5120846c
XHCI extcap 0xc6 @ 0x512084f4
XHCI extcap 0xc7 @ 0x51208500
XHCI extcap 0xc2 @ 0x51208600
XHCI extcap 0xa @ 0x51208700
XHCI extcap 0xc3 @ 0x51208740
XHCI extcap 0xc4 @ 0x51208800
XHCI extcap 0xc5 @ 0x51208900
phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac8000 (detail=0x3aac9790)
/3aac8000\ Start thread
|3aac8000| phys_alloc zone=0x3aad7eb8 size=264 align=40 ret=3ab17e80
(detail=0x3aac9760)
|3aac8000| phys_alloc zone=0x3aad7eb8 size=16 align=40 ret=3ab17e40
(detail=0x3aac9730)
|3aac8000| phys_alloc zone=0x3aad7eb8 size=288 align=100 ret=3ab17d00
(detail=0x3aac9700)
|3aac8000| phys_alloc zone=0x3aad7eb8 size=288 align=100 ret=3ab17b00
(detail=0x3aac96d0)
|3aac8000| configure_xhci: resetting
|3aac8000| configure_xhci: setup 18 scratch pad buffers
|3aac8000| phys_alloc zone=0x3aad7eb8 size=144 align=40 ret=3ab17c40
(detail=0x3aac96a0)
|3aac8000| phys_alloc zone=0x3aad7eb8 size=73728 align=1000 ret=3ab05000
(detail=0x3aac9670)
init ps2port
phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000 (detail=0x3aac9640)
/3aac7000\ Start thread
|3aac7000| i8042_flush
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| i8042 flushed ff (status=ff)
|3aac7000| WARNING - Timeout at i8042_flush:71!
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac9640)
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9650
(detail=0x3aac9620)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac95f0)
/3aac7000\ Start thread
init floppy drives
init hard drives
init ahci
Searching bootorder for: HALT
init megasas
init nvme
init lpt
Found 0 lpt ports
init serial
Found 0 serial ports
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac95d0
(detail=0x3aac95a0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac6000
(detail=0x3aac9570)
/3aac6000\ Start thread
|3aac6000| xhci_hub_reset port #2: 0x000206e1, powered, pls 7, speed 1 [Full]
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9550
(detail=0x3aac9520)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac5000
(detail=0x3aac94f0)
/3aac5000\ Start thread
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac94d0
(detail=0x3aac94a0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac4000
(detail=0x3aac9470)
/3aac4000\ Start thread
|3aac4000| phys_free 3aac94d0 (detail=0x3aac94a0)
\3aac4000/ End thread
phys_free 3aac4000 (detail=0x3aac9470)
|3aac5000| phys_free 3aac9550 (detail=0x3aac9520)
\3aac5000/ End thread
phys_free 3aac5000 (detail=0x3aac94f0)
|3aac6000| XHCI port #2: 0x00200e03, powered, enabled, pls 0, speed 3 [High]
|3aac6000| set_address 0x3ab17fb0
|3aac7000| phys_free 3aac9650 (detail=0x3aac9620)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac95f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9650
(detail=0x3aac9620)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac95f0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9650 (detail=0x3aac9620)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac95f0)
|3aac6000| phys_alloc zone=0x3aad7eb8 size=316 align=100 ret=3ab17900
(detail=0x3aac9640)
|3aac6000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac9000
(detail=0x3aac9610)
|3aac6000| xhci_alloc_pipe: usbdev 0x3aac95d0, ring 0x3ab17900, slotid 0, epid 1
|3aac6000| phys_alloc zone=0x3aad7eb8 size=1024 align=400 ret=3ab17400
(detail=0x3aac9540)
|3aac6000| xhci_cmd_enable_slot:
|3aac6000| xhci_trb_queue: ring 0x3ab17d00 [nidx 1, len 0]
|3aac6000| xhci_doorbell: slotid 0, epid 0
|3aac6000| xhci_process_events port #2: 0x00200e03, powered, enabled, pls 0,
speed 3 [High]
|3aac6000| xhci_process_events port #2: 0x00000e03, powered, enabled, pls 0,
speed 3 [High]
|3aac6000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d00, evt
0x3ab17e00, type 33, eidx 1, cc 1]
|3aac6000| xhci_alloc_pipe: enable slot: got slotid 1
|3aac6000| xhci_cmd_address_device: slotid 1
|3aac6000| xhci_trb_queue: ring 0x3ab17d00 [nidx 2, len 0]
|3aac6000| xhci_doorbell: slotid 0, epid 0
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac95f0
(detail=0x3aac9510)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94e0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac95f0 (detail=0x3aac9510)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94e0)
|3aac6000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d10, evt
0x3ab17e00, type 33, eidx 2, cc 1]
|3aac6000| phys_free 3aac9000 (detail=0x3aac9610)
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9620
(detail=0x3aac95f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac9510)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9620 (detail=0x3aac95f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac9510)
|3aac6000| xhci_realloc_pipe: usbdev 0x3aac95d0, ring 0x3ab17900, slotid 1,
epid 1
|3aac6000| config_usb: 0x3ab17a20
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 1, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 2, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 3, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9620
(detail=0x3aac95f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac9510)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9620 (detail=0x3aac95f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac9510)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17920, evt
0x3ab17a00, type 32, eidx 3, cc 1]
|3aac6000| device rev=0200 cls=09 sub=00 proto=01 size=64
|3aac6000| xhci_realloc_pipe: usbdev 0x3aac95d0, ring 0x3ab17900, slotid 1,
epid 1
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 4, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 5, len 9]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 6, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9620
(detail=0x3aac95f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac9510)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9620 (detail=0x3aac95f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac9510)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17950, evt
0x3ab17a00, type 32, eidx 6, cc 1]
|3aac6000| phys_alloc zone=0x3aad7eac size=25 align=10 ret=3aac9620
(detail=0x3aac95f0)
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 7, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 8, len 25]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 9, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17980, evt
0x3ab17a00, type 32, eidx 9, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 10, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 11, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179a0, evt
0x3ab17a00, type 32, eidx 11, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 12, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 13, len 7]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 14, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179d0, evt
0x3ab17a00, type 32, eidx 14, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 15, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [linked]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 1, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17900, evt
0x3ab17a00, type 32, eidx 1, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 2, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 3, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17920, evt
0x3ab17a00, type 32, eidx 3, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 4, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 5, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac8000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac8000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17940, evt
0x3ab17a00, type 32, eidx 5, cc 1]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 6, len 8]
|3aac6000| xhci_trb_queue: ring 0x3ab17900 [nidx 7, len 0]
|3aac6000| xhci_doorbell: slotid 1, epid 1
|3aac6000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17960, evt
0x3ab17a00, type 32, eidx 7, cc 1]
|3aac6000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9520
(detail=0x3aac94f0)
|3aac6000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac7000
(detail=0x3aac94c0)
/3aac7000\ Start thread
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 8, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 9, len 4]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 10, len 0]
|3aac7000| xhci_doorbell: slotid 1, epid 1
|3aac6000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac94a0
(detail=0x3aac9470)
|3aac6000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac5000
(detail=0x3aac9440)
/3aac5000\ Start thread
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17990, evt
0x3ab17a00, type 32, eidx 10, cc 1]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 11, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 12, len 0]
|3aac7000| xhci_doorbell: slotid 1, epid 1
|3aac6000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac9420
(detail=0x3aac93f0)
|3aac6000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac4000
(detail=0x3aac93c0)
/3aac4000\ Start thread
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179b0, evt
0x3ab17a00, type 32, eidx 12, cc 1]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 13, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 14, len 4]
|3aac7000| xhci_trb_queue: ring 0x3ab17900 [nidx 15, len 0]
|3aac7000| xhci_doorbell: slotid 1, epid 1
|3aac6000| phys_alloc zone=0x3aad7eac size=28 align=10 ret=3aac93a0
(detail=0x3aac9370)
|3aac6000| phys_alloc zone=0x3aad7eac size=4096 align=1000 ret=3aac3000
(detail=0x3aac9340)
/3aac3000\ Start thread
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179e0, evt
0x3ab17a00, type 32, eidx 15, cc 1]
|3aac7000| set_address 0x3ab17fb0
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [linked]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 1, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 2, len 4]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 3, len 0]
|3aac3000| xhci_doorbell: slotid 1, epid 1
|3aac7000| phys_alloc zone=0x3aad7eb8 size=316 align=100 ret=3ab17200
(detail=0x3aac9310)
|3aac7000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac2800
(detail=0x3aac92e0)
|3aac7000| xhci_alloc_pipe: usbdev 0x3aac9520, ring 0x3ab17200, slotid 0, epid 1
|3aac7000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac2000
(detail=0x3aac92b0)
|3aac7000| xhci_cmd_configure_endpoint: slotid 1, add 0x1, del 0x0
|3aac7000| xhci_trb_queue: ring 0x3ab17d00 [nidx 3, len 0]
|3aac7000| xhci_doorbell: slotid 0, epid 0
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17920, evt
0x3ab17a00, type 32, eidx 3, cc 1]
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d20, evt
0x3ab17e00, type 33, eidx 3, cc 1]
|3aac7000| phys_free 3aac2000 (detail=0x3aac92b0)
|3aac7000| phys_alloc zone=0x3aad7eb8 size=1024 align=400 ret=3ab04c00
(detail=0x3aac92b0)
|3aac7000| xhci_cmd_enable_slot:
|3aac7000| xhci_trb_queue: ring 0x3ab17d00 [nidx 4, len 0]
|3aac7000| xhci_doorbell: slotid 0, epid 0
|3aac3000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d30, evt
0x3ab17e00, type 33, eidx 4, cc 1]
|3aac4000| xhci_trb_queue: ring 0x3ab17900 [nidx 4, len 8]
|3aac4000| xhci_trb_queue: ring 0x3ab17900 [nidx 5, len 4]
|3aac4000| xhci_trb_queue: ring 0x3ab17900 [nidx 6, len 0]
|3aac4000| xhci_doorbell: slotid 1, epid 1
|3aac7000| xhci_alloc_pipe: enable slot: got slotid 2
|3aac7000| xhci_cmd_address_device: slotid 2
|3aac7000| xhci_trb_queue: ring 0x3ab17d00 [nidx 5, len 0]
|3aac7000| xhci_doorbell: slotid 0, epid 0
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17950, evt
0x3ab17a00, type 32, eidx 6, cc 1]
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d40, evt
0x3ab17e00, type 33, eidx 5, cc 1]
|3aac7000| phys_free 3aac2800 (detail=0x3aac92e0)
|3aac4000| phys_free 3aac9420 (detail=0x3aac93f0)
\3aac4000/ End thread
phys_free 3aac4000 (detail=0x3aac93c0)
|3aac5000| xhci_trb_queue: ring 0x3ab17900 [nidx 7, len 8]
|3aac5000| xhci_trb_queue: ring 0x3ab17900 [nidx 8, len 4]
|3aac5000| xhci_trb_queue: ring 0x3ab17900 [nidx 9, len 0]
|3aac5000| xhci_doorbell: slotid 1, epid 1
|3aac7000| xhci_realloc_pipe: usbdev 0x3aac9520, ring 0x3ab17200, slotid 2,
epid 1
|3aac7000| config_usb: 0x3ab17320
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 1, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 2, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 3, len 0]
|3aac7000| xhci_doorbell: slotid 2, epid 1
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab17980, evt
0x3ab17a00, type 32, eidx 9, cc 1]
|3aac7000| xhci_process_events: ring 0x3ab17200 [trb 0x3ab17220, evt
0x3ab17300, type 32, eidx 3, cc 1]
|3aac7000| device rev=0210 cls=00 sub=00 proto=00 size=64
|3aac7000| xhci_realloc_pipe: usbdev 0x3aac9520, ring 0x3ab17200, slotid 2,
epid 1
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 4, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 5, len 9]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 6, len 0]
|3aac7000| xhci_doorbell: slotid 2, epid 1
|3aac5000| phys_free 3aac94a0 (detail=0x3aac9470)
\3aac5000/ End thread
phys_free 3aac5000 (detail=0x3aac9440)
|3aac7000| xhci_process_events: ring 0x3ab17200 [trb 0x3ab17250, evt
0x3ab17300, type 32, eidx 6, cc 1]
|3aac7000| phys_alloc zone=0x3aad7eac size=32 align=10 ret=3aac94a0
(detail=0x3aac9470)
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 7, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 8, len 32]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 9, len 0]
|3aac7000| xhci_doorbell: slotid 2, epid 1
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 10, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 11, len 0]
|3aac3000| xhci_doorbell: slotid 1, epid 1
|3aac3000| xhci_process_events: ring 0x3ab17200 [trb 0x3ab17280, evt
0x3ab17300, type 32, eidx 9, cc 1]
|3aac3000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179a0, evt
0x3ab17a00, type 32, eidx 11, cc 1]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 12, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 13, len 4]
|3aac3000| xhci_trb_queue: ring 0x3ab17900 [nidx 14, len 0]
|3aac3000| xhci_doorbell: slotid 1, epid 1
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 10, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 11, len 0]
|3aac7000| xhci_doorbell: slotid 2, epid 1
|3aac7000| xhci_process_events: ring 0x3ab17900 [trb 0x3ab179d0, evt
0x3ab17a00, type 32, eidx 14, cc 1]
|3aac7000| xhci_process_events: ring 0x3ab17200 [trb 0x3ab172a0, evt
0x3ab17300, type 32, eidx 11, cc 1]
|3aac7000| phys_alloc zone=0x3aad7ebc size=316 align=100 ret=ea600
(detail=0x3aac9440)
|3aac7000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac5800
(detail=0x3aac9410)
|3aac7000| xhci_alloc_pipe: usbdev 0x3aac9520, ring 0x000ea600, slotid 0, epid 3
|3aac7000| xhci_cmd_configure_endpoint: slotid 2, add 0x9, del 0x0
|3aac7000| xhci_trb_queue: ring 0x3ab17d00 [nidx 6, len 0]
|3aac7000| xhci_doorbell: slotid 0, epid 0
|3aac3000| set_address 0x3ab17fb0
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d50, evt
0x3ab17e00, type 33, eidx 6, cc 1]
|3aac7000| phys_free 3aac5800 (detail=0x3aac9410)
|3aac7000| phys_alloc zone=0x3aad7ebc size=316 align=100 ret=ea400
(detail=0x3aac9410)
|3aac7000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac5800
(detail=0x3aac93e0)
|3aac7000| xhci_alloc_pipe: usbdev 0x3aac9520, ring 0x000ea400, slotid 0, epid 4
|3aac7000| xhci_cmd_configure_endpoint: slotid 2, add 0x11, del 0x0
|3aac7000| xhci_trb_queue: ring 0x3ab17d00 [nidx 7, len 0]
|3aac7000| xhci_doorbell: slotid 0, epid 0
|3aac3000| phys_alloc zone=0x3aad7eb8 size=316 align=100 ret=3ab17000
(detail=0x3aac92e0)
|3aac3000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac5000
(detail=0x3aac9280)
|3aac3000| xhci_alloc_pipe: usbdev 0x3aac93a0, ring 0x3ab17000, slotid 0, epid 1
|3aac3000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac4800
(detail=0x3aac9250)
|3aac3000| xhci_cmd_configure_endpoint: slotid 1, add 0x1, del 0x0
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d60, evt
0x3ab17e00, type 33, eidx 7, cc 1]
|3aac7000| phys_free 3aac5800 (detail=0x3aac93e0)
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 12, len 8]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 13, len 1]
|3aac7000| xhci_trb_queue: ring 0x3ab17200 [nidx 14, len 0]
|3aac7000| xhci_doorbell: slotid 2, epid 1
|3aac3000| xhci_trb_queue: ring 0x3ab17d00 [nidx 8, len 0]
|3aac3000| xhci_doorbell: slotid 0, epid 0
|3aac3000| xhci_process_events: ring 0x3ab17200 [trb 0x3ab172d0, evt
0x3ab17300, type 32, eidx 14, cc 1]
|3aac3000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d70, evt
0x3ab17e00, type 33, eidx 8, cc 1]
|3aac3000| phys_free 3aac4800 (detail=0x3aac9250)
|3aac3000| phys_alloc zone=0x3aad7eb8 size=1024 align=400 ret=3ab04800
(detail=0x3aac93e0)
|3aac3000| xhci_cmd_enable_slot:
|3aac3000| xhci_trb_queue: ring 0x3ab17d00 [nidx 9, len 0]
|3aac3000| xhci_doorbell: slotid 0, epid 0
|3aac7000| phys_alloc zone=0x3aad7eb4 size=48 align=10 ret=f51e0
(detail=0x3aac9250)
|3aac7000| Searching bootorder for: /pci@i0cf8/usb@15/hub@2/storage@1/*@0/*@0,0
|3aac7000| Searching bootorder for: /pci@i0cf8/usb@15/hub@2/usb-*@1
|3aac7000| disk_op d=0x000f51e0 lba=36 buf=0x3aac7f00 count=1 cmd=32
|3aac7000| usb_cmd_data id=0x000f51e0 write=0 count=1 buf=0x3aac7f00
|3aac7000| xhci_trb_queue: ring 0x000ea400 [nidx 1, len 31]
|3aac7000| xhci_doorbell: slotid 2, epid 4
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d80, evt
0x3ab17e00, type 33, eidx 9, cc 1]
|3aac7000| xhci_process_events: ring 0x000ea400 [trb 0x000ea400, evt
0x000ea500, type 32, eidx 1, cc 1]
|3aac7000| xhci_trb_queue: ring 0x000ea600 [nidx 1, len 36]
|3aac7000| xhci_doorbell: slotid 2, epid 3
|3aac3000| xhci_process_events: ring 0x000ea600 [trb 0x000ea600, evt
0x000ea700, type 32, eidx 1, cc 1]
|3aac3000| xhci_alloc_pipe: enable slot: got slotid 3
|3aac3000| xhci_cmd_address_device: slotid 3
|3aac3000| xhci_trb_queue: ring 0x3ab17d00 [nidx 10, len 0]
|3aac3000| xhci_doorbell: slotid 0, epid 0
|3aac7000| xhci_trb_queue: ring 0x000ea600 [nidx 2, len 13]
|3aac7000| xhci_doorbell: slotid 2, epid 3
|3aac7000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17d90, evt
0x3ab17e00, type 33, eidx 10, cc 1]
|3aac7000| xhci_process_events: ring 0x000ea600 [trb 0x000ea610, evt
0x000ea700, type 32, eidx 2, cc 1]
|3aac7000| USB MSC vendor='Kingston' product='DataTraveler 3.0' rev='PMAP'
type=0 removable=1
|3aac7000| scsi_is_ready (drive=0x000f51e0)
|3aac7000| disk_op d=0x000f51e0 lba=0 buf=0x00000000 count=0 cmd=32
|3aac7000| usb_cmd_data id=0x000f51e0 write=0 count=0 buf=0x00000000
|3aac7000| xhci_trb_queue: ring 0x000ea400 [nidx 2, len 31]
|3aac7000| xhci_doorbell: slotid 2, epid 4
|3aac3000| xhci_process_events: ring 0x000ea400 [trb 0x000ea410, evt
0x000ea500, type 32, eidx 2, cc 1]
|3aac3000| phys_free 3aac5000 (detail=0x3aac9280)
|3aac7000| xhci_trb_queue: ring 0x000ea600 [nidx 3, len 13]
|3aac7000| xhci_doorbell: slotid 2, epid 3
|3aac3000| xhci_realloc_pipe: usbdev 0x3aac93a0, ring 0x3ab17000, slotid 3,
epid 1
|3aac3000| config_usb: 0x3ab17120
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 1, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 2, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 3, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac3000| xhci_process_events: ring 0x000ea600 [trb 0x000ea620, evt
0x000ea700, type 32, eidx 3, cc 1]
|3aac3000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab17020, evt
0x3ab17100, type 32, eidx 3, cc 1]
|3aac3000| device rev=0200 cls=00 sub=00 proto=00 size=8
|3aac3000| xhci_realloc_pipe: usbdev 0x3aac93a0, ring 0x3ab17000, slotid 3,
epid 1
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 4, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 5, len 9]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 6, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac7000| disk_op d=0x000f51e0 lba=8 buf=0x3aac7eba count=1 cmd=32
|3aac7000| usb_cmd_data id=0x000f51e0 write=0 count=1 buf=0x3aac7eba
|3aac7000| xhci_trb_queue: ring 0x000ea400 [nidx 3, len 31]
|3aac7000| xhci_doorbell: slotid 2, epid 4
|3aac7000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab17050, evt
0x3ab17100, type 32, eidx 6, cc 1]
|3aac7000| xhci_process_events: ring 0x000ea400 [trb 0x000ea420, evt
0x000ea500, type 32, eidx 3, cc 1]
|3aac7000| xhci_trb_queue: ring 0x000ea600 [nidx 4, len 8]
|3aac7000| xhci_doorbell: slotid 2, epid 3
|3aac3000| xhci_process_events: ring 0x000ea600 [trb 0x000ea630, evt
0x000ea700, type 32, eidx 4, cc 1]
|3aac3000| phys_alloc zone=0x3aad7eac size=59 align=10 ret=3aac9210
(detail=0x3aac9280)
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 7, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 8, len 59]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 9, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac7000| xhci_trb_queue: ring 0x000ea600 [nidx 5, len 13]
|3aac7000| xhci_doorbell: slotid 2, epid 3
|3aac7000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab17080, evt
0x3ab17100, type 32, eidx 9, cc 1]
|3aac7000| xhci_process_events: ring 0x000ea600 [trb 0x000ea640, evt
0x000ea700, type 32, eidx 5, cc 1]
|3aac7000| USB MSC blksize=512 sectors=60604416
|3aac7000| phys_alloc zone=0x3aad7eac size=80 align=10 ret=3aac91c0
(detail=0x3aac9190)
|3aac7000| phys_alloc zone=0x3aad7eac size=24 align=10 ret=3aac93c0
(detail=0x3aac9160)
|3aac7000| Registering bootable: USB MSC Drive Kingston DataTraveler 3.0 PMAP
(type:2 prio:103 data:f51e0)
|3aac7000| phys_free 3aac94a0 (detail=0x3aac9470)
|3aac7000| phys_free 3aac9520 (detail=0x3aac94f0)
\3aac7000/ End thread
phys_free 3aac7000 (detail=0x3aac94c0)
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 10, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 11, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac3000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab170a0, evt
0x3ab17100, type 32, eidx 11, cc 1]
|3aac3000| usb_hid_setup 0x3ab17120
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 12, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 13, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac3000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab170c0, evt
0x3ab17100, type 32, eidx 13, cc 1]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 14, len 8]
|3aac3000| xhci_trb_queue: ring 0x3ab17000 [nidx 15, len 0]
|3aac3000| xhci_doorbell: slotid 3, epid 1
|3aac3000| xhci_process_events: ring 0x3ab17000 [trb 0x3ab170e0, evt
0x3ab17100, type 32, eidx 15, cc 1]
|3aac3000| phys_alloc zone=0x3aad7ebc size=316 align=100 ret=ea200
(detail=0x3aac9510)
|3aac3000| phys_alloc zone=0x3aad7eb8 size=8 align=10 ret=3ab17fa0
(detail=0x3aac94e0)
|3aac3000| phys_alloc zone=0x3aad7eac size=1056 align=800 ret=3aac7800
(detail=0x3aac94b0)
|3aac3000| xhci_alloc_pipe: usbdev 0x3aac93a0, ring 0x000ea200, slotid 0, epid 3
|3aac3000| xhci_cmd_configure_endpoint: slotid 3, add 0x9, del 0x0
|3aac3000| xhci_trb_queue: ring 0x3ab17d00 [nidx 11, len 0]
|3aac3000| xhci_doorbell: slotid 0, epid 0
|3aac3000| xhci_process_events: ring 0x3ab17d00 [trb 0x3ab17da0, evt
0x3ab17e00, type 33, eidx 11, cc 1]
|3aac3000| phys_free 3aac7800 (detail=0x3aac94b0)
|3aac3000| USB keyboard initialized
|3aac3000| phys_free 3aac9210 (detail=0x3aac9280)
|3aac3000| phys_free 3aac93a0 (detail=0x3aac9370)
\3aac3000/ End thread
phys_free 3aac3000 (detail=0x3aac9340)
|3aac6000| Initialized USB HUB (2 ports used)
|3aac6000| phys_free 3aac9620 (detail=0x3aac95f0)
|3aac6000| phys_free 3aac95d0 (detail=0x3aac95a0)
\3aac6000/ End thread
phys_free 3aac6000 (detail=0x3aac9570)
\3aac8000/ End thread
phys_free 3aac8000 (detail=0x3aac9790)
All threads complete.
Scan for option roms
Attempting to init PCI bdf 00:00.0 (vd 8086:5af0)
Attempting to map option rom on dev 00:00.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:15.1 (vd 8086:5aaa)
Attempting to map option rom on dev 00:15.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:16.0 (vd 8086:5aac)
Attempting to map option rom on dev 00:16.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:16.1 (vd 8086:5aae)
Attempting to map option rom on dev 00:16.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:16.2 (vd 8086:5ab0)
Attempting to map option rom on dev 00:16.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:16.3 (vd 8086:5ab2)
Attempting to map option rom on dev 00:16.3
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:17.0 (vd 8086:5ab4)
Attempting to map option rom on dev 00:17.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:17.1 (vd 8086:5ab6)
Attempting to map option rom on dev 00:17.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:17.2 (vd 8086:5ab8)
Attempting to map option rom on dev 00:17.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:17.3 (vd 8086:5aba)
Attempting to map option rom on dev 00:17.3
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.0 (vd 8086:5abc)
Attempting to map option rom on dev 00:18.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.1 (vd 8086:5abe)
Attempting to map option rom on dev 00:18.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.2 (vd 8086:5ac0)
Attempting to map option rom on dev 00:18.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:19.0 (vd 8086:5ac2)
Attempting to map option rom on dev 00:19.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:19.1 (vd 8086:5ac4)
Attempting to map option rom on dev 00:19.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:19.2 (vd 8086:5ac6)
Attempting to map option rom on dev 00:19.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:1f.0 (vd 8086:5ae8)
Attempting to map option rom on dev 00:1f.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:1f.1 (vd 8086:5ad4)
Attempting to map option rom on dev 00:1f.1
Option rom sizing returned 0 0
Press ESC for boot menu.
Checking for bootsplash
_______________________________________________
coreboot mailing list -- [email protected]
To unsubscribe send an email to [email protected]