I did what David suggested and dumped the dsdt data. I then noticed that I had
some things wrong in the routing.asl file so I fixed that.
I also split the dsdt.asl file like the asrock/e350m1 and others have done.
When I did that I took a closer look at some of the changes I've done and
changed them to be more in line with what's in the asrock board code.
After this the "Bogus APIC", "_OSC" and the routing errors seems to be solved.
However I still get the sata error...
The "BAR can't assign mem pref" I have yet to solve. But I don't know were
I should look for a solution. I've seen some logs from other coreboot boards
where is says "BAR 15: assigned [mem 0x....". However the original bios
doesn't seem to have any of this.
Besides that I've also tried to boot with the kernel parameters:
"libata.force=nosrst" and "noapic acpi=off pci=nomsi"
When I force no soft reset it errors out with this instead:
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Paul Menzel writes:
Could you attach a diff of the two `kernel_log.txt` (without the time
stamps) please?
Sure, "kernel_v_notime" is the original bios in the attached diff.
This diff is after I fixed the above errors.
Two more ideas coming to my mind. First try to boot from an USB medium
(from SeaBIOS for example) and look how far that goes and if you can
compare lspci output from there.
Do you know any dists that comes with serial port support?
I tried fedora and ubuntu quickly but when I tried to boot them with the
grub2 payload I didn't get any output.
I don't have a spare GPU so because I can't get the onboard one working
I have to stick to the serial port...
Maybe a newer Linux kernel also helps there.
Perhaps. But it should work because it works with vanilla bios, no?
--- kernel_v_notime 2013-07-07 13:11:36.000000000 +0200
+++ kernel_c_notime 2013-07-07 20:02:24.000000000 +0200
@@ -3,100 +3,97 @@
Linux version 3.2.12-gentoo (root@coreboot) (gcc version 4.5.3 (Gentoo
4.5.3-r2 p1.5, pie-0.4.7) ) #3 SMP PREEMPT Thu Jun 14 05:44:56 CEST 2012
Command line: root=/dev/sda2 console=tty0 console=ttyS0,115200,n8
BIOS-provided physical RAM map:
- BIOS-e820: 0000000000000000 - 000000000009ac00 (usable)
- BIOS-e820: 000000000009ac00 - 00000000000a0000 (reserved)
- BIOS-e820: 00000000000e2000 - 0000000000100000 (reserved)
- BIOS-e820: 0000000000100000 - 00000000cff80000 (usable)
- BIOS-e820: 00000000cff80000 - 00000000cff98000 (ACPI data)
- BIOS-e820: 00000000cff98000 - 00000000cffc0000 (ACPI NVS)
- BIOS-e820: 00000000cffc0000 - 00000000d0000000 (reserved)
- BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
- BIOS-e820: 0000000100000000 - 000000041f000000 (usable)
+ BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
+ BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
+ BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
+ BIOS-e820: 0000000000100000 - 00000000bffe0000 (usable)
+ BIOS-e820: 00000000bffe0000 - 00000000e0000000 (reserved)
+ BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
+ BIOS-e820: 0000000100000000 - 0000000418000000 (usable)
NX (Execute Disable) protection: active
DMI present.
No AGP bridge found
-last_pfn = 0x41f000 max_arch_pfn = 0x400000000
+last_pfn = 0x418000 max_arch_pfn = 0x400000000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
-last_pfn = 0xcff80 max_arch_pfn = 0x400000000
-found SMP MP-table at [ffff8800000ff780] ff780
+mtrr: your BIOS has configured an incorrect mask, fixing it.
+last_pfn = 0xbffe0 max_arch_pfn = 0x400000000
+found SMP MP-table at [ffff8800000f12a0] f12a0
Using GB pages for direct mapping
-init_memory_mapping: 0000000000000000-00000000cff80000
-init_memory_mapping: 0000000100000000-000000041f000000
-ACPI: RSDP 00000000000fbc30 00024 (v02 ACPIAM)
-ACPI: XSDT 00000000cff80100 00054 (v01 123011 XSDT1420 20111230 MSFT 00000097)
-ACPI: FACP 00000000cff80290 000F4 (v03 123011 FACP1420 20111230 MSFT 00000097)
-ACPI: DSDT 00000000cff80460 0F160 (v01 A1867 A1867001 00000001 INTL 20060113)
-ACPI: FACS 00000000cff98000 00040
-ACPI: APIC 00000000cff80390 0008C (v01 123011 APIC1420 20111230 MSFT 00000097)
-ACPI: MCFG 00000000cff80420 0003C (v01 123011 OEMMCFG 20111230 MSFT 00000097)
-ACPI: OEMB 00000000cff98040 00072 (v01 123011 OEMB1420 20111230 MSFT 00000097)
-ACPI: HPET 00000000cff8f8b0 00038 (v01 123011 OEMHPET 20111230 MSFT 00000097)
-ACPI: SSDT 00000000cff8f8f0 01714 (v01 A M I POWERNOW 00000001 AMD 00000001)
+init_memory_mapping: 0000000000000000-00000000bffe0000
+init_memory_mapping: 0000000100000000-0000000418000000
+ACPI: RSDP 00000000000f1280 00014 (v00 CORE )
+ACPI: RSDT 00000000bffe2424 0003C (v01 CORE COREBOOT 00000000 CORE 00000000)
+ACPI: FACP 00000000bffe53f8 000F4 (v04 CORE COREBOOT 00000000 CORE 00000000)
+ACPI: DSDT 00000000bffe24c8 02EF0 (v02 ASUS COREBOOT 00010001 INTL 20090123)
+ACPI: FACS 00000000bffe53b8 00040
+ACPI: HPET 00000000bffe54f0 00038 (v01 CORE COREBOOT 00000000 CORE 00000000)
+ACPI: APIC 00000000bffe5528 0008C (v01 CORE COREBOOT 00000000 CORE 00000000)
+ACPI: HEST 00000000bffe55b8 001D0 (v01 CORE COREBOOT 00000000 CORE 00000000)
+ACPI: SSDT 00000000bffe5790 01714 (v01 AMD POWERNOW 00000001 AMD 00000001)
+ACPI: SSDT 00000000bffe6eb0 00045 (v02 CORE COREBOOT 0000002A CORE 0000002A)
No NUMA configuration found
-Faking a node at 0000000000000000-000000041f000000
-Initmem setup node 0 0000000000000000-000000041f000000
- NODE_DATA [000000041effb000 - 000000041effffff]
+Faking a node at 0000000000000000-0000000418000000
+Initmem setup node 0 0000000000000000-0000000418000000
+ NODE_DATA [0000000417ffb000 - 0000000417ffffff]
Zone PFN ranges:
DMA 0x00000010 -> 0x00001000
DMA32 0x00001000 -> 0x00100000
- Normal 0x00100000 -> 0x0041f000
+ Normal 0x00100000 -> 0x00418000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
- 0: 0x00000010 -> 0x0000009a
- 0: 0x00000100 -> 0x000cff80
- 0: 0x00100000 -> 0x0041f000
+ 0: 0x00000010 -> 0x0000009f
+ 0: 0x00000100 -> 0x000bffe0
+ 0: 0x00100000 -> 0x00418000
ACPI: PM-Timer IO Port: 0x808
-ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
-ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
-ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
-ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
-ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
-ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
-ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
-ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
-ACPI: IOAPIC (id[0x18] address[0xfec00000] gsi_base[0])
-IOAPIC[0]: apic_id 24, version 33, address 0xfec00000, GSI 0-23
+ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled)
+ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled)
+ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
+ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] enabled)
+ACPI: LAPIC (acpi_id[0x04] lapic_id[0x14] enabled)
+ACPI: LAPIC (acpi_id[0x05] lapic_id[0x15] enabled)
+ACPI: LAPIC (acpi_id[0x06] lapic_id[0x16] enabled)
+ACPI: LAPIC (acpi_id[0x07] lapic_id[0x17] enabled)
+ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
+IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Using ACPI (MADT) for SMP configuration information
-ACPI: HPET id: 0x8300 base: 0xfed00000
+ACPI: HPET id: 0x43538210 base: 0xfed00000
SMP: Allowing 8 CPUs, 0 hotplug CPUs
-PM: Registered nosave memory: 000000000009a000 - 000000000009b000
-PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
-PM: Registered nosave memory: 00000000000a0000 - 00000000000e2000
-PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
-PM: Registered nosave memory: 00000000cff80000 - 00000000cff98000
-PM: Registered nosave memory: 00000000cff98000 - 00000000cffc0000
-PM: Registered nosave memory: 00000000cffc0000 - 00000000d0000000
-PM: Registered nosave memory: 00000000d0000000 - 00000000ffa00000
-PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
-Allocating PCI resources starting at d0000000 (gap: d0000000:2fa00000)
+PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
+PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
+PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
+PM: Registered nosave memory: 00000000bffe0000 - 00000000e0000000
+PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
+PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
+PM: Registered nosave memory: 00000000fc000000 - 0000000100000000
+Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
-PERCPU: Embedded 26 pages/cpu @ffff88041ec00000 s76416 r8192 d21888 u262144
-Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4056901
+PERCPU: Embedded 26 pages/cpu @ffff880417c00000 s76416 r8192 d21888 u262144
+Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3963242
Policy zone: Normal
Kernel command line: root=/dev/sda2 console=tty0 console=ttyS0,115200,n8
PID hash table entries: 4096 (order: 3, 32768 bytes)
xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Checking aperture...
No AGP bridge found
-Node 0: aperture @ 0 size 32 MB
+Node 0: aperture @ b292000000 size 32 MB
+Aperture beyond 4GB. Ignoring.
Your BIOS doesn't leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM
-Mapping aperture over 65536 KB of RAM @ c4000000
-PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
-Memory: 16092424k/17285120k available (7836k kernel code, 787416k absent,
405280k reserved, 5094k data, 652k init)
+Mapping aperture over 65536 KB of RAM @ b4000000
+PM: Registered nosave memory: 00000000b4000000 - 00000000b8000000
+Memory: 15722144k/17170432k available (7836k kernel code, 1049156k absent,
399132k reserved, 5094k data, 652k init)
SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Preemptible hierarchical RCU implementation.
NR_IRQS:4352 nr_irqs:744 16
-Extended CMOS year: 2000
-Console: colour VGA+ 80x25
+Console: colour dummy device 80x25
console [tty0] enabled
console [ttyS0] enabled
Fast TSC calibration using PIT
-Detected 3114.509 MHz processor.
-Calibrating delay loop (skipped), value calculated using timer frequency..
6229.01 BogoMIPS (lpj=3114509)
+Detected 3100.410 MHz processor.
+Calibrating delay loop (skipped), value calculated using timer frequency..
6200.82 BogoMIPS (lpj=3100410)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux: Initializing.
@@ -109,7 +106,7 @@
CPU: Processor Core ID: 0
mce: CPU supports 7 MCE banks
ACPI: Core revision 20110623
-..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
CPU0: AMD FX(tm)-8120 Eight-Core Processor stepping 02
Performance Events: AMD Family 15h PMU driver.
... version: 0
@@ -128,15 +125,12 @@
#6
#7 Ok.
Brought up 8 CPUs
-Total of 8 processors activated (49820.29 BogoMIPS).
-PM: Registering ACPI NVS region at cff98000 (163840 bytes)
-RTC time: 20:31:44, date: 12/03/12
+Total of 8 processors activated (49597.71 BogoMIPS).
+RTC time: 21:07:13, date: 01/02/13
NET: Registered protocol family 16
kworker/u:0 used greatest stack depth: 5424 bytes left
Extended Config Space enabled on 1 nodes
ACPI: bus type pci registered
-PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base
0xe0000000)
-PCI: not using MMCONFIG
PCI: Using configuration type 1 for base access
PCI: Using configuration type 1 for extended access
bio: create slab <bio-0> at 0
@@ -144,22 +138,20 @@
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
-ACPI: Executed 3 blocks of module-level executable AML code
+ACPI: Executed 2 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
+ACPI: BIOS offers _BFS
+ACPI: If "acpi.bfs=1" improves resume, please notify [email protected]
ACPI: Using IOAPIC for interrupt routing
-PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base
0xe0000000)
-PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard
resources
-ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
+ACPI: Power Resource [PFN0] (on)
ACPI: No dock devices found.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and
report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
-pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
-pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
-pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
-pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
-pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xdfffffff]
-pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
+pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
+pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
+pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
+pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xffffffff]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:09.0: PCI bridge to [bus 02-02]
pci 0000:00:0a.0: PCI bridge to [bus 03-03]
@@ -168,14 +160,14 @@
pci 0000:00:15.1: PCI bridge to [bus 06-06]
pci0000:00: Requesting ACPI _OSC control (0x1d)
pci0000:00: ACPI _OSC control (0x1d) granted
-ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15)
-ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 14 15)
-ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
-ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *9 10 11 14 15)
-ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
-ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
-ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
-ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
+ACPI: PCI Interrupt Link [INTA] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTB] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTC] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTD] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTE] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTF] (IRQs 9) *0
+ACPI: PCI Interrupt Link [INTG] (IRQs 3 4 5 7 10 11 12 15) *0
+ACPI: PCI Interrupt Link [INTH] (IRQs 3 4 5 7 10 11 12 15) *0
vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:01:05.0
@@ -185,6 +177,8 @@
usbcore: registered new device driver usb
Advanced Linux Sound Architecture Driver Version 1.0.24.
PCI: Using ACPI for IRQ routing
+pci 0000:00:01.0: no compatible bridge window for [mem 0xc0000000-0xdfffffff
64bit pref]
+pci 0000:01:05.0: no compatible bridge window for [mem 0xc0000000-0xdfffffff
pref]
cfg80211: Calling CRDA to update world regulatory domain
NetLabel: Initializing
NetLabel: domain hash size = 128
@@ -195,60 +189,25 @@
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
-system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
-system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
-system 00:0a: [io 0x04d0-0x04d1] has been reserved
-system 00:0a: [io 0x040b] has been reserved
-system 00:0a: [io 0x04d6] has been reserved
-system 00:0a: [io 0x0c00-0x0c01] has been reserved
-system 00:0a: [io 0x0c14] has been reserved
-system 00:0a: [io 0x0c50-0x0c51] has been reserved
-system 00:0a: [io 0x0c52] has been reserved
-system 00:0a: [io 0x0c6c] has been reserved
-system 00:0a: [io 0x0c6f] has been reserved
-system 00:0a: [io 0x0cd0-0x0cd1] has been reserved
-system 00:0a: [io 0x0cd2-0x0cd3] has been reserved
-system 00:0a: [io 0x0cd4-0x0cd5] has been reserved
-system 00:0a: [io 0x0cd6-0x0cd7] has been reserved
-system 00:0a: [io 0x0cd8-0x0cdf] has been reserved
-system 00:0a: [io 0x0b00-0x0b3f] has been reserved
-system 00:0a: [io 0x0800-0x089f] has been reserved
-system 00:0a: [io 0x0b00-0x0b1f] has been reserved
-system 00:0a: [io 0x0b20-0x0b3f] has been reserved
-system 00:0a: [io 0x0900-0x090f] has been reserved
-system 00:0a: [io 0x0910-0x091f] has been reserved
-system 00:0a: [io 0xfe00-0xfefe] has been reserved
-system 00:0a: [mem 0xffb80000-0xffbfffff] has been reserved
-system 00:0a: [mem 0xfec10000-0xfec1001f] has been reserved
-system 00:0a: [mem 0xfed80000-0xfed80fff] has been reserved
-system 00:0b: [io 0x0230-0x023f] has been reserved
-system 00:0b: [io 0x0290-0x029f] has been reserved
-system 00:0b: [io 0x0300-0x030f] has been reserved
-system 00:0b: [io 0x0a30-0x0a3f] has been reserved
-system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
-system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
-system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
-system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
-system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
-system 00:0d: [mem 0xfec00000-0xffffffff] could not be reserved
-pnp: PnP ACPI: found 14 devices
+pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
+pci 0000:00:01.0: BAR 15: can't assign mem pref (size 0x20000000)
+pci 0000:01:05.0: BAR 0: can't assign mem pref (size 0x20000000)
+pci 0000:01:05.0: BAR 0: trying firmware assignment [mem 0xc0000000-0xdfffffff
pref]
+pci 0000:01:05.0: BAR 0: [mem 0xc0000000-0xdfffffff pref] conflicts with
reserved [mem 0xbffe0000-0xdfffffff]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
-pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
-pci 0000:00:01.0: bridge window [mem 0xfe800000-0xfe9fffff]
-pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
+pci 0000:00:01.0: bridge window [io 0x1000-0x1fff]
+pci 0000:00:01.0: bridge window [mem 0xe0100000-0xe02fffff]
pci 0000:00:09.0: PCI bridge to [bus 02-02]
-pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
-pci 0000:00:09.0: bridge window [mem 0xfea00000-0xfeafffff]
+pci 0000:00:09.0: bridge window [io 0x2000-0x2fff]
+pci 0000:00:09.0: bridge window [mem 0xe0300000-0xe03fffff]
pci 0000:00:0a.0: PCI bridge to [bus 03-03]
-pci 0000:00:0a.0: bridge window [mem 0xfeb00000-0xfebfffff]
+pci 0000:00:0a.0: bridge window [mem 0xe0400000-0xe04fffff]
pci 0000:00:14.4: PCI bridge to [bus 04-04]
pci 0000:00:15.0: PCI bridge to [bus 05-05]
pci 0000:00:15.1: PCI bridge to [bus 06-06]
-pci 0000:00:15.1: bridge window [io 0xe000-0xefff]
-pci 0000:00:15.1: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
-pci 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
-pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
+pci 0000:00:15.1: bridge window [io 0x3000-0x3fff]
+pci 0000:00:15.1: bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:15.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
NET: Registered protocol family 2
@@ -282,26 +241,26 @@
pci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:03:00.0: PCI INT A disabled
PCI-DMA: Disabling AGP.
-PCI-DMA: aperture base @ c4000000 size 65536 KB
+PCI-DMA: aperture base @ b4000000 size 65536 KB
PCI-DMA: using GART IOMMU.
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
perf: AMD IBS detected (0x000000ff)
-microcode: CPU0: patch_level=0x06000613
-microcode: CPU1: patch_level=0x06000613
-microcode: CPU2: patch_level=0x06000613
-microcode: CPU3: patch_level=0x06000613
-microcode: CPU4: patch_level=0x06000613
-microcode: CPU5: patch_level=0x06000613
-microcode: CPU6: patch_level=0x06000613
-microcode: CPU7: patch_level=0x06000613
+microcode: CPU0: patch_level=0x06000624
+microcode: CPU1: patch_level=0x06000624
+microcode: CPU2: patch_level=0x06000624
+microcode: CPU3: patch_level=0x06000624
+microcode: CPU4: patch_level=0x06000624
+microcode: CPU5: patch_level=0x06000624
+microcode: CPU6: patch_level=0x06000624
+microcode: CPU7: patch_level=0x06000624
microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter
Oruba
audit: initializing netlink socket (disabled)
-type=2000 audit(1354566703.447:1): initialized
+type=2000 audit(1357160832.396:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
NTFS driver 2.1.30 [Flags: R/W].
-msgmni has been set to 31559
+msgmni has been set to 30836
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
@@ -309,90 +268,53 @@
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
+serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button [PWRF]
+ACPI: Fan [FAN0] (on)
+thermal LNXTHERM:00: registered as thermal_zone0
+ACPI: Thermal Zone [TZ00] (40 C)
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
radeon 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
-[drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1043:0x843E).
-[drm] register mmio base: 0xFE9F0000
+[drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1002:0x0000).
+[drm] register mmio base: 0xE0200000
[drm] register mmio size: 65536
-ATOM BIOS: 113
-radeon 0000:01:05.0: VRAM: 368M 0x00000000C0000000 - 0x00000000D6FFFFFF (368M
used)
-radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
-[drm] Detected VRAM RAM=368M, BAR=256M
-[drm] RAM width 32bits DDR
-[TTM] Zone kernel: Available graphics memory: 8079188 kiB.
-[TTM] Zone dma32: Available graphics memory: 2097152 kiB.
-[TTM] Initializing pool allocator.
-[drm] radeon: 368M of VRAM memory ready
-[drm] radeon: 512M of GTT memory ready.
-[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
-[drm] Driver supports precise vblank timestamp query.
-[drm] radeon: irq initialized.
-[drm] GART: num cpu pages 131072, num gpu pages 131072
-[drm] Loading RS780 Microcode
-[drm] PCIE GART of 512M enabled (table at 0x00000000C0040000).
-radeon 0000:01:05.0: WB enabled
-[drm] ring test succeeded in 1 usecs
-[drm] radeon: ib pool ready.
-[drm] ib test succeeded in 0 usecs
-[drm] Radeon Display Connectors
-[drm] Connector 0:
-[drm] VGA
-[drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
-[drm] Encoders:
-[drm] CRT1: INTERNAL_KLDSCP_DAC1
-[drm] Connector 1:
-[drm] DVI-D
-[drm] HPD1
-[drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
-[drm] Encoders:
-[drm] DFP3: INTERNAL_KLDSCP_LVTMA
-[drm] radeon: power management initialized
-[drm] fb mappable at 0xD0142000
-[drm] vram apper at 0xD0000000
-[drm] size 9216000
-[drm] fb depth is 24
-[drm] pitch is 7680
-fbcon: radeondrmfb (fb0) is primary device
-Console: switching to colour frame buffer device 240x75
-Refined TSC clocksource calibration: 3113.984 MHz.
-Switching to clocksource tsc
-fb0: radeondrmfb frame buffer device
-drm: registered panic notifier
-[drm] Initialized radeon 2.12.0 20080528 for 0000:01:05.0 on minor 0
+radeon 0000:01:05.0: Invalid ROM contents
+[drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
+radeon 0000:01:05.0: Fatal error during GPU init
+[drm] radeon: finishing device.
+[TTM] Memory type 2 has not been initialized.
+radeon 0000:01:05.0: PCI INT A disabled
+radeon: probe of 0000:01:05.0 failed with error -22
brd: module loaded
loop: module loaded
ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
-ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
-ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
+ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
+ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
ccc
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
-scsi4 : ahci
-scsi5 : ahci
-ata1: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd00 irq 19
-ata2: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd80 irq 19
-ata3: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe00 irq 19
-ata4: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe80 irq 19
-ata5: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7fff00 irq 19
-ata6: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7fff80 irq 19
+ata1: SATA max UDMA/133 abar m1024@0xe0508000 port 0xe0508100 irq 44
+ata2: SATA max UDMA/133 abar m1024@0xe0508000 port 0xe0508180 irq 44
+ata3: SATA max UDMA/133 abar m1024@0xe0508000 port 0xe0508200 irq 44
+ata4: SATA max UDMA/133 abar m1024@0xe0508000 port 0xe0508280 irq 44
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
+Refined TSC clocksource calibration: 3100.115 MHz.
+Switching to clocksource tsc
e100: Copyright(c) 1999-2006 Intel Corporation
e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
e1000: Copyright (c) 1999-2006 Intel Corporation.
sky2: driver version 1.30
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
-r8169 0000:06:00.0: eth0: RTL8168evl/8111evl at 0xffffc9000187e000,
c8:60:00:60:b1:c2, XID 0c900800 IRQ 44
+r8169 0000:06:00.0: eth0: RTL8168evl/8111evl at 0xffffc900025d0000,
00:00:00:00:00:03, XID 0c900800 IRQ 45
r8169 0000:06:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming:
ko]
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
@@ -400,7 +322,7 @@
ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh
workaround
ehci_hcd 0000:00:12.2: debug port 1
-ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe7ff800
+ehci_hcd 0000:00:12.2: irq 17, io mem 0xe0508400
ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
@@ -414,7 +336,7 @@
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh
workaround
ehci_hcd 0000:00:13.2: debug port 1
-ehci_hcd 0000:00:13.2: irq 17, io mem 0xfe7ff400
+ehci_hcd 0000:00:13.2: irq 17, io mem 0xe0508500
ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
@@ -425,39 +347,25 @@
hub 2-0:1.0: 5 ports detected
ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:16.2: EHCI Host Controller
-ata5: SATA link down (SStatus 0 SControl 300)
-ata3: SATA link down (SStatus 0 SControl 300)
-ata4: SATA link down (SStatus 0 SControl 300)
-ata6: SATA link down (SStatus 0 SControl 300)
ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh
workaround
ehci_hcd 0000:00:16.2: debug port 1
-ehci_hcd 0000:00:16.2: irq 17, io mem 0xfe7ff000
+ehci_hcd 0000:00:16.2: irq 17, io mem 0xe0508600
ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: EHCI Host Controller
+ata4: SATA link down (SStatus 0 SControl 300)
+ata3: SATA link down (SStatus 0 SControl 300)
usb usb3: Manufacturer: Linux 3.2.12-gentoo ehci_hcd
usb usb3: SerialNumber: 0000:00:16.2
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 4 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
-ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
-ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
-ata1.00: ATA-8: Corsair Force GT, 1.3.3, max UDMA/133
-ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
-ata1.00: configured for UDMA/133
-scsi 0:0:0:0: Direct-Access ATA Corsair Force GT 1.3. PQ: 0 ANSI: 5
-sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
-sd 0:0:0:0: Attached scsi generic sg0 type 0
-sd 0:0:0:0: [sda] Write Protect is off
-sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support
DPO or FUA
- sda: sda1 sda2
ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
-sd 0:0:0:0: [sda] Attached SCSI disk
ohci_hcd 0000:00:12.0: OHCI Host Controller
ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
-ohci_hcd 0000:00:12.0: irq 18, io mem 0xfe7fe000
+ohci_hcd 0000:00:12.0: irq 18, io mem 0xe0504000
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
@@ -468,7 +376,7 @@
ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
-ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe7fd000
+ohci_hcd 0000:00:13.0: irq 18, io mem 0xe0505000
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
@@ -476,21 +384,10 @@
usb usb5: SerialNumber: 0000:00:13.0
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 5 ports detected
-ata2.00: ATA-8: WDC WD20EARX-00PASB0, 51.0AB51, max UDMA/133
-ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
-ata2.00: configured for UDMA/133
-scsi 1:0:0:0: Direct-Access ATA WDC WD20EARX-00P 51.0 PQ: 0 ANSI: 5
-sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
-sd 1:0:0:0: [sdb] 4096-byte physical blocks
-sd 1:0:0:0: Attached scsi generic sg1 type 0
-sd 1:0:0:0: [sdb] Write Protect is off
-sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support
DPO or FUA
- sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 >
ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
-sd 1:0:0:0: [sdb] Attached SCSI disk
ohci_hcd 0000:00:14.5: OHCI Host Controller
ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
-ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe7fc000
+ohci_hcd 0000:00:14.5: irq 18, io mem 0xe0506000
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: OHCI Host Controller
@@ -501,7 +398,7 @@
ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:16.0: OHCI Host Controller
ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
-ohci_hcd 0000:00:16.0: irq 18, io mem 0xfe7f3000
+ohci_hcd 0000:00:16.0: irq 18, io mem 0xe0507000
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: OHCI Host Controller
@@ -515,14 +412,12 @@
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
-i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
-i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect
please boot with i8042.nopnp
+i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
mousedev: PS/2 mouse device common for all mice
-rtc_cmos 00:03: RTC can wake from S4
-rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
-rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
-input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input2
+rtc_cmos 00:01: RTC can wake from S4
+rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
+rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised:
[email protected]
cpuidle: using governor ladder
cpuidle: using governor menu
@@ -530,10 +425,21 @@
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
+hda-intel: spurious response 0x0:0x0, last cmd=0x0f0000
+hda-intel: azx_get_response timeout, switching to polling mode: last
cmd=0x100f0000
+hda-intel: Codec #1 probe error; disabling it...
+hda-intel: spurious response 0x0:0x0, last cmd=0x0f0000
+hda-intel: Codec #2 probe error; disabling it...
+hda-intel: no codecs initialized
+snd_hda_intel 0000:00:14.2: PCI INT A disabled
snd_hda_intel 0000:01:05.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
+hda-intel: azx_get_response timeout, switching to polling mode: last
cmd=0x000f0000
+ata1: softreset failed (1st FIS failed)
+ata2: softreset failed (1st FIS failed)
+hda-intel: Codec #0 probe error; disabling it...
+hda_intel: azx_get_response timeout, switching to single_cmd mode: last
cmd=0x00070503
ALSA device list:
- #0: HDA ATI SB at 0xfe7f4000 irq 16
- #1: HDA ATI HDMI at 0xfe9e8000 irq 19
+ #0: HDA ATI HDMI at 0xe0210000 irq 19
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ctnetlink v0.93: registering with nfnetlink.
@@ -546,20 +452,42 @@
NET: Registered protocol family 17
Registering the dns_resolver key type
registered taskstats version 1
- Magic number: 8:860:547
+ Magic number: 13:410:145
+ata_port ata2: hash matches
+ ata2: hash matches
+acpi device:16: hash matches
console [netcon0] enabled
netconsole: network logging started
+ata1: softreset failed (1st FIS failed)
+ata2: softreset failed (1st FIS failed)
+ata1: softreset failed (1st FIS failed)
+ata1: limiting SATA link speed to 3.0 Gbps
+ata2: softreset failed (1st FIS failed)
+ata2: limiting SATA link speed to 3.0 Gbps
+ata1: softreset failed (1st FIS failed)
+ata1: reset failed, giving up
+ata2: softreset failed (1st FIS failed)
+ata2: reset failed, giving up
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
-EXT3-fs (sda2): error: couldn't mount because of unsupported optional features
(240)
-EXT2-fs (sda2): error: couldn't mount because of unsupported optional features
(240)
-EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
-VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
-Freeing unused kernel memory: 652k freed
-Write protecting the kernel read-only data: 12288k
-Freeing unused kernel memory: 332k freed
-Freeing unused kernel memory: 1392k freed
+Root-NFS: no NFS server address
+VFS: Unable to mount root fs via NFS, trying floppy.
+VFS: Cannot open root device "sda2" or unknown-block(2,0)
+Please append a correct "root=" boot option; here are the available partitions:
+Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
+Pid: 1, comm: swapper/0 Tainted: G I 3.2.12-gentoo #3
+Call Trace:
+ [<ffffffff8179857d>] panic+0x96/0x1a4
+ [<ffffffff817986c7>] ? printk+0x3c/0x3e
+ [<ffffffff81cb5f3b>] mount_block_root+0x14a/0x1ea
+ [<ffffffff81cb61ca>] mount_root+0xe0/0xeb
+ [<ffffffff811307e1>] ? sys_unlink+0x11/0x20
+ [<ffffffff81cb6345>] prepare_namespace+0x170/0x19d
+ [<ffffffff81cb5c91>] kernel_init+0x140/0x150
+ [<ffffffff817a4134>] kernel_thread_helper+0x4/0x10
+ [<ffffffff81cb5b51>] ? start_kernel+0x342/0x342
+ [<ffffffff817a4130>] ? gs_change+0xb/0xb
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot