I just sent in this patch to bring ACPI to p3b-f, after way too long:

https://review.coreboot.org/c/coreboot/+/41098

I've run into two problems with this work and hoping for insights.

First, Linux kernel is throwing a warning. Full dmesg (from kernel
start to prompt) attached, but it's these lines in particular:

[    5.977786] ACPI Warning: SystemIO range
0x0000000000000F00-0x0000000000000F07 conflicts with OpRegion
0x0000000000000F00-0x0000000000000F06 (\SM00) (20150930/utaddress-254)
[    5.978202] ACPI: If an ACPI driver is available for this device,
you should use it instead of the native driver

It is probably related to some SMBus manipulation I imported from OEM
firmware that is going to be needed for S3 suspend - It actually has
code to talk to an onboard proprietary ASIC over SMBus to blink the
power LED and turn off the fan among other things. I later dumped the
coreboot SSDT and found that it wrote a device claiming the PIIX4
PM/SMBus ports, so I revised my other patch to completely drop mine,
but the conflict remains. Now I can't pinpoint where the conflict
comes from.

Second, the command I needed to run to enable flashrom no longer
works. i2cset simply said "Write failed". I have to completely disable
ACPI to be able to flash. The two problems may be related, but I can't
tell for sure.

One thing I could do for the second problem is to do the sequence in
mainboard ramstage init, but it depends on the southbridge GPO setting
to put that chip into the right state. How are these device enable
hooks ordered? Does all southbridge hooks get run first before
mainboard hooks?

Thanks for your help
Keith
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.14-smp (root@hive) (gcc version 5.3.0 (GCC) ) 
#2 SMP Fri Jun 24 14:44:24 CDT 2016
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002ff7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000002ff80000-0x000000002fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUS P3B-F/P3B-F, BIOS 4.11-2595-g2eae30d9c5-dirty 
05/05/2020
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x2ff80 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 020000000 mask FF0000000 write-back
[    0.000000]   2 base 0F0000000 mask FF8000000 write-combining
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: PAT not supported by CPU.
[    0.000000] initial memory mapped: [mem 0x00000000-0x027fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] BRK [0x0224c000, 0x0224cfff] PGTABLE
[    0.000000] BRK [0x0224d000, 0x0224efff] PGTABLE
[    0.000000] BRK [0x0224f000, 0x0224ffff] PGTABLE
[    0.000000] BRK [0x02250000, 0x02250fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F7030 000024 (v02 COREv4)
[    0.000000] ACPI: XSDT 0x000000002FF830E0 00003C (v01 COREv4 COREBOOT 
00000000 CORE 20191018)
[    0.000000] ACPI: FACP 0x000000002FF84C70 000114 (v01 COREv4 COREBOOT 
00000000 CORE 20191018)
[    0.000000] ACPI: DSDT 0x000000002FF83280 0019E4 (v02 COREv4 COREBOOT 
00000001 INTL 20191018)
[    0.000000] ACPI: FACS 0x000000002FF83240 000040
[    0.000000] ACPI: FACS 0x000000002FF83240 000040
[    0.000000] ACPI: SSDT 0x000000002FF84D90 0000C3 (v02 COREv4 COREBOOT 
0000002A CORE 20191018)
[    0.000000] ACPI: HPET 0x000000002FF84E60 000038 (v01 COREv4 COREBOOT 
00000000 CORE 20191018)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000002ff7ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x2ff7e000-0x2ff7ffff]
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 767MB LOWMEM available.
[    0.000000] max_low_pfn = 2ff80, highstart_pfn = 2ff80
[    0.000000] Low memory ends at vaddr eff80000
[    0.000000] High memory starts at vaddr eff80000
[    0.000000]   mapped low ram: 0 - 2ff80000
[    0.000000]   low ram: 0 - 2ff80000
[    0.000000] Node: 0, start_pfn: 1, end_pfn: 9f
[    0.000000]   Setting physnode_map array to node 0 for pfns:
[    0.000000]   0 
[    0.000000] Node: 0, start_pfn: 100, end_pfn: 2ff80
[    0.000000]   Setting physnode_map array to node 0 for pfns:
[    0.000000]   0 4000 8000 c000 10000 14000 18000 1c000 20000 24000 28000 
2c000 
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x000000002ff7ffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000002ff7ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000002ff7ffff]
[    0.000000] On node 0 totalpages: 196382
[    0.000000] free_area_init_node: node 0, pgdat eff7e000, node_mem_map 
ef7fe028
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1879 pages used for memmap
[    0.000000]   Normal zone: 192384 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0xe408
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x30000000-0xff7fffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @ef7e6000 s42636 r0 d31092 u73728
[    0.000000] pcpu-alloc: s42636 r0 d31092 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 194463
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-huge-smp-4.4.14-smp root=/dev/sda1 ro 
vt.default_utf8=0 vga = normal
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 758128K/785528K available (12341K kernel code, 927K 
rwdata, 3824K rodata, 832K init, 676K bss, 27400K reserved, 0K cma-reserved, 0K 
highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd37000 - 0xfffff000   (2848 kB)
                   pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
                   vmalloc : 0xf0780000 - 0xff9fe000   ( 242 MB)
                   lowmem  : 0xc0000000 - 0xeff80000   ( 767 MB)
                     .init : 0xc20b4000 - 0xc2184000   ( 832 kB)
                     .data : 0xc1c0d8e3 - 0xc20b2d80   (4757 kB)
                     .text : 0xc1000000 - 0xc1c0d8e3   (12342 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor 
mode...Ok.
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[    0.000000] NR_IRQS:2304 nr_irqs:32 16
[    0.000000] CPU 0 irqstacks, hard=ef024000 soft=ef026000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] HPET config register value = 0xFFFFFFFF. Disabling HPET
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1403.223 MHz processor
[    0.002009] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 2806.44 BogoMIPS (lpj=1403223)
[    0.002213] pid_max: default: 32768 minimum: 301
[    0.003029] ACPI: Core revision 20150930
[    0.007088] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.007271] ACPI: setting ELCR to 0200 (from 0420)
[    0.007430] Security Framework initialized
[    0.007555] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.007661] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.008600] Initializing cgroup subsys io
[    0.008737] Initializing cgroup subsys memory
[    0.008874] Initializing cgroup subsys devices
[    0.009028] Initializing cgroup subsys freezer
[    0.009137] Initializing cgroup subsys net_cls
[    0.009244] Initializing cgroup subsys perf_event
[    0.009351] Initializing cgroup subsys net_prio
[    0.009459] Initializing cgroup subsys pids
[    0.009661] mce: CPU supports 5 MCE banks
[    0.009800] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 2
[    0.009902] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
[    0.030352] Freeing SMP alternatives memory: 40K (c2184000 - c218e000)
[    0.030497] ftrace: allocating 41039 entries in 81 pages
[    0.057246] smpboot: weird, boot CPU (#0) not listed by the BIOS
[    0.057376] smpboot: SMP motherboard not detected
[    0.057474] smpboot: SMP disabled
[    0.057571] smpboot: Local APIC not detected. Using dummy APIC emulation.
[    0.057756] Performance Events: 
[    0.057804] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.058029] no hardware sampling interrupt available.
[    0.058131] p6 PMU driver.
[    0.058231] ... version:                0
[    0.058327] ... bit width:              32
[    0.058423] ... generic registers:      2
[    0.058519] ... value mask:             00000000ffffffff
[    0.058616] ... max period:             000000007fffffff
[    0.058713] ... fixed-purpose events:   0
[    0.058809] ... event mask:             0000000000000003
[    0.059891] x86: Booted up 1 node, 1 CPUs
[    0.060041] smpboot: Total of 1 processors activated (2806.44 BogoMIPS)
[    0.060657] devtmpfs: initialized
[    0.062364] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 1911260446275000 ns
[    0.062834] xor: measuring software checksum speed
[    0.072009]    pIII_sse  :  2804.000 MB/sec
[    0.082008]    prefetch64-sse:  2972.000 MB/sec
[    0.082106] xor: using function: prefetch64-sse (2972.000 MB/sec)
[    0.082245] atomic64_test: passed for i586+ platform with CX8 and with SSE
[    0.082349] pinctrl core: initialized pinctrl subsystem
[    0.083255] NET: Registered protocol family 16
[    0.084111] cpuidle: using governor ladder
[    0.084221] cpuidle: using governor menu
[    0.084631] clocksource: pit: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 1601818034827 ns
[    0.084835] ACPI FADT declares the system doesn't support MSI, so disable it
[    0.084939] ACPI: bus type PCI registered
[    0.085012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.086316] PCI: PCI BIOS revision 2.10 entry at 0xffa40, last bus=1
[    0.086429] PCI: Using configuration type 1 for base access
[    0.118036] raid6: mmxx1    gen()  1328 MB/s
[    0.135043] raid6: mmxx2    gen()  1574 MB/s
[    0.152049] raid6: sse1x1   gen()  1210 MB/s
[    0.169016] raid6: sse1x2   gen()  1562 MB/s
[    0.186125] raid6: int32x1  gen()   410 MB/s
[    0.203134] raid6: int32x1  xor()   210 MB/s
[    0.220088] raid6: int32x2  gen()   535 MB/s
[    0.237084] raid6: int32x2  xor()   292 MB/s
[    0.254116] raid6: int32x4  gen()   480 MB/s
[    0.271063] raid6: int32x4  xor()   296 MB/s
[    0.288080] raid6: int32x8  gen()   421 MB/s
[    0.305074] raid6: int32x8  xor()   263 MB/s
[    0.305171] raid6: using algorithm mmxx2 gen() 1574 MB/s
[    0.305270] raid6: using intx1 recovery algorithm
[    0.305631] ACPI: Added _OSI(Module Device)
[    0.305734] ACPI: Added _OSI(Processor Device)
[    0.305831] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.305929] ACPI: Added _OSI(Processor Aggregator Device)
[    0.307390] ACPI: Executed 1 blocks of module-level executable AML code
[    0.309237] ACPI: Interpreter enabled
[    0.309369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S2_] (20150930/hwxface-580)
[    0.309598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S3_] (20150930/hwxface-580)
[    0.309827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S4_] (20150930/hwxface-580)
[    0.310016] ACPI: (supports S0 S1 S5)
[    0.310115] ACPI: Using PIC for interrupt routing
[    0.310264] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    0.316795] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.317563] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.318147] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.318878] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.320195] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.321019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments]
[    0.321134] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.321244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access 
extended PCI configuration space under this bridge.
[    0.321763] PCI host bridge to bus 0000:00
[    0.321875] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.322015] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.322118] pci_bus 0000:00: root bus resource [mem 0x30000000-0xfffbffff]
[    0.322221] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.322342] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    0.322368] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[    0.322585] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    0.322739] pci 0000:00:04.0: [8086:7110] type 00 class 0x060100
[    0.323027] pci 0000:00:04.1: [8086:7111] type 00 class 0x010180
[    0.323075] pci 0000:00:04.1: reg 0x20: [io  0x1420-0x142f]
[    0.323099] pci 0000:00:04.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.323206] pci 0000:00:04.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.323308] pci 0000:00:04.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.323410] pci 0000:00:04.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.323643] pci 0000:00:04.2: [8086:7112] type 00 class 0x0c0300
[    0.323691] pci 0000:00:04.2: reg 0x20: [io  0x1400-0x141f]
[    0.323834] pci 0000:00:04.3: [8086:7113] type 00 class 0x068000
[    0.323843] * Found PM-Timer Bug on the chipset. Due to workarounds for a 
bug,
               * this clock source is slow. Consider trying other clock sources
[    0.324076] pci 0000:00:04.3: quirk: [io  0xe400-0xe43f] claimed by PIIX4 
ACPI
[    0.324238] pci 0000:00:04.3: quirk: [io  0x0f00-0x0f0f] claimed by PIIX4 SMB
[    0.324485] pci 0000:00:0b.0: [10ec:8169] type 00 class 0x020000
[    0.324511] pci 0000:00:0b.0: reg 0x10: [io  0x1000-0x10ff]
[    0.324524] pci 0000:00:0b.0: reg 0x14: [mem 0xf9120000-0xf91200ff]
[    0.324564] pci 0000:00:0b.0: reg 0x30: [mem 0xf9100000-0xf911ffff pref]
[    0.324594] pci 0000:00:0b.0: supports D1 D2
[    0.324600] pci 0000:00:0b.0: PME# supported from D1 D2 D3hot D3cold
[    0.324822] pci 0000:01:00.0: [10de:0322] type 00 class 0x030000
[    0.324847] pci 0000:01:00.0: reg 0x10: [mem 0xf8000000-0xf8ffffff]
[    0.324859] pci 0000:01:00.0: reg 0x14: [mem 0xf0000000-0xf7ffffff pref]
[    0.324893] pci 0000:01:00.0: reg 0x30: [mem 0xf9000000-0xf901ffff pref]
[    0.325131] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.325238] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf90fffff]
[    0.325246] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 
pref]
[    0.325256] pci_bus 0000:00: on NUMA node 0
[    0.326934] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.327321] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.327431] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.327590] vgaarb: loaded
[    0.327686] vgaarb: bridge control possible 0000:01:00.0
[    0.328394] SCSI subsystem initialized
[    0.328703] libata version 3.00 loaded.
[    0.328757] ACPI: bus type USB registered
[    0.328954] usbcore: registered new interface driver usbfs
[    0.329053] usbcore: registered new interface driver hub
[    0.329197] usbcore: registered new device driver usb
[    0.329686] PCI: Using ACPI for IRQ routing
[    0.329801] PCI: pci_cache_line_size set to 32 bytes
[    0.329846] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.330019] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.330026] e820: reserve RAM buffer [mem 0x2ff80000-0x2fffffff]
[    0.330911] clocksource: Switched to clocksource pit
[    0.377834] pnp: PnP ACPI init
[    0.378538] system 00:00: [io  0xe400-0xe43f] could not be reserved
[    0.378656] system 00:00: [io  0x0f00-0x0f0f] has been reserved
[    0.378761] system 00:00: [mem 0xff800000-0xffffffff] could not be reserved
[    0.378872] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379143] system 00:01: [io  0x0294-0x0297] has been reserved
[    0.379256] system 00:01: [io  0x03f0-0x03f1] has been reserved
[    0.379359] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.379464] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379562] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.380143] pnp 00:03: [dma 2]
[    0.380235] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.380979] pnp 00:04: [dma 4]
[    0.381140] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.381652] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.382174] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.382687] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.383049] pnp 00:08: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.383141] pnp: PnP ACPI: found 9 devices
[    0.422897] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    0.423151] clocksource: Switched to clocksource acpi_pm
[    0.423304] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.423413] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf90fffff]
[    0.423518] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 
pref]
[    0.423687] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.423693] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.423698] pci_bus 0000:00: resource 6 [mem 0x30000000-0xfffbffff]
[    0.423704] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xf90fffff]
[    0.423710] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff pref]
[    0.423835] NET: Registered protocol family 2
[    0.424674] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.424909] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.425292] TCP: Hash tables configured (established 8192 bind 8192)
[    0.425693] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.425867] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.426412] NET: Registered protocol family 1
[    0.426966] RPC: Registered named UNIX socket transport module.
[    0.427158] RPC: Registered udp transport module.
[    0.427257] RPC: Registered tcp transport module.
[    0.427354] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.427493] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.428189] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
[    0.428300] PCI: setting IRQ 5 as level-triggered
[    0.428479] pci 0000:01:00.0: Video device with shadowed ROM
[    0.428485] PCI: CLS 64 bytes, default 32
[    0.430608] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.430795] audit: initializing netlink subsys (disabled)
[    0.430953] audit: type=2000 audit(1588710640.429:1): initialized
[    0.431499] Initialise system trusted keyring
[    0.437655] VFS: Disk quotas dquot_6.6.0
[    0.437898] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.439923] NFS: Registering the id_resolver key type
[    0.440133] Key type id_resolver registered
[    0.440231] Key type id_legacy registered
[    0.440341] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[    0.441066] ntfs: driver 2.1.32 [Flags: R/W].
[    0.441376] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.441724] JFS: nTxBlock = 5923, nTxLock = 47385
[    0.456394] SGI XFS with ACLs, security attributes, no debug enabled
[    0.458005] ocfs2: Registered cluster interface o2cb
[    0.458395] OCFS2 User DLM kernel interface loaded
[    0.464991] async_tx: api initialized (async)
[    0.465347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
250)
[    0.465706] io scheduler noop registered
[    0.465810] io scheduler deadline registered
[    0.465946] io scheduler cfq registered (default)
[    0.466515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.466637] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.466783] intel_idle: does not run on family 6 model 11
[    0.466846] GHES: HEST is not enabled!
[    0.466997] isapnp: Scanning for PnP cards...
[    0.823909] isapnp: No Plug & Play device found
[    0.827950] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.848807] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    0.869732] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 
16550A
[    0.873732] Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown 
type 15 (usb?)
[    0.883744] brd: module loaded
[    0.883878] HP CISS Driver (v 3.6.26)
[    0.885345] fnic: Cisco FCoE HBA Driver, ver 1.6.0.17a
[    0.885686] fnic: Successfully Initialized Trace Buffer
[    0.887620] fnic: Successfully Initialized FC_CTLR Trace Buffer
[    0.888691] FDC 0 is a post-1991 82077
[    0.893111] Adaptec aacraid driver 1.2-1[41010]-ms
[    0.893278] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    0.893614] scsi: <fdomain> Detection failed (no card)
[    0.893729] sym53c416.c: Version 1.0.0-ac
[    0.893860] qlogicfas: no cards were found, please specify I/O address and 
IRQ using iobase= and irq= options
[    0.894112] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 
8.07.00.26-k.
[    0.894404] Emulex LightPulse Fibre Channel SCSI driver 11.0.0.0.
[    0.894504] Copyright(c) 2004-2015 Emulex.  All rights reserved.
[    0.894851] Brocade BFA FC/FCOE SCSI driver - version: 3.2.23.0
[    0.917048] Failed initialization of WD-7000 SCSI card!
[    0.965511] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 
2006)
[    0.965817] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    0.965960] megasas: 06.808.16.00-rc1
[    0.966174] mpt3sas version 09.102.00.00 loaded
[    0.966501] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    0.966708] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    0.966845] 3ware 9000 Storage Controller device driver for Linux 
v2.26.02.014.
[    0.967075] LSI 3ware SAS/SATA-RAID Controller device driver for Linux 
v3.26.02.000.
[    0.967270] ipr: IBM Power RAID SCSI Device Driver version: 2.6.3 (October 
17, 2015)
[    0.967469] RocketRAID 3xxx/4xxx Controller driver v1.10.0
[    0.967612] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[    0.967932] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    0.968797] ata_piix 0000:00:04.1: version 2.13
[    0.970009] scsi host2: ata_piix
[    0.970528] scsi host3: ata_piix
[    0.970773] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1420 irq 14
[    0.970877] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1428 irq 15
[    0.973700] Fusion MPT base driver 3.04.20
[    0.973813] Copyright (c) 1999-2008 LSI Corporation
[    0.973925] Fusion MPT SPI Host driver 3.04.20
[    0.974128] Fusion MPT FC Host driver 3.04.20
[    0.974292] Fusion MPT SAS Host driver 3.04.20
[    0.974452] Fusion MPT misc device (ioctl) driver 3.04.20
[    0.974733] mptctl: Registered with Fusion MPT base driver
[    0.974836] mptctl: /dev/mptctl @ (major,minor=10,220)
[    0.974941] Fusion MPT LAN driver 3.04.20
[    0.975352] i8042: PNP: PS/2 Controller [PNP0303:KBD5,PNP0f13:PS25] at 
0x60,0x64 irq 1,12
[    0.977757] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.977879] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.978437] mousedev: PS/2 mouse device common for all mice
[    0.978738] rtc_cmos 00:02: RTC can wake from S4
[    0.979158] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.979292] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
[    0.979425] md: linear personality registered for level -1
[    0.979527] md: raid0 personality registered for level 0
[    0.979628] md: raid1 personality registered for level 1
[    0.979728] md: raid10 personality registered for level 10
[    0.980111] md: raid6 personality registered for level 6
[    0.980217] md: raid5 personality registered for level 5
[    0.980315] md: raid4 personality registered for level 4
[    0.980420] md: multipath personality registered for level -4
[    0.980689] device-mapper: uevent: version 1.0.3
[    0.981096] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: 
dm-de...@redhat.com
[    0.981685] input: Speakup as /devices/virtual/input/input1
[    0.981990] initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
[    0.982258] speakup 3.1.6: initialized
[    0.982361] synth name on entry is: (null)
[    0.982842] Initializing XFRM netlink socket
[    0.982963] NET: Registered protocol family 17
[    0.983212] 9pnet: Installing 9P2000 support
[    0.983402] Key type dns_resolver registered
[    0.984296] microcode: CPU0 sig=0x6b1, pf=0x10, revision=0x1c
[    0.984500] microcode: Microcode Update Driver: v2.01 
<tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    0.984707] Using IPI No-Shortcut mode
[    0.985298] registered taskstats version 1
[    0.985419] Loading compiled-in X.509 certificates
[    0.987003] Btrfs loaded
[    0.988177] Key type encrypted registered
[    1.127518] ata1.00: ATA-7: Maxtor 6E040L0, NAR61590, max UDMA/133
[    1.129035] ata1.00: 80293248 sectors, multi 0: LBA 
[    1.135350] ata1.00: configured for UDMA/33
[    1.135955] scsi 2:0:0:0: Direct-Access     ATA      Maxtor 6E040L0   1590 
PQ: 0 ANSI: 5
[    1.137146] sd 2:0:0:0: [sda] 80293248 512-byte logical blocks: (41.1 
GB/38.3 GiB)
[    1.137465] sd 2:0:0:0: [sda] Write Protect is off
[    1.137573] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.137632] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.180561]  sda: sda1 sda2 < sda5 >
[    1.181721] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.441279] tsc: Refined TSC clocksource calibration: 1403.181 MHz
[    1.441396] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x1439dd4717d, max_idle_ns: 440795238697 ns
[    1.441834] md: Waiting for all devices to be available before autodetect
[    1.441944] md: If you don't use raid, use raid=noautodetect
[    1.442732] md: Autodetecting RAID arrays.
[    1.442848] md: Scanned 0 and added 0 devices.
[    1.442948] md: autorun ...
[    1.443104] md: ... autorun DONE.
[    1.474501] EXT4-fs (sda1): couldn't mount as ext3 due to feature 
incompatibilities
[    1.499541] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.499773] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[    1.543658] devtmpfs: mounted
[    1.548970] Freeing unused kernel memory: 832K (c20b4000 - c2184000)
[    1.549540] Write protecting the kernel text: 12344k
[    1.549863] Write protecting the kernel read-only data: 3828k
[    1.911719] random: nonblocking pool is initialized
[    2.441217] clocksource: Switched to clocksource tsc
[    2.844732] loop: module loaded
[    4.855255] udevd[511]: starting eudev-3.1.5
[    5.564430] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    5.564639] ACPI: Power Button [PWRF]
[    5.567111] Linux agpgart interface v0.103
[    5.583311] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    5.615369] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    5.769787] parport_pc 00:04: reported by Plug and Play ACPI
[    5.770102] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[    5.780881] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.833897] FUJITSU Extended Socket Network Device Driver - version 1.0 - 
Copyright (c) 2015 FUJITSU LIMITED
[    5.838729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.849229] ehci-pci: EHCI PCI platform driver
[    5.853684] uhci_hcd: USB Universal Host Controller Interface driver
[    5.854188] uhci_hcd 0000:00:04.2: UHCI Host Controller
[    5.855751] uhci_hcd 0000:00:04.2: new USB bus registered, assigned bus 
number 1
[    5.855998] uhci_hcd 0000:00:04.2: irq 5, io base 0x00001400
[    5.856377] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    5.856488] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    5.856653] usb usb1: Product: UHCI Host Controller
[    5.856756] usb usb1: Manufacturer: Linux 4.4.14-smp uhci_hcd
[    5.856861] usb usb1: SerialNumber: 0000:00:04.2
[    5.858482] hub 1-0:1.0: USB hub found
[    5.858620] hub 1-0:1.0: 2 ports detected
[    5.977786] ACPI Warning: SystemIO range 
0x0000000000000F00-0x0000000000000F07 conflicts with OpRegion 
0x0000000000000F00-0x0000000000000F06 (\SM00) (20150930/utaddress-254)
[    5.978202] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[    6.086937] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.087674] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    6.087793] PCI: setting IRQ 10 as level-triggered
[    6.087848] r8169 0000:00:0b.0 (unnamed net_device) (uninitialized): not PCI 
Express
[    6.088605] r8169 0000:00:0b.0 eth0: RTL8169sb/8110sb at 0xf0d30000, 
00:27:19:b0:27:7a, XID 10000000 IRQ 10
[    6.088784] r8169 0000:00:0b.0 eth0: jumbo features [frames: 7152 bytes, tx 
checksumming: ok]
[    6.163161] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    6.312241] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b
[    6.312370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.312478] usb 1-1: Product: USB Receiver
[    6.312579] usb 1-1: Manufacturer: Logitech
[    6.550433] [drm] Initialized drm 1.1.0 20060810
[    6.857306] wmi: Mapper loaded
[    7.033734] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    7.033861] PCI: setting IRQ 11 as level-triggered
[    7.033956] nouveau 0000:01:00.0: NVIDIA NV34 (034200b1)
[    7.128696] nouveau 0000:01:00.0: bios: version 04.34.20.13.00
[    7.134386] agpgart-intel 0000:00:00.0: AGP 1.0 bridge
[    7.134526] agpgart-intel 0000:00:00.0: putting AGP V2 device into 2x mode
[    7.134649] nouveau 0000:01:00.0: putting AGP V2 device into 2x mode
[    7.134789] nouveau 0000:01:00.0: tmr: unknown input clock freq
[    7.134906] nouveau 0000:01:00.0: fb: 128 MiB DDR1
[    7.182115] [TTM] Zone  kernel: Available graphics memory: 379500 kiB
[    7.182252] [TTM] Initializing pool allocator
[    7.182374] [TTM] Initializing DMA pool allocator
[    7.182570] nouveau 0000:01:00.0: DRM: VRAM: 127 MiB
[    7.182682] nouveau 0000:01:00.0: DRM: GART: 256 MiB
[    7.182798] nouveau 0000:01:00.0: DRM: BMP version 5.38
[    7.183135] nouveau 0000:01:00.0: DRM: DCB version 2.2
[    7.183244] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000300 000088b8
[    7.183354] nouveau 0000:01:00.0: DRM: DCB outp 01: 02010310 000088b8
[    7.183461] nouveau 0000:01:00.0: DRM: DCB outp 02: 01010312 00000000
[    7.183568] nouveau 0000:01:00.0: DRM: DCB outp 03: 02020321 00000003
[    7.184162] nouveau 0000:01:00.0: DRM: Loading NV17 power sequencing 
microcode
[    7.190174] nouveau 0000:01:00.0: DRM: Saving VGA fonts
[    7.250120] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.250254] [drm] Driver supports precise vblank timestamp query.
[    7.250380] nouveau 0000:01:00.0: DRM: 0xE06F: Parsing digital output script 
table
[    7.262284] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
[    7.262444] nouveau 0000:01:00.0: DRM: Setting dpms mode 3 on TV encoder 
(output 3)
[    7.369660] nouveau 0000:01:00.0: DRM: allocated 1920x1200 fb: 0x9000, bo 
c0085800
[    7.373175] fbcon: nouveaufb (fb0) is primary device
[    7.477162] Console: switching to colour frame buffer device 240x75
[    7.479837] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[    7.479871] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on 
minor 0
[    8.227118] ppdev: user-space parallel port driver
[    8.769593] r8169 0000:00:0b.0 eth126: renamed from eth0
[    8.770298] r8169 0000:00:0b.0 eth1: renamed from eth126
[    9.228514] hidraw: raw HID events driver (C) Jiri Kosina
[    9.265225] usbcore: registered new interface driver usbhid
[    9.265293] usbhid: USB HID core driver
[    9.289903] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:04.2-1/input2
[    9.426453] input: Logitech M215 2nd Gen as 
/devices/pci0000:00/0000:00:04.2/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input6
[    9.427681] logitech-hidpp-device 0003:046D:401B.0004: input,hidraw1: USB 
HID v1.11 Mouse [Logitech M215 2nd Gen] on usb-0000:00:04.2-1:1
[    9.442703] input: Logitech K330 as 
/devices/pci0000:00/0000:00:04.2/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input7
[    9.444894] logitech-hidpp-device 0003:046D:4016.0005: input,hidraw2: USB 
HID v1.11 Keyboard [Logitech K330] on usb-0000:00:04.2-1:2
[    9.755137] Adding 522236k swap on /dev/sda5.  Priority:-1 extents:1 
across:522236k 
[    9.890945] fuse init (API version 7.23)
[   10.643768] EXT4-fs (sda1): re-mounted. Opts: (null)
[   23.776895] NET: Registered protocol family 10
[   76.808552] r8169 0000:00:0b.0 eth1: link down
[   76.808583] r8169 0000:00:0b.0 eth1: link down
[   76.808718] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   79.196537] r8169 0000:00:0b.0 eth1: link up
[   79.196573] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  121.789831] i2c /dev entries driver
_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to