Re: [patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup

From: Paul Menzel
Date: Wed Apr 19 2023 - 12:45:30 EST


Dear Thomas,


Am 19.04.23 um 14:38 schrieb Thomas Gleixner:
On Wed, Apr 19 2023 at 11:38, Thomas Gleixner wrote:
On Tue, Apr 18 2023 at 22:10, Paul Menzel wrote:
Am 18.04.23 um 10:40 schrieb Thomas Gleixner:
Can you please provide the output of cpuid?

Of course. Here the top, and the whole output is attached.

Thanks for the data. Can you please apply the debug patch below and
provide the dmesg output? Just the line which is added by the patch is
enough. You can boot with cpuhp.parallel=off so you don't have wait for
10 seconds.

Borislav found some a machine which also refuses to boot. It turns of
the debug patch was spot on:

[ 0.462724] .... node #0, CPUs: #1
[ 0.462731] smpboot: Kicking AP alive: 17
[ 0.465723] #2
[ 0.465732] smpboot: Kicking AP alive: 18
[ 0.467641] #3
[ 0.467641] smpboot: Kicking AP alive: 19

So the kernel gets APICID 17, 18, 19 from ACPI but CPUID leaf 0x1
ebx[31:24], which is the initial APICID has:

CPU1 0x01
CPU2 0x02
CPU3 0x03

Which means the APICID to Linux CPU number lookup based on CPUID 0x01
fails for all of them and stops them dead in the low level startup code.

I am attaching the logs for completeness. Linux is build from your branch with the debug print on top. The firmware, coreboot based, is built from [1], but it also happened non-parallel MP init. The code has better debug prints (attached) though as far as I can see. As Borislav is able to reproduce this too with some non-coreboot firmware, I assume it’s unrelated to coreboot.

```
[ 0.259247] smp: Bringing up secondary CPUs ...
[ 0.259446] x86: Booting SMP configuration:
[ 0.259448] .... node #0, CPUs: #1
[ 0.259453] smpboot: Kicking AP alive: 17
[ 10.260918] CPU1 failed to report alive state
[ 10.260998] smp: Brought up 1 node, 1 CPU
[ 10.261000] smpboot: Max logical packages: 2
[ 10.261001] smpboot: Total of 1 processors activated (7801.09 BogoMIPS)
```

IOW, the BIOS assignes random numbers to the AP APICs for whatever
raisins, which leaves the parallel startup low level code up a creek
without a paddle, except for actually reading the APICID back from the
APIC. *SHUDDER*

I'm leaning towards disabling the CPUID lead 0x01 based discovery and be
done with it.


Kind regards,

Paul


[1]: https://review.coreboot.org/68169[ 0.000000] Linux version 6.3.0-rc3-00045-g64de4df9c80b (root@bf16f3646a84) (gcc (Debian 11.2.0-12) 11.2.0, GNU ld (GNU Binutils for Debian) 2.40) #449 SMP PREEMPT_DYNAMIC Wed Apr 19 16:13:54 UTC 2023
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.3.0-rc3-00045-g64de4df9c80b root=/dev/sda3 rw quiet noisapnp cryptomgr.notests ipv6.disable_ipv6=1 selinux=0
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] 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-0x000000005fe3cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005fe3d000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: ASUS F2A85-M_PRO/F2A85-M_PRO, BIOS 4.18-15-gc782ef4345 04/19/2023
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3900.549 MHz processor
[ 0.000756] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000759] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000763] last_pfn = 0x17f000 max_arch_pfn = 0x400000000
[ 0.000768] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000940] last_pfn = 0x5fe3d max_arch_pfn = 0x400000000
[ 0.004000] Using GB pages for direct mapping
[ 0.004000] ACPI: Early table checksum verification disabled
[ 0.004000] ACPI: RSDP 0x00000000000F6830 000024 (v02 COREv4)
[ 0.004000] ACPI: XSDT 0x000000005FE4A0E0 000074 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: FACP 0x000000005FE4BBC0 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: DSDT 0x000000005FE4A280 00193A (v02 COREv4 COREBOOT 00010001 INTL 20200925)
[ 0.004000] ACPI: FACS 0x000000005FE4A240 000040
[ 0.004000] ACPI: FACS 0x000000005FE4A240 000040
[ 0.004000] ACPI: SSDT 0x000000005FE4BCE0 00008A (v02 COREv4 COREBOOT 0000002A CORE 20200925)
[ 0.004000] ACPI: MCFG 0x000000005FE4BD70 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: APIC 0x000000005FE4BDB0 000062 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: HPET 0x000000005FE4BE20 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: HEST 0x000000005FE4BE60 0001D0 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: IVRS 0x000000005FE4C030 000070 (v02 AMD AMDIOMMU 00000001 AMD 00000000)
[ 0.004000] ACPI: SSDT 0x000000005FE4C0A0 00051F (v02 AMD ALIB 00000001 MSFT 04000000)
[ 0.004000] ACPI: SSDT 0x000000005FE4C5C0 0006B2 (v01 AMD POWERNOW 00000001 AMD 00000001)
[ 0.004000] ACPI: VFCT 0x000000005FE4CC80 00F269 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
[ 0.004000] ACPI: Reserving FACP table memory at [mem 0x5fe4bbc0-0x5fe4bcd3]
[ 0.004000] ACPI: Reserving DSDT table memory at [mem 0x5fe4a280-0x5fe4bbb9]
[ 0.004000] ACPI: Reserving FACS table memory at [mem 0x5fe4a240-0x5fe4a27f]
[ 0.004000] ACPI: Reserving FACS table memory at [mem 0x5fe4a240-0x5fe4a27f]
[ 0.004000] ACPI: Reserving SSDT table memory at [mem 0x5fe4bce0-0x5fe4bd69]
[ 0.004000] ACPI: Reserving MCFG table memory at [mem 0x5fe4bd70-0x5fe4bdab]
[ 0.004000] ACPI: Reserving APIC table memory at [mem 0x5fe4bdb0-0x5fe4be11]
[ 0.004000] ACPI: Reserving HPET table memory at [mem 0x5fe4be20-0x5fe4be57]
[ 0.004000] ACPI: Reserving HEST table memory at [mem 0x5fe4be60-0x5fe4c02f]
[ 0.004000] ACPI: Reserving IVRS table memory at [mem 0x5fe4c030-0x5fe4c09f]
[ 0.004000] ACPI: Reserving SSDT table memory at [mem 0x5fe4c0a0-0x5fe4c5be]
[ 0.004000] ACPI: Reserving SSDT table memory at [mem 0x5fe4c5c0-0x5fe4cc71]
[ 0.004000] ACPI: Reserving VFCT table memory at [mem 0x5fe4cc80-0x5fe5bee8]
[ 0.004000] No NUMA configuration found
[ 0.004000] Faking a node at [mem 0x0000000000000000-0x000000017effffff]
[ 0.004000] NODE_DATA(0) allocated [mem 0x17efe9000-0x17effffff]
[ 0.004000] Zone ranges:
[ 0.004000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.004000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.004000] Normal [mem 0x0000000100000000-0x000000017effffff]
[ 0.004000] Device empty
[ 0.004000] Movable zone start for each node
[ 0.004000] Early memory node ranges
[ 0.004000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.004000] node 0: [mem 0x0000000000100000-0x000000005fe3cfff]
[ 0.004000] node 0: [mem 0x0000000100000000-0x000000017effffff]
[ 0.004000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017effffff]
[ 0.004000] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.004000] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.004000] On node 0, zone Normal: 451 pages in unavailable ranges
[ 0.004000] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.004000] ACPI: PM-Timer IO Port: 0x818
[ 0.004000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.004000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[ 0.004000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.004000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.004000] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.004000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[ 0.004000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.004000] [mem 0x80000000-0xf7ffffff] available for PCI devices
[ 0.004000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.004000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.004000] percpu: Embedded 55 pages/cpu s188392 r8192 d28696 u1048576
[ 0.004000] pcpu-alloc: s188392 r8192 d28696 u1048576 alloc=1*2097152
[ 0.004000] pcpu-alloc: [0] 0 1
[ 0.004000] Fallback order for Node 0: 0
[ 0.004000] Built 1 zonelists, mobility grouping on. Total pages: 898436
[ 0.004000] Policy zone: Normal
[ 0.004000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.3.0-rc3-00045-g64de4df9c80b root=/dev/sda3 rw quiet noisapnp cryptomgr.notests ipv6.disable_ipv6=1 selinux=0
[ 0.004000] Unknown kernel command line parameters "noisapnp BOOT_IMAGE=/boot/vmlinuz-6.3.0-rc3-00045-g64de4df9c80b", will be passed to user space.
[ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.004000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.004000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.004000] stackdepot hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.004000] software IO TLB: area num 2.
[ 0.004000] Memory: 3477104K/3651436K available (14336K kernel code, 2340K rwdata, 5308K rodata, 2908K init, 11064K bss, 174072K reserved, 0K cma-reserved)
[ 0.004000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004000] ftrace: allocating 38652 entries in 151 pages
[ 0.004000] ftrace: allocated 151 pages with 5 groups
[ 0.004000] Dynamic Preempt: full
[ 0.004000] rcu: Preemptible hierarchical RCU implementation.
[ 0.004000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[ 0.004000] Trampoline variant of Tasks RCU enabled.
[ 0.004000] Rude variant of Tasks RCU enabled.
[ 0.004000] Tracing variant of Tasks RCU enabled.
[ 0.004000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.004000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.004000] NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16
[ 0.004000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.004000] spurious 8259A interrupt: IRQ7.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] printk: console [tty0] enabled
[ 0.004000] ACPI: Core revision 20221020
[ 0.004000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.004000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x7072c3c0f54, max_idle_ns: 881590752806 ns
[ 0.144910] Calibrating delay loop (skipped), value calculated using timer frequency.. 7801.09 BogoMIPS (lpj=15602196)
[ 0.144913] pid_max: default: 32768 minimum: 301
[ 0.145008] LSM: initializing lsm=capability
[ 0.145103] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.145120] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.145515] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.145518] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[ 0.145522] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.145525] Spectre V2 : Mitigation: Retpolines
[ 0.145526] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.145526] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.145527] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 0.145528] RETBleed: Mitigation: untrained return thunk
[ 0.145530] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.145532] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.149973] Freeing SMP alternatives memory: 32K
[ 0.258112] smpboot: CPU0: AMD A6-6400K APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
[ 0.258348] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.258350] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.258380] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.258406] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.258433] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.258455] ... version: 0
[ 0.258456] ... bit width: 48
[ 0.258457] ... generic registers: 6
[ 0.258458] ... value mask: 0000ffffffffffff
[ 0.258459] ... max period: 00007fffffffffff
[ 0.258460] ... fixed-purpose events: 0
[ 0.258461] ... event mask: 000000000000003f
[ 0.258581] rcu: Hierarchical SRCU implementation.
[ 0.258582] rcu: Max phase no-delay instances is 1000.
[ 0.259173] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.259247] smp: Bringing up secondary CPUs ...
[ 0.259446] x86: Booting SMP configuration:
[ 0.259448] .... node #0, CPUs: #1
[ 0.259453] smpboot: Kicking AP alive: 17
[ 10.260918] CPU1 failed to report alive state
[ 10.260998] smp: Brought up 1 node, 1 CPU
[ 10.261000] smpboot: Max logical packages: 2
[ 10.261001] smpboot: Total of 1 processors activated (7801.09 BogoMIPS)
[ 10.261532] devtmpfs: initialized
[ 10.261628] x86/mm: Memory block size: 128MB
[ 10.262718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 10.262726] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 10.262817] pinctrl core: initialized pinctrl subsystem
[ 10.262889] PM: RTC time: 16:25:24, date: 2023-04-19
[ 10.263636] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 10.263861] audit: initializing netlink subsys (disabled)
[ 10.264118] thermal_sys: Registered thermal governor 'fair_share'
[ 10.264120] thermal_sys: Registered thermal governor 'bang_bang'
[ 10.264121] thermal_sys: Registered thermal governor 'step_wise'
[ 10.264122] thermal_sys: Registered thermal governor 'user_space'
[ 10.264141] cpuidle: using governor ladder
[ 10.264146] cpuidle: using governor menu
[ 10.264357] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 10.264362] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
[ 10.264374] PCI: Using configuration type 1 for base access
[ 10.264574] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 10.268993] audit: type=2000 audit(1681921524.140:1): state=initialized audit_enabled=0 res=1
[ 10.281009] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 10.281012] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 10.281014] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 10.281015] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 10.285864] cryptd: max_cpu_qlen set to 1000
[ 10.289188] ACPI: Added _OSI(Module Device)
[ 10.289191] ACPI: Added _OSI(Processor Device)
[ 10.289192] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 10.289193] ACPI: Added _OSI(Processor Aggregator Device)
[ 10.295203] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 10.296702] ACPI: Interpreter enabled
[ 10.296727] ACPI: PM: (supports S0 S1 S3 S5)
[ 10.296728] ACPI: Using IOAPIC for interrupt routing
[ 10.296779] HEST: Table parsing has been initialized.
[ 10.296800] GHES: Failed to enable APEI firmware first mode.
[ 10.296803] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 10.296804] PCI: Ignoring E820 reservations for host bridge windows
[ 10.297084] ACPI: Enabled 8 GPEs in block 00 to 1F
[ 10.302898] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 10.302909] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.302987] acpi PNP0A03:00: _OSC: OS now controls [PME AER PCIeCapability LTR]
[ 10.303000] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 10.303079] acpi PNP0A03:00: host bridge window expanded to [io 0x0000-0x0cf7 window]; [io 0x03b0-0x03df window] ignored
[ 10.303311] PCI host bridge to bus 0000:00
[ 10.303313] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 10.303316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 10.303318] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff]
[ 10.303320] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff]
[ 10.303322] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.303345] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[ 10.303490] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[ 10.303580] pci 0000:00:01.0: [1002:9996] type 00 class 0x030000
[ 10.303588] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[ 10.303593] pci 0000:00:01.0: reg 0x14: [io 0x1000-0x10ff]
[ 10.303598] pci 0000:00:01.0: reg 0x18: [mem 0xf0180000-0xf01bffff]
[ 10.303614] pci 0000:00:01.0: enabling Extended Tags
[ 10.303625] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 10.303642] pci 0000:00:01.0: supports D1 D2
[ 10.303706] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[ 10.303714] pci 0000:00:01.1: reg 0x10: [mem 0xf01c0000-0xf01c3fff]
[ 10.303735] pci 0000:00:01.1: enabling Extended Tags
[ 10.303759] pci 0000:00:01.1: supports D1 D2
[ 10.303842] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[ 10.303855] pci 0000:00:11.0: reg 0x10: [io 0x1410-0x1417]
[ 10.303863] pci 0000:00:11.0: reg 0x14: [io 0x1420-0x1423]
[ 10.303870] pci 0000:00:11.0: reg 0x18: [io 0x1418-0x141f]
[ 10.303878] pci 0000:00:11.0: reg 0x1c: [io 0x1424-0x1427]
[ 10.303885] pci 0000:00:11.0: reg 0x20: [io 0x1400-0x140f]
[ 10.303892] pci 0000:00:11.0: reg 0x24: [mem 0xf01cc000-0xf01cc7ff]
[ 10.304038] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[ 10.304051] pci 0000:00:12.0: reg 0x10: [mem 0xf01c8000-0xf01c8fff]
[ 10.304220] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[ 10.304234] pci 0000:00:12.2: reg 0x10: [mem 0xf01cd000-0xf01cd0ff]
[ 10.304299] pci 0000:00:12.2: supports D1 D2
[ 10.304300] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 10.304432] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[ 10.304446] pci 0000:00:13.0: reg 0x10: [mem 0xf01c9000-0xf01c9fff]
[ 10.304614] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[ 10.304627] pci 0000:00:13.2: reg 0x10: [mem 0xf01ce000-0xf01ce0ff]
[ 10.304692] pci 0000:00:13.2: supports D1 D2
[ 10.304693] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 10.304823] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[ 10.305554] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[ 10.305573] pci 0000:00:14.2: reg 0x10: [mem 0xf01c4000-0xf01c7fff 64bit]
[ 10.305633] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 10.305769] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[ 10.305945] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[ 10.306090] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[ 10.306104] pci 0000:00:14.5: reg 0x10: [mem 0xf01ca000-0xf01cafff]
[ 10.306269] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[ 10.306298] pci 0000:00:15.0: enabling Extended Tags
[ 10.306338] pci 0000:00:15.0: supports D1 D2
[ 10.306499] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400
[ 10.306530] pci 0000:00:15.1: enabling Extended Tags
[ 10.306569] pci 0000:00:15.1: supports D1 D2
[ 10.306725] pci 0000:00:15.2: [1022:43a2] type 01 class 0x060400
[ 10.306752] pci 0000:00:15.2: enabling Extended Tags
[ 10.306791] pci 0000:00:15.2: supports D1 D2
[ 10.306866] pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
[ 10.306879] pci 0000:00:16.0: reg 0x10: [mem 0xf01cb000-0xf01cbfff]
[ 10.307057] pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
[ 10.307070] pci 0000:00:16.2: reg 0x10: [mem 0xf01cf000-0xf01cf0ff]
[ 10.307135] pci 0000:00:16.2: supports D1 D2
[ 10.307136] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 10.307278] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[ 10.307342] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[ 10.307402] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[ 10.307467] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[ 10.307600] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[ 10.307663] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[ 10.307738] pci_bus 0000:01: extended config space not accessible
[ 10.307804] pci 0000:00:14.4: PCI bridge to [bus 01] (subtractive decode)
[ 10.307813] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 10.307816] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 10.307818] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000dffff] (subtractive decode)
[ 10.307820] pci 0000:00:14.4: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
[ 10.307868] pci 0000:00:15.0: PCI bridge to [bus 02]
[ 10.307953] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 10.307989] pci 0000:03:00.0: reg 0x10: [mem 0xf0000000-0xf0007fff 64bit]
[ 10.308167] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 10.308210] pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:15.1 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 10.317047] pci 0000:00:15.1: PCI bridge to [bus 03]
[ 10.317059] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff]
[ 10.317068] pci 0000:00:15.2: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.317188] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[ 10.317206] pci 0000:04:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 10.317227] pci 0000:04:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[ 10.317241] pci 0000:04:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[ 10.317349] pci 0000:04:00.0: supports D1 D2
[ 10.317351] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 10.328970] pci 0000:00:15.2: PCI bridge to [bus 04-ff]
[ 10.328981] pci 0000:00:15.2: bridge window [io 0x0000-0x0fff]
[ 10.328985] pci 0000:00:15.2: bridge window [mem 0x00000000-0x000fffff]
[ 10.328989] pci 0000:00:15.2: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 10.328993] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 10.329502] ACPI: PCI: Interrupt link INTA configured for IRQ 0
[ 10.329596] ACPI: PCI: Interrupt link INTB configured for IRQ 0
[ 10.329687] ACPI: PCI: Interrupt link INTC configured for IRQ 0
[ 10.329777] ACPI: PCI: Interrupt link INTD configured for IRQ 0
[ 10.329869] ACPI: PCI: Interrupt link INTE configured for IRQ 0
[ 10.329959] ACPI: PCI: Interrupt link INTF configured for IRQ 0
[ 10.330051] ACPI: PCI: Interrupt link INTG configured for IRQ 0
[ 10.330141] ACPI: PCI: Interrupt link INTH configured for IRQ 0
[ 10.330370] iommu: Default domain type: Translated
[ 10.330372] iommu: DMA domain TLB invalidation policy: lazy mode
[ 10.330551] SCSI subsystem initialized
[ 10.330635] libata version 3.00 loaded.
[ 10.330668] ACPI: bus type USB registered
[ 10.330692] usbcore: registered new interface driver usbfs
[ 10.330702] usbcore: registered new interface driver hub
[ 10.330715] usbcore: registered new device driver usb
[ 10.331044] PCI: Using ACPI for IRQ routing
[ 10.332613] PCI: pci_cache_line_size set to 64 bytes
[ 10.332664] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 10.332667] e820: reserve RAM buffer [mem 0x5fe3d000-0x5fffffff]
[ 10.332669] e820: reserve RAM buffer [mem 0x17f000000-0x17fffffff]
[ 10.332714] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 10.332719] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 10.333992] clocksource: Switched to clocksource tsc-early
[ 10.350982] VFS: Disk quotas dquot_6.6.0
[ 10.351012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 10.351123] pnp: PnP ACPI init
[ 10.351416] system 00:00: [mem 0xfec10002-0xfec11001] could not be reserved
[ 10.351719] pnp: PnP ACPI: found 2 devices
[ 10.358870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 10.359003] NET: Registered PF_INET protocol family
[ 10.359150] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 10.360716] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 10.360731] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 10.360739] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 10.360805] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 10.361256] TCP: Hash tables configured (established 32768 bind 32768)
[ 10.361327] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 10.361347] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 10.361453] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 10.361487] pci 0000:00:15.2: BAR 15: assigned [mem 0x80000000-0x800fffff 64bit pref]
[ 10.361492] pci 0000:00:15.2: BAR 13: assigned [io 0x2000-0x2fff]
[ 10.361496] pci 0000:00:14.4: PCI bridge to [bus 01]
[ 10.361507] pci 0000:00:15.0: PCI bridge to [bus 02]
[ 10.361515] pci 0000:00:15.1: PCI bridge to [bus 03]
[ 10.361519] pci 0000:00:15.1: bridge window [mem 0xf0000000-0xf00fffff]
[ 10.361526] pci 0000:04:00.0: BAR 4: assigned [mem 0x80000000-0x80003fff 64bit pref]
[ 10.361539] pci 0000:04:00.0: BAR 2: assigned [mem 0x80004000-0x80004fff 64bit pref]
[ 10.361550] pci 0000:04:00.0: BAR 0: assigned [io 0x2000-0x20ff]
[ 10.361555] pci 0000:00:15.2: PCI bridge to [bus 04]
[ 10.361557] pci 0000:00:15.2: bridge window [io 0x2000-0x2fff]
[ 10.361562] pci 0000:00:15.2: bridge window [mem 0x80000000-0x800fffff 64bit pref]
[ 10.361569] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 10.361570] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 10.361572] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff]
[ 10.361574] pci_bus 0000:00: resource 7 [mem 0x80000000-0xffffffff]
[ 10.361575] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window]
[ 10.361577] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window]
[ 10.361578] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000dffff]
[ 10.361580] pci_bus 0000:01: resource 7 [mem 0x80000000-0xffffffff]
[ 10.361582] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
[ 10.361583] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 10.361584] pci_bus 0000:04: resource 2 [mem 0x80000000-0x800fffff 64bit pref]
[ 10.361673] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
[ 10.362350] pci 0000:00:12.2: PME# does not work under D3, disabling it
[ 10.362915] pci 0000:00:13.2: PME# does not work under D3, disabling it
[ 10.363777] pci 0000:00:16.2: PME# does not work under D3, disabling it
[ 10.364048] PCI: CLS 64 bytes, default 64
[ 10.364162] pci 0000:00:00.2: AMD-Vi: Applying erratum 746 workaround
[ 10.364245] pci 0000:00:01.0: Adding to iommu group 0
[ 10.364267] pci 0000:00:01.1: Adding to iommu group 0
[ 10.364290] pci 0000:00:11.0: Adding to iommu group 1
[ 10.364323] pci 0000:00:12.0: Adding to iommu group 2
[ 10.364345] pci 0000:00:12.2: Adding to iommu group 2
[ 10.364377] pci 0000:00:13.0: Adding to iommu group 3
[ 10.364395] pci 0000:00:13.2: Adding to iommu group 3
[ 10.364433] pci 0000:00:14.0: Adding to iommu group 4
[ 10.364450] pci 0000:00:14.2: Adding to iommu group 4
[ 10.364468] pci 0000:00:14.3: Adding to iommu group 4
[ 10.364488] pci 0000:00:14.4: Adding to iommu group 5
[ 10.364512] pci 0000:00:14.5: Adding to iommu group 6
[ 10.364549] pci 0000:00:15.0: Adding to iommu group 7
[ 10.364566] pci 0000:00:15.1: Adding to iommu group 7
[ 10.364585] pci 0000:00:15.2: Adding to iommu group 7
[ 10.364617] pci 0000:00:16.0: Adding to iommu group 8
[ 10.364634] pci 0000:00:16.2: Adding to iommu group 8
[ 10.364690] pci 0000:00:18.0: Adding to iommu group 9
[ 10.364708] pci 0000:00:18.1: Adding to iommu group 9
[ 10.364729] pci 0000:00:18.2: Adding to iommu group 9
[ 10.364746] pci 0000:00:18.3: Adding to iommu group 9
[ 10.364766] pci 0000:00:18.4: Adding to iommu group 9
[ 10.364784] pci 0000:00:18.5: Adding to iommu group 9
[ 10.364792] pci 0000:03:00.0: Adding to iommu group 7
[ 10.364806] pci 0000:04:00.0: Adding to iommu group 7
[ 10.366937] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 10.366942] AMD-Vi: Extended features (0x800000853, 0x0): PreF PPR GT IA
[ 10.366948] AMD-Vi: Interrupt remapping enabled
[ 10.367131] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 10.367132] software IO TLB: mapped [mem 0x000000005be3d000-0x000000005fe3d000] (64MB)
[ 10.367182] LVT offset 0 assigned for vector 0x400
[ 10.367203] perf: AMD IBS detected (0x000000ff)
[ 10.367211] amd_uncore: 4 amd_nb counters detected
[ 10.368017] workingset: timestamp_bits=37 max_order=20 bucket_order=0
[ 10.368047] zbud: loaded
[ 10.368508] NET: Registered PF_ALG protocol family
[ 10.368512] Key type asymmetric registered
[ 10.368514] Asymmetric key parser 'x509' registered
[ 10.368783] alg: self-tests disabled
[ 10.368876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 10.369320] io scheduler mq-deadline registered
[ 10.369322] io scheduler kyber registered
[ 10.370447] pcieport 0000:00:15.0: PME: Signaling with IRQ 25
[ 10.370608] pcieport 0000:00:15.1: PME: Signaling with IRQ 26
[ 10.370680] pcieport 0000:00:15.2: enabling device (0000 -> 0003)
[ 10.370883] pcieport 0000:00:15.2: PME: Signaling with IRQ 27
[ 10.371138] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 10.371201] ACPI: button: Power Button [PWRF]
[ 10.371253] ACPI: \_SB_.P000: Found 2 idle states
[ 10.371369] ACPI: \_SB_.P001: Found 2 idle states
[ 10.372255] thermal LNXTHERM:00: registered as thermal_zone0
[ 10.372258] ACPI: thermal: Thermal Zone [TZ00] (0 C)
[ 10.372573] Non-volatile memory driver v1.3
[ 10.372648] AMD-Vi: AMD IOMMUv2 loaded and initialized
[ 10.372667] ACPI: bus type drm_connector registered
[ 10.372799] ahci 0000:00:11.0: version 3.0
[ 10.373109] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0x40 impl SATA mode
[ 10.373113] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pio
[ 10.374331] scsi host0: ahci
[ 10.374531] scsi host1: ahci
[ 10.374704] scsi host2: ahci
[ 10.374896] scsi host3: ahci
[ 10.375076] scsi host4: ahci
[ 10.375265] scsi host5: ahci
[ 10.375445] scsi host6: ahci
[ 10.375622] scsi host7: ahci
[ 10.375714] ata1: DUMMY
[ 10.375715] ata2: DUMMY
[ 10.375716] ata3: DUMMY
[ 10.375717] ata4: DUMMY
[ 10.375718] ata5: DUMMY
[ 10.375718] ata6: DUMMY
[ 10.375720] ata7: SATA max UDMA/133 abar m2048@0xf01cc000 port 0xf01cc400 irq 19
[ 10.375722] ata8: DUMMY
[ 10.375982] i8042: PNP: No PS/2 controller found.
[ 10.375983] i8042: Probing ports directly.
[ 10.378529] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 10.378595] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 10.378708] mousedev: PS/2 mouse device common for all mice
[ 10.378760] rtc_cmos 00:01: RTC can wake from S4
[ 10.379002] rtc_cmos 00:01: registered as rtc0
[ 10.379026] rtc_cmos 00:01: setting system clock to 2023-04-19T16:25:24 UTC (1681921524)
[ 10.379067] rtc_cmos 00:01: alarms up to one day, y3k, 114 bytes nvram, hpet irqs
[ 10.379101] device-mapper: uevent: version 1.0.3
[ 10.379167] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@xxxxxxxxxx
[ 10.379323] hid: raw HID events driver (C) Jiri Kosina
[ 10.379363] usbcore: registered new interface driver usbhid
[ 10.379364] usbhid: USB HID core driver
[ 10.379457] Initializing XFRM netlink socket
[ 10.379465] NET: Registered PF_PACKET protocol family
[ 10.379467] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[ 10.379633] microcode: CPU0: patch_level=0x0600111f
[ 10.379642] microcode: Microcode Update Driver: v2.2.
[ 10.379646] IPI shorthand broadcast: enabled
[ 10.379654] AVX version of gcm_enc/dec engaged.
[ 10.379670] AES CTR mode by8 optimization enabled
[ 10.383650] sched_clock: Marking stable (10264006663, 116905762)->(10383417207, -2504782)
[ 10.383836] registered taskstats version 1
[ 10.384079] zswap: loaded using pool lzo/zbud
[ 10.388276] kmemleak: Kernel memory leak detector initialized (mem pool available: 15679)
[ 10.388282] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 10.391487] kmemleak: Automatic memory scanning thread started
[ 10.393329] Key type encrypted registered
[ 10.396095] PM: Magic number: 3:487:439
[ 10.488448] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 10.488603] ata7.00: ATA-9: SanDisk SDSSDP064G, 2.0.0, max UDMA/133
[ 10.488606] ata7.00: 125045424 sectors, multi 1: LBA48 NCQ (depth 32)
[ 10.488805] ata7.00: configured for UDMA/133
[ 10.489003] scsi 6:0:0:0: Direct-Access ATA SanDisk SDSSDP06 0 PQ: 0 ANSI: 5
[ 10.490061] sd 6:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[ 10.490078] sd 6:0:0:0: [sda] Write Protect is off
[ 10.490083] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 10.490105] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 10.490136] sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 10.491510] sda: sda1 sda2 sda3
[ 10.491950] sd 6:0:0:0: [sda] Attached SCSI disk
[ 10.504047] EXT4-fs (sda3): mounted filesystem fe29e0dc-6303-4401-987c-8472bc1b9516 with ordered data mode. Quota mode: none.
[ 10.504090] VFS: Mounted root (ext4 filesystem) on device 8:3.
[ 10.506047] devtmpfs: mounted
[ 10.510012] Freeing unused kernel image (initmem) memory: 2908K
[ 10.517060] Write protecting the kernel read-only data: 20480k
[ 10.517319] Freeing unused kernel image (rodata/data gap) memory: 836K
[ 10.554385] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 10.554391] rodata_test: all tests were successful
[ 10.554413] Run /sbin/init as init process
[ 10.554415] with arguments:
[ 10.554416] /sbin/init
[ 10.554417] noisapnp
[ 10.554418] with environment:
[ 10.554419] HOME=/
[ 10.554420] TERM=linux
[ 10.554420] BOOT_IMAGE=/boot/vmlinuz-6.3.0-rc3-00045-g64de4df9c80b
[ 10.757895] systemd[1]: Inserted module 'autofs4'
[ 10.785886] NET: Registered PF_INET6 protocol family
[ 10.786731] Segment Routing with IPv6
[ 10.786760] In-situ OAM (IOAM) with IPv6
[ 10.812460] systemd[1]: systemd 252.6-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 10.812470] systemd[1]: Detected architecture x86-64.
[ 10.816810] systemd[1]: Hostname set to <kodi>.
[ 11.113206] systemd[1]: Queued start job for default target graphical.target.
[ 11.123550] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 11.124636] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 11.125478] systemd[1]: Created slice user.slice - User and Session Slice.
[ 11.125653] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 11.125780] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 11.126204] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 11.126240] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 11.126284] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 11.126331] systemd[1]: Reached target paths.target - Path Units.
[ 11.126362] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 11.126389] systemd[1]: Reached target slices.target - Slice Units.
[ 11.126427] systemd[1]: Reached target swap.target - Swaps.
[ 11.126468] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 11.128962] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 11.129221] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 11.129381] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 11.129690] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 11.129960] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 11.130239] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 11.130488] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ 11.131308] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 11.131580] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 11.134358] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 11.136807] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 11.140733] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 11.152693] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 11.159215] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 11.167969] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 11.185265] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 11.187904] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 11.194981] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 11.202200] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 11.213235] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 11.213303] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 11.213372] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 11.213409] systemd[1]: Reached target local-fs.target - Local File Systems.
[ 11.213471] systemd[1]: apparmor.service - Load AppArmor profiles was skipped because of an unmet condition check (ConditionSecurity=apparmor).
[ 11.217387] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
[ 11.225611] loop: module loaded
[ 11.227933] fuse: init (API version 7.38)
[ 11.241394] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 11.244008] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 11.265213] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 11.267873] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 11.294059] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 11.316096] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 11.316293] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 11.316467] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 11.316640] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 11.337994] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 11.338790] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 11.341622] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 11.342285] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 11.342546] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 11.343122] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 11.343364] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 11.343928] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 11.344176] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 11.344734] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 11.358905] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 11.359616] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 11.365358] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 11.366685] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 11.367634] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 11.368150] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 133 (systemd-binfmt)
[ 11.382441] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
[ 11.385250] tsc: Refined TSC clocksource calibration: 3900.225 MHz
[ 11.385258] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x70705d7a9ae, max_idle_ns: 881590495532 ns
[ 11.385270] clocksource: Switched to clocksource tsc
[ 11.429139] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 11.442192] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 11.442320] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 11.442474] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 11.465930] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 11.467355] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
[ 11.485939] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ 11.487783] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 11.487969] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 11.554727] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 11.565290] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[ 11.570809] systemd[1]: Started systemd-journald.service - Journal Service.
[ 11.617282] systemd-journald[134]: Received client request to flush runtime journal.
[ 12.118033] sd 6:0:0:0: Attached scsi generic sg0 type 0
[ 12.224922] random: crng init done
[ 12.412498] acpi_cpufreq: overriding BIOS provided _PSD data
[ 12.561374] QUIRK: Enable AMD PLL fix
[ 12.561422] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 12.561449] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 12.561461] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 12.561469] ehci-pci 0000:00:12.2: debug port 1
[ 12.561640] ehci-pci 0000:00:12.2: irq 17, io mem 0xf01cd000
[ 12.576943] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 12.577230] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 12.577233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.577235] usb usb1: Product: EHCI Host Controller
[ 12.577236] usb usb1: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ehci_hcd
[ 12.577238] usb usb1: SerialNumber: 0000:00:12.2
[ 12.577680] hub 1-0:1.0: USB hub found
[ 12.577708] hub 1-0:1.0: 5 ports detected
[ 12.578363] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 12.578382] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 12.578393] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 12.578402] ehci-pci 0000:00:13.2: debug port 1
[ 12.578529] ehci-pci 0000:00:13.2: irq 17, io mem 0xf01ce000
[ 12.587170] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 12.587177] piix4_smbus 0000:00:14.0: Using register 0x2e for SMBus port selection
[ 12.587654] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 12.592939] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 12.593429] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 12.593433] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.593435] usb usb2: Product: EHCI Host Controller
[ 12.593437] usb usb2: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ehci_hcd
[ 12.593438] usb usb2: SerialNumber: 0000:00:13.2
[ 12.593929] hub 2-0:1.0: USB hub found
[ 12.593956] hub 2-0:1.0: 5 ports detected
[ 12.594622] ehci-pci 0000:00:16.2: EHCI Host Controller
[ 12.594640] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 12.594650] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 12.594659] ehci-pci 0000:00:16.2: debug port 1
[ 12.594791] ehci-pci 0000:00:16.2: irq 17, io mem 0xf01cf000
[ 12.608936] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 12.609220] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 12.609223] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.609225] usb usb3: Product: EHCI Host Controller
[ 12.609226] usb usb3: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ehci_hcd
[ 12.609228] usb usb3: SerialNumber: 0000:00:16.2
[ 12.609667] hub 3-0:1.0: USB hub found
[ 12.609694] hub 3-0:1.0: 4 ports detected
[ 12.611387] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 12.611420] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 12.611596] ohci-pci 0000:00:12.0: irq 18, io mem 0xf01c8000
[ 12.660463] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[ 12.690367] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.03
[ 12.690374] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.690376] usb usb4: Product: OHCI PCI host controller
[ 12.690378] usb usb4: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ohci_hcd
[ 12.690380] usb usb4: SerialNumber: 0000:00:12.0
[ 12.699141] hub 4-0:1.0: USB hub found
[ 12.703266] hub 4-0:1.0: 5 ports detected
[ 12.725731] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 12.725756] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 12.725865] ohci-pci 0000:00:13.0: irq 18, io mem 0xf01c9000
[ 12.727540] r8169 0000:04:00.0 eth0: RTL8168f/8111f, 08:60:6e:74:7a:51, XID 480, IRQ 28
[ 12.727545] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 12.741582] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 12.741607] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
[ 12.748200] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[ 12.802855] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080010
[ 12.803664] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 12.803679] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 7
[ 12.803692] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[ 12.803860] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 12.803863] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.803865] usb usb6: Product: xHCI Host Controller
[ 12.803867] usb usb6: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b xhci-hcd
[ 12.803868] usb usb6: SerialNumber: 0000:03:00.0
[ 12.807644] hub 6-0:1.0: USB hub found
[ 12.807677] hub 6-0:1.0: 2 ports detected
[ 12.809751] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
[ 12.809885] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[ 12.809888] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.809890] usb usb7: Product: xHCI Host Controller
[ 12.809891] usb usb7: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b xhci-hcd
[ 12.809893] usb usb7: SerialNumber: 0000:03:00.0
[ 12.810353] hub 7-0:1.0: USB hub found
[ 12.810382] hub 7-0:1.0: 2 ports detected
[ 12.812712] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input1
[ 12.813027] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input2
[ 12.825660] snd_hda_codec_realtek hdaudioC1D0: ALC892: SKU not ready 0x00000100
[ 12.826527] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x16/0x15/0x17/0x0) type:line
[ 12.826534] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 12.826536] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 12.826539] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 12.826540] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 12.826541] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 12.826543] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 12.826545] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 12.826546] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 12.826547] snd_hda_codec_realtek hdaudioC1D0: CD=0x1c
[ 12.854744] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input3
[ 12.855037] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input4
[ 12.855316] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input5
[ 12.855602] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card1/input6
[ 12.855878] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card1/input7
[ 12.856162] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
[ 12.856433] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[ 12.856704] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[ 12.861030] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.03
[ 12.861037] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.861039] usb usb5: Product: OHCI PCI host controller
[ 12.861041] usb usb5: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ohci_hcd
[ 12.861043] usb usb5: SerialNumber: 0000:00:13.0
[ 12.867101] hub 5-0:1.0: USB hub found
[ 12.874104] hub 5-0:1.0: 5 ports detected
[ 12.902021] ohci-pci 0000:00:14.5: OHCI PCI host controller
[ 12.902052] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[ 12.902175] ohci-pci 0000:00:14.5: irq 18, io mem 0xf01ca000
[ 12.914899] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 12.981592] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.03
[ 12.981599] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.981601] usb usb8: Product: OHCI PCI host controller
[ 12.981603] usb usb8: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ohci_hcd
[ 12.981604] usb usb8: SerialNumber: 0000:00:14.5
[ 12.983308] hub 8-0:1.0: USB hub found
[ 12.998172] hub 8-0:1.0: 2 ports detected
[ 13.004457] ohci-pci 0000:00:16.0: OHCI PCI host controller
[ 13.004481] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[ 13.004586] ohci-pci 0000:00:16.0: irq 18, io mem 0xf01cb000
[ 13.028929] usb 4-1: new low-speed USB device number 2 using ohci-pci
[ 13.117515] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.03
[ 13.117522] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 13.117524] usb usb9: Product: OHCI PCI host controller
[ 13.117526] usb usb9: Manufacturer: Linux 6.3.0-rc3-00045-g64de4df9c80b ohci_hcd
[ 13.117527] usb usb9: SerialNumber: 0000:00:16.0
[ 13.122823] hub 9-0:1.0: USB hub found
[ 13.122855] hub 9-0:1.0: 4 ports detected
[ 13.150187] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168f-1.fw failed with error -2
[ 13.150198] r8169 0000:04:00.0: Unable to load firmware rtl_nic/rtl8168f-1.fw (-2)
[ 13.150688] RTL8211E Gigabit Ethernet r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[ 13.231387] r8169 0000:04:00.0 enp4s0: Link is Down
[ 13.256051] [drm] radeon kernel modesetting enabled.
[ 13.262109] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9996 0x1002:0x9996 0x00).
[ 13.262177] ATOM BIOS: 113
[ 13.262284] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[ 13.262288] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[ 13.262296] [drm] Detected VRAM RAM=512M, BAR=256M
[ 13.262297] [drm] RAM width 64bits DDR
[ 13.262484] [drm] radeon: 512M of VRAM memory ready
[ 13.262490] [drm] radeon: 1024M of GTT memory ready.
[ 13.262530] [drm] Loading ARUBA Microcode
[ 13.270667] [drm] Internal thermal controller without fan control
[ 13.271087] [drm] radeon: dpm initialized
[ 13.275714] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 13.275771] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 13.279095] usb 4-1: New USB device found, idVendor=413c, idProduct=2106, bcdDevice= 1.01
[ 13.279101] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.279103] usb 4-1: Product: Dell QuietKey Keyboard
[ 13.279105] usb 4-1: Manufacturer: DELL
[ 13.286833] input: DELL Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:413C:2106.0001/input/input11
[ 13.317348] [drm] PCIE GART of 1024M enabled (table at 0x00000000001D6000).
[ 13.317596] radeon 0000:00:01.0: WB enabled
[ 13.317599] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00
[ 13.317977] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[ 13.338850] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000c18
[ 13.338854] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000c1c
[ 13.338856] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04
[ 13.338858] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08
[ 13.338860] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c
[ 13.338861] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10
[ 13.339153] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[ 13.339342] radeon 0000:00:01.0: radeon: using MSI.
[ 13.339414] [drm] radeon: irq initialized.
[ 13.345571] hid-generic 0003:413C:2106.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL Dell QuietKey Keyboard] on usb-0000:00:12.0-1/input0
[ 13.390412] [drm] ring test on 0 succeeded in 3 usecs
[ 13.390423] [drm] ring test on 3 succeeded in 4 usecs
[ 13.390431] [drm] ring test on 4 succeeded in 4 usecs
[ 13.441915] [drm] ring test on 5 succeeded in 2 usecs
[ 13.461858] [drm] UVD initialized successfully.
[ 13.571355] [drm] ring test on 6 succeeded in 18 usecs
[ 13.571367] [drm] ring test on 7 succeeded in 4 usecs
[ 13.571368] [drm] VCE initialized successfully.
[ 13.571494] snd_hda_intel 0000:00:01.1: bound 0000:00:01.0 (ops radeon_audio_component_bind_ops [radeon])
[ 13.571667] [drm] ib test on ring 0 succeeded in 0 usecs
[ 13.571721] [drm] ib test on ring 3 succeeded in 0 usecs
[ 13.571771] [drm] ib test on ring 4 succeeded in 0 usecs
[ 13.768993] usb 4-2: new low-speed USB device number 3 using ohci-pci
[ 13.965196] usb 4-2: New USB device found, idVendor=046d, idProduct=c016, bcdDevice= 3.40
[ 13.965208] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.965212] usb 4-2: Product: Optical USB Mouse
[ 13.965216] usb 4-2: Manufacturer: Logitech
[ 13.976218] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/0003:046D:C016.0002/input/input12
[ 13.977837] hid-generic 0003:046D:C016.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:12.0-2/input0
[ 14.105109] [drm] ib test on ring 5 succeeded
[ 14.649036] [drm] ib test on ring 6 succeeded
[ 15.161027] [drm] ib test on ring 7 succeeded
[ 15.173369] [drm] Radeon Display Connectors
[ 15.173376] [drm] Connector 0:
[ 15.173378] [drm] DP-1
[ 15.173380] [drm] HPD1
[ 15.173382] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[ 15.173387] [drm] Encoders:
[ 15.173388] [drm] DFP1: INTERNAL_UNIPHY2
[ 15.173390] [drm] Connector 1:
[ 15.173392] [drm] VGA-1
[ 15.173393] [drm] HPD2
[ 15.173395] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 15.173399] [drm] Encoders:
[ 15.173400] [drm] CRT1: INTERNAL_UNIPHY2
[ 15.173402] [drm] CRT1: NUTMEG
[ 15.173403] [drm] Connector 2:
[ 15.173405] [drm] HDMI-A-1
[ 15.173406] [drm] HPD3
[ 15.173408] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[ 15.173411] [drm] Encoders:
[ 15.173412] [drm] DFP2: INTERNAL_UNIPHY
[ 15.447734] [drm] fb mappable at 0xE03E9000
[ 15.447741] [drm] vram apper at 0xE0000000
[ 15.447743] [drm] size 5242880
[ 15.447745] [drm] fb depth is 24
[ 15.447747] [drm] pitch is 5120
[ 15.448342] fbcon: radeondrmfb (fb0) is primary device
[ 15.631670] Console: switching to colour frame buffer device 160x64
[ 15.633551] radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
[ 15.645230] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
[ 15.872804] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 15.872819] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[ 18.185928] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=246 'systemd'
[ 18.983836] [drm] amdgpu kernel modesetting enabled.


[NOTE ] coreboot-4.18-15-gc782ef4345 Wed Apr 19 16:04:54 UTC 2023 bootblock starting (log level: 7)...
[DEBUG] FMAP: Found "FLASH" version 1.1 at 0x10000.
[DEBUG] FMAP: base = 0xffc00000 size = 0x400000 #areas = 4
[DEBUG] FMAP: area COREBOOT found @ 10200 (4128256 bytes)
[INFO ] CBFS: mcache @0x00034e00 built for 15 files, used 0x330 of 0x4000 bytes
[INFO ] CBFS: Found 'fallback/romstage' @0x20e00 size 0x4cf90 in mcache @0x00034fc0
[DEBUG] BS: bootblock times (exec / console): total (unknown) / 1 ms


[NOTE ] coreboot-4.18-15-gc782ef4345 Wed Apr 19 16:04:54 UTC 2023 romstage starting (log level: 7)...
[DEBUG] APIC 00: CPU Family_Model = 00610f31

[DEBUG] APIC 00: ** Enter AmdInitReset [00020007]
[DEBUG] Fch OEM config in INIT RESET
[DEBUG] AmdInitReset() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in LocalCache (2) at 0x00400000
[DEBUG] APIC 00: ** Exit AmdInitReset [00020007]

[DEBUG] APIC 00: ** Enter AmdInitEarly [00020002]
[DEBUG] AmdInitEarly() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in LocalCache (2) at 0x00400000
[DEBUG] APIC 00: ** Exit AmdInitEarly [00020002]

[DEBUG] APIC 00: ** Enter AmdInitPost [00020006]
[ERROR] -------------SPD READ ERROR-----------
[ERROR] -------------SPD READ ERROR-----------
[DEBUG] AmdInitPost() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in TempMem (3) at 0x000b0000
[DEBUG] APIC 00: ** Exit AmdInitPost [00020006]
[DEBUG] CBMEM:
[DEBUG] IMD: root @ 0x5ffff000 254 entries.
[DEBUG] IMD: root @ 0x5fffec00 62 entries.
[DEBUG] FMAP: area COREBOOT found @ 10200 (4128256 bytes)
[DEBUG] Normal boot
[INFO ] CBFS: Found 'fallback/postcar' @0x2340 size 0x51a4 in mcache @0x00034ee8
[DEBUG] Loading module at 0x5ffd0000 with entry 0x5ffd0031. filesize: 0x4ee0 memsize: 0xb1f0
[DEBUG] Processing 161 relocs. Offset value of 0x5dfd0000
[DEBUG] BS: romstage times (exec / console): total (unknown) / 2 ms


[NOTE ] coreboot-4.18-15-gc782ef4345 Wed Apr 19 16:04:54 UTC 2023 postcar starting (log level: 7)...
[DEBUG] FMAP: area COREBOOT found @ 10200 (4128256 bytes)
[INFO ] CBFS: Found 'fallback/ramstage' @0x6de40 size 0x217fe in mcache @0x5ffdd240
[DEBUG] Loading module at 0x5feb8000 with entry 0x5feb8000. filesize: 0x46038 memsize: 0x116828
[DEBUG] Processing 3978 relocs. Offset value of 0x5beb8000
[DEBUG] BS: postcar times (exec / console): total (unknown) / 0 ms


[NOTE ] coreboot-4.18-15-gc782ef4345 Wed Apr 19 16:04:54 UTC 2023 ramstage starting (log level: 7)...
[DEBUG] Normal boot

[DEBUG] APIC 00: ** Enter AmdInitEnv [00020003]
[DEBUG] Wiped HEAP at [10000000 - 1002ffff]
[DEBUG] Fch OEM config in INIT ENV
[DEBUG] AmdInitEnv() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in SystemMem (4) at 0x10000014
[DEBUG] APIC 00: ** Exit AmdInitEnv [00020003]
[DEBUG] BS: BS_PRE_DEVICE entry times (exec / console): 25 / 0 ms
[INFO ] Enumerating buses...
[DEBUG] Root Device scanning...
[DEBUG] CPU_CLUSTER: 0 enabled
[DEBUG] DOMAIN: 0000 enabled
[DEBUG] DOMAIN: 0000 scanning...
[DEBUG] PCI: pci_scan_bus for bus 00
[DEBUG] PCI: 00:00.0 [1022/1410] enabled
[DEBUG] PCI: 00:00.2 [1022/1419] enabled
[DEBUG] PCI: 00:01.0 [1002/9996] enabled
[DEBUG] PCI: 00:01.1 [1002/9902] enabled
[INFO ] PCI: Static device PCI: 00:02.0 not found, disabling it.
[DEBUG] hudson_enable()
[INFO ] PCI: Static device PCI: 00:10.0 not found, disabling it.
[DEBUG] hudson_enable()
[INFO ] PCI: Static device PCI: 00:10.1 not found, disabling it.
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:11.0 [1022/7801] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:12.0 [1022/7807] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:12.2 [1022/7808] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:13.0 [1022/7807] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:13.2 [1022/7808] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:14.0 [1022/780b] enabled
[DEBUG] hudson_enable()
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:14.2 [1022/780d] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:14.3 [1022/780e] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:14.4 [1022/780f] enabled
[DEBUG] PCI: 00:14.5 [1022/7809] enabled
[DEBUG] hudson_enable()
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:15.0 [1022/43a0] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:15.1 [1022/43a1] enabled
[DEBUG] hudson_enable()
[DEBUG] PCI: 00:15.2 [1022/43a2] disabled
[DEBUG] PCI: 00:16.0 [1022/7807] enabled
[DEBUG] PCI: 00:16.2 [1022/7808] enabled
[DEBUG] PCI: 00:18.0 [1022/1400] enabled
[DEBUG] PCI: 00:18.1 [1022/1401] enabled
[DEBUG] PCI: 00:18.2 [1022/1402] enabled
[DEBUG] PCI: 00:18.3 [1022/1403] enabled
[DEBUG] PCI: 00:18.4 [1022/1404] enabled
[DEBUG] PCI: 00:18.5 [1022/1405] enabled
[WARN ] PCI: Leftover static devices:
[WARN ] PCI: 00:02.0
[WARN ] PCI: 00:10.0
[WARN ] PCI: 00:10.1
[WARN ] PCI: 00:14.1
[WARN ] PCI: 00:14.7
[WARN ] PCI: Check your devicetree.cb.
[DEBUG] PCI: 00:14.0 scanning...
[DEBUG] scan_bus: bus PCI: 00:14.0 finished in 0 msecs
[DEBUG] PCI: 00:14.3 scanning...
[DEBUG] PNP: 002e.0 disabled
[DEBUG] PNP: 002e.1 disabled
[DEBUG] PNP: 002e.2 enabled
[DEBUG] PNP: 002e.3 disabled
[DEBUG] PNP: 002e.5 enabled
[DEBUG] PNP: 002e.6 disabled
[DEBUG] PNP: 002e.7 enabled
[DEBUG] PNP: 002e.8 disabled
[DEBUG] PNP: 002e.108 enabled
[DEBUG] PNP: 002e.9 disabled
[DEBUG] PNP: 002e.109 enabled
[DEBUG] PNP: 002e.209 enabled
[DEBUG] PNP: 002e.309 enabled
[DEBUG] PNP: 002e.409 enabled
[DEBUG] PNP: 002e.509 enabled
[DEBUG] PNP: 002e.609 enabled
[DEBUG] PNP: 002e.709 enabled
[DEBUG] PNP: 002e.a enabled
[DEBUG] PNP: 002e.b enabled
[DEBUG] PNP: 002e.d disabled
[DEBUG] PNP: 002e.e disabled
[DEBUG] PNP: 002e.f enabled
[DEBUG] PNP: 002e.14 enabled
[DEBUG] PNP: 002e.16 disabled
[DEBUG] scan_bus: bus PCI: 00:14.3 finished in 0 msecs
[DEBUG] PCI: 00:14.4 scanning...
[DEBUG] PCI: pci_scan_bus for bus 01
[DEBUG] scan_bus: bus PCI: 00:14.4 finished in 0 msecs
[DEBUG] PCI: 00:15.0 scanning...
[DEBUG] PCI: pci_scan_bus for bus 02
[DEBUG] scan_bus: bus PCI: 00:15.0 finished in 0 msecs
[DEBUG] PCI: 00:15.1 scanning...
[DEBUG] PCI: pci_scan_bus for bus 03
[DEBUG] PCI: 03:00.0 [1b21/1042] enabled
[DEBUG] scan_bus: bus PCI: 00:15.1 finished in 0 msecs
[DEBUG] scan_bus: bus DOMAIN: 0000 finished in 0 msecs
[DEBUG] scan_bus: bus Root Device finished in 0 msecs
[INFO ] done
[DEBUG] BS: BS_DEV_ENUMERATE run times (exec / console): 1 / 0 ms
[DEBUG] found VGA at PCI: 00:01.0
[DEBUG] Setting up VGA for PCI: 00:01.0
[DEBUG] Setting PCI_BRIDGE_CTL_VGA for bridge DOMAIN: 0000
[DEBUG] Setting PCI_BRIDGE_CTL_VGA for bridge Root Device
[INFO ] Allocating resources...
[INFO ] Reading resources...
[DEBUG] fx_devs=0x1
[ERROR] PNP: 002e.7 missing read_resources
[DEBUG] Adding PCIe enhanced config space BAR 0xf8000000-0xfc000000.
[INFO ] Done reading resources.
[ERROR] skipping PNP: 002e.7@f4 fixed resource, size=0!
[ERROR] skipping PNP: 002e.7@e0 fixed resource, size=0!
[ERROR] skipping PNP: 002e.7@e1 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@e0 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@e2 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@e4 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@f0 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@f4 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@f5 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@f6 fixed resource, size=0!
[ERROR] skipping PNP: 002e.108@f7 fixed resource, size=0!
[ERROR] skipping PNP: 002e.209@e0 fixed resource, size=0!
[ERROR] skipping PNP: 002e.309@e4 fixed resource, size=0!
[ERROR] skipping PNP: 002e.309@e5 fixed resource, size=0!
[ERROR] skipping PNP: 002e.409@f0 fixed resource, size=0!
[ERROR] skipping PNP: 002e.a@e6 fixed resource, size=0!
[ERROR] skipping PNP: 002e.a@e7 fixed resource, size=0!
[ERROR] skipping PNP: 002e.b@e2 fixed resource, size=0!
[ERROR] skipping PNP: 002e.b@e4 fixed resource, size=0!
[ERROR] skipping PNP: 002e.f@e6 fixed resource, size=0!
[ERROR] skipping PNP: 002e.14@e0 fixed resource, size=0!
[INFO ] Setting resources...
[DEBUG] node 0: mmio_basek=00200000, basek=00400000, limitk=005fc000
[INFO ] add_uma_resource_below_tolm: uma size 0x20000000, memory start 0x60000000
[DEBUG] PCI: 00:00.2 44 <- [0x00000000f0100000 - 0x00000000f017ffff] size 0x00080000 gran 0x13 mem
[DEBUG] PCI: 00:01.0 10 <- [0x00000000e0000000 - 0x00000000efffffff] size 0x10000000 gran 0x1c prefmem
[DEBUG] PCI: 00:01.0 14 <- [0x0000000000001000 - 0x00000000000010ff] size 0x00000100 gran 0x08 io
[DEBUG] PCI: 00:01.0 18 <- [0x00000000f0180000 - 0x00000000f01bffff] size 0x00040000 gran 0x12 mem
[DEBUG] PCI: 00:01.1 10 <- [0x00000000f01c0000 - 0x00000000f01c3fff] size 0x00004000 gran 0x0e mem
[DEBUG] PCI: 00:11.0 10 <- [0x0000000000001410 - 0x0000000000001417] size 0x00000008 gran 0x03 io
[DEBUG] PCI: 00:11.0 14 <- [0x0000000000001420 - 0x0000000000001423] size 0x00000004 gran 0x02 io
[DEBUG] PCI: 00:11.0 18 <- [0x0000000000001418 - 0x000000000000141f] size 0x00000008 gran 0x03 io
[DEBUG] PCI: 00:11.0 1c <- [0x0000000000001424 - 0x0000000000001427] size 0x00000004 gran 0x02 io
[DEBUG] PCI: 00:11.0 20 <- [0x0000000000001400 - 0x000000000000140f] size 0x00000010 gran 0x04 io
[DEBUG] PCI: 00:11.0 24 <- [0x00000000f01cc000 - 0x00000000f01cc7ff] size 0x00000800 gran 0x0b mem
[DEBUG] PCI: 00:12.0 10 <- [0x00000000f01c8000 - 0x00000000f01c8fff] size 0x00001000 gran 0x0c mem
[DEBUG] PCI: 00:12.2 10 <- [0x00000000f01cd000 - 0x00000000f01cd0ff] size 0x00000100 gran 0x08 mem
[DEBUG] PCI: 00:13.0 10 <- [0x00000000f01c9000 - 0x00000000f01c9fff] size 0x00001000 gran 0x0c mem
[DEBUG] PCI: 00:13.2 10 <- [0x00000000f01ce000 - 0x00000000f01ce0ff] size 0x00000100 gran 0x08 mem
[DEBUG] PCI: 00:14.2 10 <- [0x00000000f01c4000 - 0x00000000f01c7fff] size 0x00004000 gran 0x0e mem64
[DEBUG] PNP: 002e.2 60 <- [0x00000000000003f8 - 0x00000000000003ff] size 0x00000008 gran 0x03 io
[DEBUG] PNP: 002e.2 70 <- [0x0000000000000004 - 0x0000000000000004] size 0x00000001 gran 0x00 irq
[DEBUG] PNP: 002e.5 60 <- [0x0000000000000060 - 0x0000000000000060] size 0x00000001 gran 0x00 io
[DEBUG] PNP: 002e.5 62 <- [0x0000000000000064 - 0x0000000000000064] size 0x00000001 gran 0x00 io
[DEBUG] PNP: 002e.5 70 <- [0x0000000000000001 - 0x0000000000000001] size 0x00000001 gran 0x00 irq
[DEBUG] PNP: 002e.5 72 <- [0x000000000000000c - 0x000000000000000c] size 0x00000001 gran 0x00 irq
[ERROR] PNP: 002e.7 missing set_resources
[DEBUG] PNP: 002e.108 e0 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 e2 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 e4 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 f0 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 f4 <- [0x0000000000000008 - 0x0000000000000007] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 f5 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 f6 <- [0x0000000000000000 - 0xffffffffffffffff] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.108 f7 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.209 e0 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.309 e4 <- [0x000000000000007f - 0x000000000000007e] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.309 e5 <- [0x0000000000000000 - 0xffffffffffffffff] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.409 f0 <- [0x00000000000000ff - 0x00000000000000fe] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.509 f4 <- [0x00000000000000ff - 0x00000000000000ff] size 0x00000001 gran 0x00 irq
[WARN ] PNP: 002e.509 f5 irq size: 0x0000000001 not assigned in devicetree
[WARN ] PNP: 002e.609 f4 irq size: 0x0000000001 not assigned in devicetree
[WARN ] PNP: 002e.609 f5 irq size: 0x0000000001 not assigned in devicetree
[DEBUG] PNP: 002e.a e6 <- [0x000000000000004c - 0x000000000000004b] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.a e7 <- [0x0000000000000011 - 0x0000000000000010] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.a f2 <- [0x000000000000005d - 0x000000000000005d] size 0x00000001 gran 0x00 irq
[DEBUG] PNP: 002e.b 60 <- [0x0000000000000290 - 0x0000000000000291] size 0x00000002 gran 0x01 io
[DEBUG] PNP: 002e.b 62 <- [0x0000000000000000 - 0x0000000000000001] size 0x00000002 gran 0x01 io
[DEBUG] PNP: 002e.b 70 <- [0x0000000000000000 - 0x0000000000000000] size 0x00000001 gran 0x00 io
[DEBUG] PNP: 002e.b e2 <- [0x000000000000007f - 0x000000000000007e] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.b e4 <- [0x00000000000000f1 - 0x00000000000000f0] size 0x00000000 gran 0x00 irq
[WARN ] PNP: 002e.b f0 irq size: 0x0000000001 not assigned in devicetree
[DEBUG] PNP: 002e.f e6 <- [0x0000000000000007 - 0x0000000000000006] size 0x00000000 gran 0x00 irq
[DEBUG] PNP: 002e.14 e0 <- [0x0000000000000000 - 0xffffffffffffffff] size 0x00000000 gran 0x00 irq
[DEBUG] PCI: 00:14.4 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 01 io
[DEBUG] PCI: 00:14.4 24 <- [0x00000000f7ffffff - 0x00000000f7fffffe] size 0x00000000 gran 0x14 bus 01 prefmem
[DEBUG] PCI: 00:14.4 20 <- [0x00000000f7ffffff - 0x00000000f7fffffe] size 0x00000000 gran 0x14 bus 01 mem
[DEBUG] PCI: 00:14.5 10 <- [0x00000000f01ca000 - 0x00000000f01cafff] size 0x00001000 gran 0x0c mem
[DEBUG] PCI: 00:15.0 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 02 io
[DEBUG] PCI: 00:15.0 24 <- [0x00000000f7ffffff - 0x00000000f7fffffe] size 0x00000000 gran 0x14 bus 02 prefmem
[DEBUG] PCI: 00:15.0 20 <- [0x00000000f7ffffff - 0x00000000f7fffffe] size 0x00000000 gran 0x14 bus 02 mem
[DEBUG] PCI: 00:15.1 1c <- [0x000000000000ffff - 0x000000000000fffe] size 0x00000000 gran 0x0c bus 03 io
[DEBUG] PCI: 00:15.1 24 <- [0x00000000f7ffffff - 0x00000000f7fffffe] size 0x00000000 gran 0x14 bus 03 prefmem
[DEBUG] PCI: 00:15.1 20 <- [0x00000000f0000000 - 0x00000000f00fffff] size 0x00100000 gran 0x14 bus 03 mem
[DEBUG] PCI: 03:00.0 10 <- [0x00000000f0000000 - 0x00000000f0007fff] size 0x00008000 gran 0x0f mem64
[DEBUG] PCI: 00:16.0 10 <- [0x00000000f01cb000 - 0x00000000f01cbfff] size 0x00001000 gran 0x0c mem
[DEBUG] PCI: 00:16.2 10 <- [0x00000000f01cf000 - 0x00000000f01cf0ff] size 0x00000100 gran 0x08 mem
[INFO ] Done setting resources.
[INFO ] Done allocating resources.
[DEBUG] BS: BS_DEV_RESOURCES run times (exec / console): 1 / 0 ms

[DEBUG] APIC 00: ** Enter AmdInitMid [00020005]
[DEBUG] AmdInitMid() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in SystemMem (4) at 0x10000014
[DEBUG] APIC 00: ** Exit AmdInitMid [00020005]
[DEBUG] PCI_INTR tables: Writing registers C00/C01 for PIC mode PCI IRQ routing:
[DEBUG] PCI_INTR_INDEX PCI_INTR_DATA
[DEBUG] 0x00 INTA# : 0x1F
[DEBUG] 0x01 INTB# : 0x1F
[DEBUG] 0x02 INTC# : 0x1F
[DEBUG] 0x03 INTD# : 0x1F
[DEBUG] 0x04 INTE# : 0x1F
[DEBUG] 0x05 INTF# : 0x1F
[DEBUG] 0x06 INTG# : 0x1F
[DEBUG] 0x07 INTH# : 0x1F
[DEBUG] 0x08 Misc : 0x0A
[DEBUG] 0x09 Misc0 : 0xF1
[DEBUG] 0x0A Misc1 : 0x00
[DEBUG] 0x0B Misc2 : 0x00
[DEBUG] 0x0C Ser IRQ INTA : 0x1F
[DEBUG] 0x0D Ser IRQ INTB : 0x1F
[DEBUG] 0x0E Ser IRQ INTC : 0x1F
[DEBUG] 0x0F Ser IRQ INTD : 0x1F
[DEBUG] 0x10 SCI : 0x09
[DEBUG] 0x11 SMBUS0 : 0x1F
[DEBUG] 0x12 ASF : 0x1F
[DEBUG] 0x13 HDA : 0x1F
[DEBUG] 0x14 SD : 0x1F
[DEBUG] 0x15 GEC : 0x1F
[DEBUG] 0x16 PerMon : 0x1F
[DEBUG] 0x20 IMC INT0 : 0x1F
[DEBUG] 0x21 IMC INT1 : 0x1F
[DEBUG] 0x22 IMC INT2 : 0x1F
[DEBUG] 0x23 IMC INT3 : 0x1F
[DEBUG] 0x24 IMC INT4 : 0x1F
[DEBUG] 0x25 IMC INT5 : 0x1F
[DEBUG] 0x30 Dev18.0 INTA : 0x1F
[DEBUG] 0x31 Dev18.2 INTB : 0x1F
[DEBUG] 0x32 Dev19.0 INTA : 0x1F
[DEBUG] 0x33 Dev19.2 INTB : 0x1F
[DEBUG] 0x34 Dev22.0 INTA : 0x1F
[DEBUG] 0x35 Dev22.2 INTB : 0x1F
[DEBUG] 0x36 Dev20.5 INTC : 0x1F
[DEBUG] 0x40 IDE : 0x1F
[DEBUG] 0x41 SATA : 0x1F
[DEBUG] 0x50 GPPInt0 : 0x1F
[DEBUG] 0x51 GPPInt1 : 0x1F
[DEBUG] 0x52 GPPInt2 : 0x1F
[DEBUG] 0x53 GPPInt3 : 0x1F
[DEBUG] PCI_INTR tables: Writing registers C00/C01 for APIC mode PCI IRQ routing:
[DEBUG] PCI_INTR_INDEX PCI_INTR_DATA
[DEBUG] 0x00 INTA# : 0x10
[DEBUG] 0x01 INTB# : 0x11
[DEBUG] 0x02 INTC# : 0x12
[DEBUG] 0x03 INTD# : 0x13
[DEBUG] 0x04 INTE# : 0x14
[DEBUG] 0x05 INTF# : 0x15
[DEBUG] 0x06 INTG# : 0x16
[DEBUG] 0x07 INTH# : 0x17
[DEBUG] 0x08 Misc : 0x00
[DEBUG] 0x09 Misc0 : 0x00
[DEBUG] 0x0A Misc1 : 0x00
[DEBUG] 0x0B Misc2 : 0x00
[DEBUG] 0x0C Ser IRQ INTA : 0x1F
[DEBUG] 0x0D Ser IRQ INTB : 0x1F
[DEBUG] 0x0E Ser IRQ INTC : 0x1F
[DEBUG] 0x0F Ser IRQ INTD : 0x1F
[DEBUG] 0x10 SCI : 0x09
[DEBUG] 0x11 SMBUS0 : 0x1F
[DEBUG] 0x12 ASF : 0x1F
[DEBUG] 0x13 HDA : 0x10
[DEBUG] 0x14 SD : 0x1F
[DEBUG] 0x15 GEC : 0x10
[DEBUG] 0x16 PerMon : 0x1F
[DEBUG] 0x20 IMC INT0 : 0x05
[DEBUG] 0x21 IMC INT1 : 0x1F
[DEBUG] 0x22 IMC INT2 : 0x1F
[DEBUG] 0x23 IMC INT3 : 0x1F
[DEBUG] 0x24 IMC INT4 : 0x1F
[DEBUG] 0x25 IMC INT5 : 0x1F
[DEBUG] 0x30 Dev18.0 INTA : 0x12
[DEBUG] 0x31 Dev18.2 INTB : 0x11
[DEBUG] 0x32 Dev19.0 INTA : 0x12
[DEBUG] 0x33 Dev19.2 INTB : 0x11
[DEBUG] 0x34 Dev22.0 INTA : 0x12
[DEBUG] 0x35 Dev22.2 INTB : 0x11
[DEBUG] 0x36 Dev20.5 INTC : 0x12
[DEBUG] 0x40 IDE : 0x11
[DEBUG] 0x41 SATA : 0x13
[DEBUG] 0x50 GPPInt0 : 0x10
[DEBUG] 0x51 GPPInt1 : 0x11
[DEBUG] 0x52 GPPInt2 : 0x12
[DEBUG] 0x53 GPPInt3 : 0x13
[WARN ] Can't write PCI IRQ assignments because 'mainboard_pirq_data' structure does not exist
[DEBUG] BS: BS_DEV_ENABLE entry times (exec / console): 5 / 0 ms
[INFO ] Enabling resources...
[DEBUG] PCI: 00:00.0 subsystem <- 1022/1410
[DEBUG] PCI: 00:00.0 cmd <- 06
[DEBUG] PCI: 00:00.2 cmd <- 06
[DEBUG] PCI: 00:01.0 cmd <- 07
[DEBUG] PCI: 00:01.1 cmd <- 02
[DEBUG] PCI: 00:11.0 cmd <- 03
[DEBUG] PCI: 00:12.0 subsystem <- 1022/1410
[DEBUG] PCI: 00:12.0 cmd <- 02
[DEBUG] PCI: 00:12.2 subsystem <- 1022/1410
[DEBUG] PCI: 00:12.2 cmd <- 02
[DEBUG] PCI: 00:13.0 subsystem <- 1022/1410
[DEBUG] PCI: 00:13.0 cmd <- 02
[DEBUG] PCI: 00:13.2 subsystem <- 1022/1410
[DEBUG] PCI: 00:13.2 cmd <- 02
[DEBUG] PCI: 00:14.0 subsystem <- 1022/1410
[DEBUG] PCI: 00:14.0 cmd <- 403
[DEBUG] PCI: 00:14.2 subsystem <- 1022/1410
[DEBUG] PCI: 00:14.2 cmd <- 02
[DEBUG] PCI: 00:14.3 subsystem <- 1022/1410
[DEBUG] PCI: 00:14.3 cmd <- 0f
[DEBUG] hudson lpc decode:PNP: 002e.2, base=0x000003f8, end=0x000003ff
[DEBUG] hudson lpc decode:PNP: 002e.5, base=0x00000060, end=0x00000060
[DEBUG] hudson lpc decode:PNP: 002e.5, base=0x00000064, end=0x00000064
[DEBUG] hudson lpc decode:PNP: 002e.b, base=0x00000290, end=0x00000291
[DEBUG] PCI: 00:14.4 bridge ctrl <- 0013
[DEBUG] PCI: 00:14.4 cmd <- 00
[DEBUG] PCI: 00:14.5 cmd <- 02
[DEBUG] PCI: 00:15.0 bridge ctrl <- 0013
[DEBUG] PCI: 00:15.0 cmd <- 00
[DEBUG] PCI: 00:15.1 bridge ctrl <- 0013
[DEBUG] PCI: 00:15.1 cmd <- 06
[DEBUG] PCI: 00:16.0 cmd <- 02
[DEBUG] PCI: 00:16.2 cmd <- 02
[DEBUG] PCI: 00:18.0 cmd <- 00
[DEBUG] PCI: 00:18.1 subsystem <- 1022/1410
[DEBUG] PCI: 00:18.1 cmd <- 00
[DEBUG] PCI: 00:18.2 subsystem <- 1022/1410
[DEBUG] PCI: 00:18.2 cmd <- 00
[DEBUG] PCI: 00:18.3 subsystem <- 1022/1410
[DEBUG] PCI: 00:18.3 cmd <- 00
[DEBUG] PCI: 00:18.4 subsystem <- 1022/1410
[DEBUG] PCI: 00:18.4 cmd <- 00
[DEBUG] PCI: 00:18.5 subsystem <- 1022/1410
[DEBUG] PCI: 00:18.5 cmd <- 00
[DEBUG] PCI: 03:00.0 cmd <- 02
[INFO ] done.
[INFO ] Initializing devices...
[DEBUG] CPU_CLUSTER: 0 init

[DEBUG] MTRR check
[DEBUG] Fixed MTRRs : Disabled
[DEBUG] Variable MTRRs: Enabled

[INFO ] CPU: AMD A6-6400K APU with Radeon(tm) HD Graphics .
[INFO ] LAPIC 0x10 in XAPIC mode.
[DEBUG] Loading module at 0x00030000 with entry 0x00030000. filesize: 0x1b8 memsize: 0x1b8
[DEBUG] Processing 18 relocs. Offset value of 0x00030000
[DEBUG] Attempting to start 1 APs
[DEBUG] Waiting for 10ms after sending INIT.
[DEBUG] Waiting for SIPI to complete...
[INFO ] LAPIC 0x11 in XAPIC mode.
[DEBUG] done.
[INFO ] AP: slot 1 apic_id 11
[DEBUG] Waiting for SIPI to complete...
[DEBUG] done.
[INFO ] Initializing CPU #0
[DEBUG] CPU: vendor AMD device 610f31
[DEBUG] CPU: family 15, model 13, stepping 01
[DEBUG] Model 15 Init.
[DEBUG] siblings = 01, CPU #0 initialized
[INFO ] Initializing CPU #1
[DEBUG] CPU: vendor AMD device 610f31
[DEBUG] CPU: family 15, model 13, stepping 01
[DEBUG] Model 15 Init.
[DEBUG] siblings = 01, CPU #1 initialized
[INFO ] bsp_do_flight_plan done after 0 msecs.
[DEBUG] CPU_CLUSTER: 0 init finished in 10 msecs
[DEBUG] PCI: 00:00.0 init
[DEBUG] PCI: 00:00.0 init finished in 0 msecs
[DEBUG] PCI: 00:01.0 init
[DEBUG] PCI: 00:01.0 init finished in 0 msecs
[DEBUG] PCI: 00:01.1 init
[DEBUG] PCI: 00:01.1 init finished in 0 msecs
[DEBUG] PCI: 00:11.0 init
[DEBUG] PCI: 00:11.0 init finished in 0 msecs
[DEBUG] PCI: 00:12.0 init
[DEBUG] PCI: 00:12.0 init finished in 0 msecs
[DEBUG] PCI: 00:12.2 init
[DEBUG] PCI: 00:12.2 init finished in 0 msecs
[DEBUG] PCI: 00:13.0 init
[DEBUG] PCI: 00:13.0 init finished in 0 msecs
[DEBUG] PCI: 00:13.2 init
[DEBUG] PCI: 00:13.2 init finished in 0 msecs
[DEBUG] PCI: 00:14.0 init
[DEBUG] IOAPIC: Initializing IOAPIC at 0xfec00000
[DEBUG] IOAPIC: ID = 0x04
[DEBUG] IOAPIC: 24 interrupts
[DEBUG] IOAPIC: Clearing IOAPIC at 0xfec00000
[DEBUG] IOAPIC: Bootstrap Processor Local APIC = 0x10
[DEBUG] PCI: 00:14.0 init finished in 0 msecs
[DEBUG] PCI: 00:14.2 init
[DEBUG] PCI: 00:14.2 init finished in 0 msecs
[DEBUG] PCI: 00:14.3 init
[DEBUG] RTC Init
[DEBUG] PCI: 00:14.3 init finished in 0 msecs
[DEBUG] PCI: 00:14.5 init
[DEBUG] PCI: 00:14.5 init finished in 0 msecs
[DEBUG] PCI: 00:15.0 init
[DEBUG] PCI: 00:15.0 init finished in 0 msecs
[DEBUG] PCI: 00:15.1 init
[DEBUG] PCI: 00:15.1 init finished in 0 msecs
[DEBUG] PCI: 00:16.0 init
[DEBUG] PCI: 00:16.0 init finished in 0 msecs
[DEBUG] PCI: 00:16.2 init
[DEBUG] PCI: 00:16.2 init finished in 0 msecs
[DEBUG] PCI: 00:18.1 init
[DEBUG] PCI: 00:18.1 init finished in 0 msecs
[DEBUG] PCI: 00:18.2 init
[DEBUG] PCI: 00:18.2 init finished in 0 msecs
[DEBUG] PCI: 00:18.3 init
[DEBUG] PCI: 00:18.3 init finished in 0 msecs
[DEBUG] PCI: 00:18.4 init
[DEBUG] PCI: 00:18.4 init finished in 0 msecs
[DEBUG] PCI: 00:18.5 init
[DEBUG] PCI: 00:18.5 init finished in 0 msecs
[DEBUG] PNP: 002e.2 init
[DEBUG] PNP: 002e.2 init finished in 0 msecs
[DEBUG] PNP: 002e.5 init
[DEBUG] PNP: 002e.5 init finished in 0 msecs
[DEBUG] PNP: 002e.108 init
[DEBUG] PNP: 002e.108 init finished in 0 msecs
[DEBUG] PNP: 002e.109 init
[DEBUG] PNP: 002e.109 init finished in 0 msecs
[DEBUG] PNP: 002e.209 init
[DEBUG] PNP: 002e.209 init finished in 0 msecs
[DEBUG] PNP: 002e.309 init
[DEBUG] PNP: 002e.309 init finished in 0 msecs
[DEBUG] PNP: 002e.409 init
[DEBUG] PNP: 002e.409 init finished in 0 msecs
[DEBUG] PNP: 002e.509 init
[DEBUG] PNP: 002e.509 init finished in 0 msecs
[DEBUG] PNP: 002e.609 init
[DEBUG] PNP: 002e.609 init finished in 0 msecs
[DEBUG] PNP: 002e.709 init
[DEBUG] PNP: 002e.709 init finished in 0 msecs
[DEBUG] PNP: 002e.a init
[DEBUG] PNP: 002e.a init finished in 0 msecs
[DEBUG] PNP: 002e.b init
[DEBUG] PNP: 002e.b init finished in 0 msecs
[DEBUG] PNP: 002e.f init
[DEBUG] PNP: 002e.f init finished in 0 msecs
[DEBUG] PNP: 002e.14 init
[DEBUG] PNP: 002e.14 init finished in 0 msecs
[DEBUG] PCI: 03:00.0 init
[DEBUG] PCI: 03:00.0 init finished in 0 msecs
[INFO ] Devices initialized
[DEBUG] BS: BS_DEV_INIT run times (exec / console): 10 / 0 ms
[INFO ] Finalize devices...
[DEBUG] PCI: 00:14.3 final
[INFO ] Devices finalized

[DEBUG] APIC 00: ** Enter AmdInitLate [00020004]
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/Common/CommonReturns.c', line 187
[EMERG] ASSERTION ERROR: file 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/cpuGeneralServices.c', line 776
[DEBUG] AmdInitLate() returned AGESA_SUCCESS
[DEBUG] APIC 00: Heap in SystemMem (4) at 0x10000014
[DEBUG] APIC 00: ** Exit AmdInitLate [00020004]

[DEBUG] APIC 00: ** Enter AmdS3Save [0002000b]
[DEBUG] FMAP: area COREBOOT found @ 10200 (4128256 bytes)
[INFO ] CBFS: Found 'pci1002,9996.rom' @0x8f6c0 size 0xf200 in mcache @0x5ffdd294
[DEBUG] FMAP: area RW_MRC_CACHE found @ 0 (65536 bytes)
[DEBUG] MRC: Checking cached data update for 'RW_MRC_CACHE'.
[INFO ] Manufacturer: ef
[INFO ] SF: Detected ef 4016 with sector size 0x1000, total 0x400000
[DEBUG] MRC: cache data 'RW_MRC_CACHE' needs update.
[DEBUG] MRC: updated 'RW_MRC_CACHE'.
[DEBUG] AmdS3Save() returned AGESA_SUCCESS
[EMERG] ASSERTION ERROR: file 'src/drivers/amd/agesa/state_machine.c', line 276
[DEBUG] APIC 00: Heap in SystemMem (4) at 0x10000014
[DEBUG] APIC 00: ** Exit AmdS3Save [0002000b]
[DEBUG] BS: BS_POST_DEVICE exit times (exec / console): 14 / 0 ms
[INFO ] Writing IRQ routing tables to 0xf0000...write_pirq_routing_table done.
[INFO ] Writing IRQ routing tables to 0x5fe6e000...write_pirq_routing_table done.
[DEBUG] PIRQ table: 48 bytes.
[INFO ] CBFS: Found 'fallback/dsdt.aml' @0x700 size 0x193a in mcache @0x5ffdd094
[WARN ] CBFS: 'fallback/slic' not found.
[INFO ] ACPI: Writing ACPI tables at 5fe4a000.
[DEBUG] ACPI: * FACS
[DEBUG] ACPI: * DSDT
[DEBUG] ACPI: * FADT
[DEBUG] pm_base: 0x0800
[DEBUG] ACPI: added table 1/32, length now 40
[DEBUG] ACPI: * SSDT
[INFO ] CBFS: Found 'pci1002,9996.rom' @0x8f6c0 size 0xf200 in mcache @0x5ffdd294
[DEBUG] In CBFS, ROM address for PCI: 00:01.0 = 0xffc9f8ec
[ERROR] PCI: 00:01.0: Missing ACPI scope
[DEBUG] ACPI: added table 2/32, length now 44
[DEBUG] ACPI: * MCFG
[DEBUG] ACPI: added table 3/32, length now 48
[DEBUG] ACPI: * MADT
[DEBUG] ACPI: added table 4/32, length now 52
[DEBUG] current = 5fe4be20
[DEBUG] ACPI: * HPET
[DEBUG] ACPI: added table 5/32, length now 56
[DEBUG] ACPI: added table 6/32, length now 60
[DEBUG] ACPI: * IVRS at 5fe4c030
[DEBUG] ACPI: added table 7/32, length now 64
[DEBUG] ACPI: * SRAT at 5fe4c0a0
[DEBUG] AGESA SRAT table NULL. Skipping.
[DEBUG] ACPI: * SLIT at 5fe4c0a0
[DEBUG] AGESA SLIT table NULL. Skipping.
[DEBUG] ACPI: * AGESA ALIB SSDT at 5fe4c0a0
[DEBUG] ACPI: added table 8/32, length now 68
[DEBUG] ACPI: * SSDT at 5fe4c5c0
[DEBUG] ACPI: added table 9/32, length now 72
[DEBUG] ACPI: * SSDT for PState at 5fe4cc72
[INFO ] CBFS: Found 'pci1002,9996.rom' @0x8f6c0 size 0xf200 in mcache @0x5ffdd294
[DEBUG] In CBFS, ROM address for PCI: 00:01.0 = 0xffc9f8ec
[DEBUG] Copying VBIOS image from 0xffc9f8ec
[DEBUG] ACPI: * VFCT at 5fe4cc80
[DEBUG] ACPI: added table 10/32, length now 76
[INFO ] ACPI: done.
[DEBUG] ACPI tables: 73456 bytes.
[DEBUG] smbios_write_tables: 5fe42000
[DEBUG] SMBIOS firmware version is set to coreboot_version: '4.18-15-gc782ef4345'
[DEBUG] SMBIOS tables: 531 bytes.
[DEBUG] Writing table forward entry at 0x00000500
[DEBUG] Wrote coreboot table at: 0x00000500, 0x10 bytes, checksum aff7
[DEBUG] Writing coreboot table at 0x5fe6f000
[DEBUG] 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
[DEBUG] 1. 0000000000001000-000000000009ffff: RAM
[DEBUG] 2. 00000000000c0000-000000005fe41fff: RAM
[DEBUG] 3. 000000005fe42000-000000005feb7fff: CONFIGURATION TABLES
[DEBUG] 4. 000000005feb8000-000000005ffcefff: RAMSTAGE
[DEBUG] 5. 000000005ffcf000-000000005fffffff: CONFIGURATION TABLES
[DEBUG] 6. 0000000060000000-000000007fffffff: RESERVED
[DEBUG] 7. 00000000f8000000-00000000fbffffff: RESERVED
[DEBUG] 8. 00000000fec10000-00000000fec10fff: RESERVED
[DEBUG] 9. 0000000100000000-000000017effffff: RAM
[DEBUG] Wrote coreboot table at: 0x5fe6f000, 0x354 bytes, checksum d6c8
[DEBUG] coreboot table: 876 bytes.
[DEBUG] IMD ROOT 0. 0x5ffff000 0x00001000
[DEBUG] IMD SMALL 1. 0x5fffe000 0x00001000
[DEBUG] CONSOLE 2. 0x5ffde000 0x00020000
[DEBUG] RO MCACHE 3. 0x5ffdd000 0x00000330
[DEBUG] TIME STAMP 4. 0x5ffdc000 0x00000910
[DEBUG] AFTER CAR 5. 0x5ffcf000 0x0000d000
[DEBUG] RAMSTAGE 6. 0x5feb7000 0x00118000
[DEBUG] SMM BACKUP 7. 0x5fea7000 0x00010000
[DEBUG] ACPISCRATCH 8. 0x5fe77000 0x00030000
[DEBUG] COREBOOT 9. 0x5fe6f000 0x00008000
[DEBUG] IRQ TABLE 10. 0x5fe6e000 0x00001000
[DEBUG] ACPI 11. 0x5fe4a000 0x00024000
[DEBUG] SMBIOS 12. 0x5fe42000 0x00008000
[DEBUG] IMD small region:
[DEBUG] IMD ROOT 0. 0x5fffec00 0x00000400
[DEBUG] FMAP 1. 0x5fffeb20 0x000000e0
[DEBUG] ROMSTAGE 2. 0x5fffeb00 0x00000004
[DEBUG] ROMSTG STCK 3. 0x5fffea60 0x00000088
[DEBUG] AGESA MTRR 4. 0x5fffe960 0x000000f0
[DEBUG] BS: BS_WRITE_TABLES run times (exec / console): 9 / 0 ms
[INFO ] CBFS: Found 'fallback/payload' @0x9e900 size 0x118e9 in mcache @0x5ffdd2c0
[DEBUG] Checking segment from ROM address 0xffcaeb2c
[DEBUG] Checking segment from ROM address 0xffcaeb48
[DEBUG] Loading segment from ROM address 0xffcaeb2c
[DEBUG] code (compression=1)
[DEBUG] New segment dstaddr 0x000dee80 memsize 0x21180 srcaddr 0xffcaeb64 filesize 0x118b1
[DEBUG] Loading Segment: addr: 0x000dee80 memsz: 0x0000000000021180 filesz: 0x00000000000118b1
[DEBUG] using LZMA
[DEBUG] Loading segment from ROM address 0xffcaeb48
[DEBUG] Entry Point 0x000fd266
[DEBUG] BS: BS_PAYLOAD_LOAD run times (exec / console): 13 / 0 ms
[DEBUG] Jumping to boot code at 0x000fd266(0x5fe6f000)
SeaBIOS (version rel-1.16.2-0-gea1b7a0)
BUILD: gcc: (Debian 12.2.0-14) 12.2.0 binutils: (GNU Binutils for Debian) 2.40
Found coreboot cbmem console @ 5ffde000
Found mainboard ASUS F2A85-M_PRO
Relocating init from 0x000e05c0 to 0x5ee34b20 (size 54336)
Found CBFS header at 0xffc1022c
multiboot: eax=5fefb3d8, ebx=5fefb3a4
Found 26 PCI devices (max PCI bus is 03)
Copying SMBIOS from 0x5fe42000 to 0x000f6880
Copying SMBIOS 3.0 from 0x5fe42020 to 0x000f6860
Copying ACPI RSDP from 0x5fe4a000 to 0x000f6830
Copying PIR from 0x5fe6e000 to 0x000f6800
table(50434146)=0x5fe4bbc0 (via xsdt)
Using pmtimer, ioport 0x818
Scan for VGA option rom
Running option rom at c000:0003
Turning on vga text mode console
SeaBIOS (version rel-1.16.2-0-gea1b7a0)
PCI: XHCI at 03:00.0 (mmio 0xf0000000)
XHCI init: regs @ 0xf0000000, 4 ports, 32 slots, 32 byte contexts
XHCI extcap 0x1 @ 0xf0000800
XHCI protocol USB 3.00, 2 ports (offset 1), def 0
XHCI protocol USB 2.00, 2 ports (offset 3), def 1
EHCI init on dev 00:12.2 (regs=0xf01cd020)
EHCI init on dev 00:13.2 (regs=0xf01ce020)
EHCI init on dev 00:16.2 (regs=0xf01cf020)
OHCI init on dev 00:12.0 (regs=0xf01c8000)
OHCI init on dev 00:13.0 (regs=0xf01c9000)
OHCI init on dev 00:14.5 (regs=0xf01ca000)
OHCI init on dev 00:16.0 (regs=0xf01cb000)
AHCI controller at 00:11.0, iobase 0xf01cc000, irq 0
Searching bootorder for: HALT
Found 0 lpt ports
Found 1 serial ports
Searching bootorder for: /pci@i0cf8/*@11/drive@6/disk@0
AHCI/6: Set transfer mode to UDMA-6
Searching bios-geometry for: /pci@i0cf8/*@11/drive@6/disk@0
AHCI/6: registering: "AHCI/6: SanDisk SDSSDP064G ATA-9 Hard-Disk (61057 MiBytes)"
USB keyboard initialized
USB mouse initialized
XHCI no devices found
PS2 keyboard initialized
All threads complete.
Scan for option roms

Press ESC for boot menu.

Searching bootorder for: HALT
drive 0x000f6790: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=125045424
Space available for UMB: cf800-ec000, f60a0-f6790
Returned 16756736 bytes of ZoneHigh
e820 map has 8 items:
0: 0000000000000000 - 000000000009fc00 = 1 RAM
1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
3: 0000000000100000 - 000000005fe3d000 = 1 RAM
4: 000000005fe3d000 - 0000000080000000 = 2 RESERVED
5: 00000000f8000000 - 00000000fc000000 = 2 RESERVED
6: 00000000fec10000 - 00000000fec11000 = 2 RESERVED
7: 0000000100000000 - 000000017f000000 = 1 RAM
enter handle_19:
NULL
Booting from Hard Disk...
Booting from 0000:7c00