gitignore: /var/log — real-hardware log pulls stay out of the tree
(An earlier append landed on a line missing its newline, mangling '.github/' and silently un-ignoring var/ — which let a stray add sweep pulled logs into the tree. Repaired, and the logs untracked again.)
This commit is contained in:
parent
f0611ef8ac
commit
7082699f5f
|
|
@ -6,4 +6,5 @@ zig-out/
|
|||
.idea/
|
||||
|
||||
.claude/
|
||||
.github//var/
|
||||
.github/
|
||||
/var/log/
|
||||
|
|
|
|||
|
|
@ -1,107 +0,0 @@
|
|||
[ 0.000] /system/kernel: initialising kernel...
|
||||
[ 0.000] /system/kernel: cpu tables online (GDT, IDT, TSS)
|
||||
[ 0.000] resolution : 3840x1080
|
||||
[ 0.000] pitch : 16384 bytes
|
||||
[ 0.000] format : bgrx
|
||||
[ 0.000] framebuffer: 0x0000000040000000
|
||||
[ 0.000] footprint : 16 MiB
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: physical memory
|
||||
[ 0.000] total RAM : 63.99 GiB (65535 MiB) - RAM the firmware reported
|
||||
[ 0.000] usable : 65399 MiB - free RAM (incl. reclaimed boot-services memory)
|
||||
[ 0.000] reserved : 136 MiB - kernel image, boot stack, ACPI, runtime services
|
||||
[ 0.000] regions : 29 - entries in the firmware memory map
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: frame allocator online
|
||||
[ 0.000] free frames: 16741654 (65397 MiB)
|
||||
[ 0.000] alloc x3 : 0x2000 0x3000 0x4000
|
||||
[ 0.000] after free : 16741654 frames free
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: paging enabled
|
||||
[ 0.000] page tables: root = 0x0000000000002000
|
||||
[ 0.000] kernel segs: 3 (mapped with W^X permissions)
|
||||
[ 0.000] /system/kernel: framebuffer ready (early-boot + fatal fallback; the display service drives it in normal operation)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: kernel heap online
|
||||
[ 0.000] Kernel footprint: 1364 KiB
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: device discovery online
|
||||
[ 0.000] root [root]
|
||||
[ 0.000] pci0 [pci_host_bridge]
|
||||
[ 0.000] - memory 0xe0000000 len 0x10000000
|
||||
[ 0.000] - bus_range 0x0 len 0x100
|
||||
[ 0.000] - memory 0x40000000 len 0xa0000000
|
||||
[ 0.000] - memory 0xf0000000 len 0xc000000
|
||||
[ 0.000] - memory 0xfc010000 len 0x1ff0000
|
||||
[ 0.000] - memory 0x10c0000000 len 0x3fef40000000
|
||||
[ 0.000] - io_port 0x0 len 0x10000
|
||||
[ 0.000] hpet [timer]
|
||||
[ 0.000] - memory 0xfed00000 len 0x400
|
||||
[ 0.000] - irq 0x14 len 0x1
|
||||
[ 0.000] cpu0 [processor]
|
||||
[ 0.000] cpu1 [processor]
|
||||
[ 0.000] cpu2 [processor]
|
||||
[ 0.000] cpu3 [processor]
|
||||
[ 0.000] cpu4 [processor]
|
||||
[ 0.000] cpu5 [processor]
|
||||
[ 0.000] cpu6 [processor]
|
||||
[ 0.000] cpu7 [processor]
|
||||
[ 0.000] cpu8 [processor]
|
||||
[ 0.000] cpu9 [processor]
|
||||
[ 0.000] cpu10 [processor]
|
||||
[ 0.000] cpu11 [processor]
|
||||
[ 0.000] cpu12 [processor]
|
||||
[ 0.000] cpu13 [processor]
|
||||
[ 0.000] cpu14 [processor]
|
||||
[ 0.000] cpu15 [processor]
|
||||
[ 0.000] ioapic0 [interrupt_controller]
|
||||
[ 0.000] - memory 0xfec00000 len 0x20
|
||||
[ 0.000] - irq 0x0 len 0x0
|
||||
[ 0.000] acpi-tables [acpi_tables]
|
||||
[ 0.000] - memory 0x3a4d0024 len 0x550a8
|
||||
[ 0.000] - memory 0x3a4c5024 len 0x9825
|
||||
[ 0.000] - memory 0x3a4c2024 len 0x25e0
|
||||
[ 0.000] - memory 0x3a529024 len 0x31d
|
||||
[ 0.000] - memory 0x3a4bd024 len 0x43f8
|
||||
[ 0.000] - memory 0x3a4b9024 len 0x32a9
|
||||
[ 0.000] - io_port 0x0 len 0x10000
|
||||
[ 0.000] - irq 0x9 len 0x1
|
||||
[ 0.000] /system/kernel: framebuffer device 20 seeded (3840x1080, pitch 16384, 60 Hz, write-combining)
|
||||
[ 0.000] /system/kernel: power
|
||||
[ 0.000] pm1a_cnt : io 0x1804 (width 2)
|
||||
[ 0.000] reset : supported=true io 0xcf9 val 0x6
|
||||
[ 0.000] /system/kernel: platform
|
||||
[ 0.000] 8259 PIC : present
|
||||
[ 0.000] lapic base : 0xfee00000
|
||||
[ 0.000] hpet base : 0xfed00000
|
||||
[ 0.000] pm timer : io 0x1808 (24-bit)
|
||||
[ 0.000] console UART: none in SPCR -> legacy COM1
|
||||
[ 0.000] ioapic : base 0xfec00000, 120 inputs (masked); route0 raw 0x10000
|
||||
[ 0.000] cpus : 16 usable core(s); 1 running (BSP), 15 AP(s) parked (SMP bring-up pending)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: scheduler online
|
||||
[ 0.000] /system/kernel: timer online (1000 Hz tick; timer clock 1 MHz, clock 3600 MHz; calibrated via cpuid)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: bringing up 15 application processor(s)
|
||||
[ 0.081] /system/kernel: cpu apic_id 2: online (attempt 1)
|
||||
[ 0.197] /system/kernel: cpu apic_id 4: online (attempt 1)
|
||||
[ 2.299] /system/kernel: cpu apic_id 6: online (attempt 1)
|
||||
[ 2.460] /system/kernel: cpu apic_id 8: online (attempt 1)
|
||||
[ 2.632] /system/kernel: cpu apic_id 10: online (attempt 1)
|
||||
[ 24.276] /system/kernel: cpu apic_id 12: online (attempt 1)
|
||||
[ 27.644] /system/kernel: cpu apic_id 14: online (attempt 1)
|
||||
[ 27.673] /system/kernel: cpu apic_id 1: online (attempt 1)
|
||||
[ 27.778] /system/kernel: cpu apic_id 3: online (attempt 1)
|
||||
[ 27.888] /system/kernel: cpu apic_id 5: online (attempt 1)
|
||||
[ 29.361] /system/kernel: cpu apic_id 7: online (attempt 1)
|
||||
[ 29.544] /system/kernel: cpu apic_id 9: online (attempt 1)
|
||||
[ 29.686] /system/kernel: cpu apic_id 11: online (attempt 1)
|
||||
[ 46.178] /system/kernel: cpu apic_id 13: online (attempt 1)
|
||||
[ 48.191] /system/kernel: cpu apic_id 15: online (attempt 1)
|
||||
[ 48.191] /system/kernel: 16/16 cores online
|
||||
[ 48.191] /system/kernel: clocksource tsc (TSC invariant: yes, synchronized: yes)
|
||||
[ 48.191] /system/kernel: wall clock 1784659230 (Unix epoch seconds, UTC, from the RTC)
|
||||
[ 48.191] /system/kernel: initialised.
|
||||
[ 48.191] /system/kernel: starting /system/services/init...
|
||||
[ 48.191]
|
||||
[ 48.191] /system/kernel: kernel idle; user space is running.
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
[ 48.196] /system/drivers/pci-bus: 0:0.0 class 0x06 (Bridge) subclass 0x00 (Host Bridge) progif 0x00
|
||||
[ 48.196] register refused for 0:0.0
|
||||
[ 48.197] /system/drivers/pci-bus: 0:1.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:20.0 class 0x0c (Serial Bus Controller) subclass 0x03 (USB Controller) progif 0x30 (XHCI (USB3) Controller)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:20.2 class 0x05 (Memory Controller) subclass 0x00 (RAM Controller) progif 0x00
|
||||
[ 48.197] /system/drivers/pci-bus: 0:22.0 class 0x07 (Simple Communication Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 48.197] /system/drivers/pci-bus: 0:23.0 class 0x01 (Mass Storage Controller) subclass 0x06 (Serial ATA Controller) progif 0x01 (AHCI 1.0)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:27.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:28.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:28.5 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 48.197] /system/drivers/pci-bus: 0:29.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 48.198] /system/drivers/pci-bus: 0:31.0 class 0x06 (Bridge) subclass 0x01 (ISA Bridge) progif 0x00
|
||||
[ 48.198] /system/drivers/pci-bus: 0:31.3 class 0x04 (Multimedia Controller) subclass 0x03 (Audio Device) progif 0x00
|
||||
[ 48.198] /system/drivers/pci-bus: 0:31.4 class 0x0c (Serial Bus Controller) subclass 0x05 (SMBus Controller) progif 0x00
|
||||
[ 48.198] /system/drivers/pci-bus: 0:31.5 class 0x0c (Serial Bus Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 48.198] register refused for 0:31.5
|
||||
[ 48.198] /system/drivers/pci-bus: 1:0.0 class 0x03 (Display Controller) subclass 0x00 (VGA Compatible Controller) progif 0x00 (VGA Controller)
|
||||
[ 48.198] /system/drivers/pci-bus: 1:0.1 class 0x04 (Multimedia Controller) subclass 0x03 (Audio Device) progif 0x00
|
||||
[ 48.198] /system/drivers/pci-bus: 3:0.0 class 0x02 (Network Controller) subclass 0x00 (Ethernet Controller) progif 0x00
|
||||
[ 48.200] /system/drivers/pci-bus: 4:0.0 class 0x02 (Network Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 48.201] /system/drivers/pci-bus: 5:0.0 class 0x01 (Mass Storage Controller) subclass 0x08 (Non-Volatile Memory Controller) progif 0x02 (NVM Express)
|
||||
[ 48.201] register refused for 5:0.0
|
||||
[ 48.300] 19 functions found
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[ 48.308] ready (60088320 blocks x 512 bytes)
|
||||
[ 48.312] block 0 signature 0x55aa
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[ 48.197] claimed controller device 22 (registers at 0x53500000, 65536 bytes)
|
||||
[ 48.197] controller running (64 slots, 32-byte contexts)
|
||||
[ 48.197] /system/drivers/usb-xhci-bus: command ring running (no-op ok)
|
||||
[ 48.197] /system/drivers/usb-xhci-bus: hello acknowledged
|
||||
[ 48.197] 22 root-hub ports
|
||||
[ 48.197] port 19 connected — SuperSpeed (USB 3.0, 5 Gb/s) (speed class 4)
|
||||
[ 48.307] port 19 device vendor 0x05e3 product 0x0626, 1 interface(s)
|
||||
[ 48.307] port 19 interface 0 class 9/0/0 registered as device 47
|
||||
[ 48.307] port 21 connected — SuperSpeed (USB 3.0, 5 Gb/s) (speed class 4)
|
||||
[ 48.307] port 21 device vendor 0x0781 product 0x5595, 1 interface(s)
|
||||
[ 48.307] port 21 interface 0 class 8/6/80 registered as device 48
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
[ 48.191] spawned pci-bus for device 0
|
||||
[ 48.191] spawned discovery
|
||||
[ 48.191] /system/services/device-manager: ok
|
||||
[ 48.196] hello from pci-bus (device 0)
|
||||
[ 48.197] child added (device 0 port 8, identity 394240) by pci-bus
|
||||
[ 48.197] child added (device 0 port 160, identity 787248) by pci-bus
|
||||
[ 48.197] spawned /system/drivers/usb-xhci-bus for device 22
|
||||
[ 48.197] child added (device 0 port 162, identity 327680) by pci-bus
|
||||
[ 48.197] child added (device 0 port 176, identity 491520) by pci-bus
|
||||
[ 48.197] hello from /system/drivers/usb-xhci-bus (device 22)
|
||||
[ 48.197] child added (device 0 port 184, identity 67073) by pci-bus
|
||||
[ 48.197] child added (device 0 port 216, identity 394240) by pci-bus
|
||||
[ 48.197] child added (device 0 port 224, identity 394240) by pci-bus
|
||||
[ 48.197] child added (device 0 port 229, identity 394240) by pci-bus
|
||||
[ 48.197] child added (device 0 port 232, identity 394240) by pci-bus
|
||||
[ 48.198] child added (device 0 port 248, identity 393472) by pci-bus
|
||||
[ 48.198] child added (device 0 port 251, identity 262912) by pci-bus
|
||||
[ 48.198] child added (device 0 port 252, identity 787712) by pci-bus
|
||||
[ 48.198] child added (device 0 port 256, identity 196608) by pci-bus
|
||||
[ 48.198] child added (device 0 port 257, identity 262912) by pci-bus
|
||||
[ 48.198] child added (device 0 port 768, identity 131072) by pci-bus
|
||||
[ 48.201] child added (device 0 port 1024, identity 163840) by pci-bus
|
||||
[ 48.240] child added (device 19 port 37, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 38, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 39, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 40, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 41, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.240] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.241] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 48.241] child added (device 19 port 44, identity 0) by discovery
|
||||
[ 48.241] child added (device 19 port 45, identity 0) by discovery
|
||||
[ 48.243] child added (device 19 port 46, identity 0) by discovery
|
||||
[ 48.307] child added (device 22 port 4864, identity 589824) by /system/drivers/usb-xhci-bus
|
||||
[ 48.307] child added (device 22 port 5376, identity 525904) by /system/drivers/usb-xhci-bus
|
||||
[ 48.307] spawned /system/drivers/usb-storage for device 48
|
||||
[ 48.307] hello from /system/drivers/usb-storage (device 48)
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
[ 48.236] parsed 6 AML blob(s), 285 namespace devices
|
||||
[ 48.236] acpi: no FADT on the node — power events off
|
||||
[ 48.236] register refused for PNP0C02
|
||||
[ 48.237] register refused for PNP0303
|
||||
[ 48.237] register refused for PNP0F03
|
||||
[ 48.237] register refused for PNP0100
|
||||
[ 48.240] reported PNP0400 (device 37, 0 resources) — Standard LPT Parallel Port
|
||||
[ 48.240] reported PNP0501 (device 38, 0 resources) — 16550A-compatible Serial Port
|
||||
[ 48.240] reported PNP0000 (device 39, 8 resources) — Programmable Interrupt Controller (PIC)
|
||||
[ 48.240] reported PNP0C02 (device 40, 8 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported INT3F0D (device 41, 0 resources)
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.240] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.241] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 48.241] reported PNP0C0E (device 44, 0 resources) — ACPI Sleep Button
|
||||
[ 48.241] reported PNP0C0C (device 45, 0 resources) — ACPI Power Button
|
||||
[ 48.241] reported PNP0C14 (device 46, 0 resources)
|
||||
[ 48.243] reported 29 device(s) to the manager
|
||||
[ 48.243] acpi: power button armed
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[ 48.191] /system/services/fat: starting, waiting for a block device
|
||||
[ 48.343] mounted FAT (fat32, 1876778 clusters, partition lba 2048)
|
||||
[ 48.343] mounted /mnt/usb
|
||||
[ 48.343] mounted /var
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 48.191] /system/services/init: heap ok
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 48.191] /system/services/input: ready
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 48.885] logger: logging to /var/log/2026-07-21T184030Z
|
||||
|
|
@ -1,107 +0,0 @@
|
|||
[ 0.000] /system/kernel: initialising kernel...
|
||||
[ 0.000] /system/kernel: cpu tables online (GDT, IDT, TSS)
|
||||
[ 0.000] resolution : 3840x1080
|
||||
[ 0.000] pitch : 16384 bytes
|
||||
[ 0.000] format : bgrx
|
||||
[ 0.000] framebuffer: 0x0000000040000000
|
||||
[ 0.000] footprint : 16 MiB
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: physical memory
|
||||
[ 0.000] total RAM : 63.99 GiB (65535 MiB) - RAM the firmware reported
|
||||
[ 0.000] usable : 65399 MiB - free RAM (incl. reclaimed boot-services memory)
|
||||
[ 0.000] reserved : 136 MiB - kernel image, boot stack, ACPI, runtime services
|
||||
[ 0.000] regions : 29 - entries in the firmware memory map
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: frame allocator online
|
||||
[ 0.000] free frames: 16741654 (65397 MiB)
|
||||
[ 0.000] alloc x3 : 0x2000 0x3000 0x4000
|
||||
[ 0.000] after free : 16741654 frames free
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: paging enabled
|
||||
[ 0.000] page tables: root = 0x0000000000002000
|
||||
[ 0.000] kernel segs: 3 (mapped with W^X permissions)
|
||||
[ 0.000] /system/kernel: framebuffer ready (early-boot + fatal fallback; the display service drives it in normal operation)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: kernel heap online
|
||||
[ 0.000] Kernel footprint: 1364 KiB
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: device discovery online
|
||||
[ 0.000] root [root]
|
||||
[ 0.000] pci0 [pci_host_bridge]
|
||||
[ 0.000] - memory 0xe0000000 len 0x10000000
|
||||
[ 0.000] - bus_range 0x0 len 0x100
|
||||
[ 0.000] - memory 0x40000000 len 0xa0000000
|
||||
[ 0.000] - memory 0xf0000000 len 0xc000000
|
||||
[ 0.000] - memory 0xfc010000 len 0x1ff0000
|
||||
[ 0.000] - memory 0x10c0000000 len 0x3fef40000000
|
||||
[ 0.000] - io_port 0x0 len 0x10000
|
||||
[ 0.000] hpet [timer]
|
||||
[ 0.000] - memory 0xfed00000 len 0x400
|
||||
[ 0.000] - irq 0x14 len 0x1
|
||||
[ 0.000] cpu0 [processor]
|
||||
[ 0.000] cpu1 [processor]
|
||||
[ 0.000] cpu2 [processor]
|
||||
[ 0.000] cpu3 [processor]
|
||||
[ 0.000] cpu4 [processor]
|
||||
[ 0.000] cpu5 [processor]
|
||||
[ 0.000] cpu6 [processor]
|
||||
[ 0.000] cpu7 [processor]
|
||||
[ 0.000] cpu8 [processor]
|
||||
[ 0.000] cpu9 [processor]
|
||||
[ 0.000] cpu10 [processor]
|
||||
[ 0.000] cpu11 [processor]
|
||||
[ 0.000] cpu12 [processor]
|
||||
[ 0.000] cpu13 [processor]
|
||||
[ 0.000] cpu14 [processor]
|
||||
[ 0.000] cpu15 [processor]
|
||||
[ 0.000] ioapic0 [interrupt_controller]
|
||||
[ 0.000] - memory 0xfec00000 len 0x20
|
||||
[ 0.000] - irq 0x0 len 0x0
|
||||
[ 0.000] acpi-tables [acpi_tables]
|
||||
[ 0.000] - memory 0x3a4d0024 len 0x550a8
|
||||
[ 0.000] - memory 0x3a4c5024 len 0x9825
|
||||
[ 0.000] - memory 0x3a4c2024 len 0x25e0
|
||||
[ 0.000] - memory 0x3a529024 len 0x31d
|
||||
[ 0.000] - memory 0x3a4bd024 len 0x43f8
|
||||
[ 0.000] - memory 0x3a4b9024 len 0x32a9
|
||||
[ 0.000] - io_port 0x0 len 0x10000
|
||||
[ 0.000] - irq 0x9 len 0x1
|
||||
[ 0.000] /system/kernel: framebuffer device 20 seeded (3840x1080, pitch 16384, 60 Hz, write-combining)
|
||||
[ 0.000] /system/kernel: power
|
||||
[ 0.000] pm1a_cnt : io 0x1804 (width 2)
|
||||
[ 0.000] reset : supported=true io 0xcf9 val 0x6
|
||||
[ 0.000] /system/kernel: platform
|
||||
[ 0.000] 8259 PIC : present
|
||||
[ 0.000] lapic base : 0xfee00000
|
||||
[ 0.000] hpet base : 0xfed00000
|
||||
[ 0.000] pm timer : io 0x1808 (24-bit)
|
||||
[ 0.000] console UART: none in SPCR -> legacy COM1
|
||||
[ 0.000] ioapic : base 0xfec00000, 120 inputs (masked); route0 raw 0x10000
|
||||
[ 0.000] cpus : 16 usable core(s); 1 running (BSP), 15 AP(s) parked (SMP bring-up pending)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: scheduler online
|
||||
[ 0.000] /system/kernel: timer online (1000 Hz tick; timer clock 1 MHz, clock 3600 MHz; calibrated via cpuid)
|
||||
[ 0.000]
|
||||
[ 0.000] /system/kernel: bringing up 15 application processor(s)
|
||||
[ 0.015] /system/kernel: cpu apic_id 2: online (attempt 1)
|
||||
[ 0.030] /system/kernel: cpu apic_id 4: online (attempt 1)
|
||||
[ 0.045] /system/kernel: cpu apic_id 6: online (attempt 1)
|
||||
[ 0.060] /system/kernel: cpu apic_id 8: online (attempt 1)
|
||||
[ 0.078] /system/kernel: cpu apic_id 10: online (attempt 1)
|
||||
[ 0.093] /system/kernel: cpu apic_id 12: online (attempt 1)
|
||||
[ 0.108] /system/kernel: cpu apic_id 14: online (attempt 1)
|
||||
[ 0.126] /system/kernel: cpu apic_id 1: online (attempt 1)
|
||||
[ 0.141] /system/kernel: cpu apic_id 3: online (attempt 1)
|
||||
[ 0.156] /system/kernel: cpu apic_id 5: online (attempt 1)
|
||||
[ 0.171] /system/kernel: cpu apic_id 7: online (attempt 1)
|
||||
[ 0.187] /system/kernel: cpu apic_id 9: online (attempt 1)
|
||||
[ 0.202] /system/kernel: cpu apic_id 11: online (attempt 1)
|
||||
[ 0.217] /system/kernel: cpu apic_id 13: online (attempt 1)
|
||||
[ 0.232] /system/kernel: cpu apic_id 15: online (attempt 1)
|
||||
[ 0.232] /system/kernel: 16/16 cores online
|
||||
[ 0.232] /system/kernel: clocksource tsc (TSC invariant: yes, synchronized: yes)
|
||||
[ 0.233] /system/kernel: wall clock 1784660376 (Unix epoch seconds, UTC, from the RTC)
|
||||
[ 0.233] /system/kernel: initialised.
|
||||
[ 0.233] /system/kernel: starting /system/services/init...
|
||||
[ 0.233]
|
||||
[ 0.233] /system/kernel: kernel idle; user space is running.
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
[ 0.238] /system/drivers/pci-bus: 0:0.0 class 0x06 (Bridge) subclass 0x00 (Host Bridge) progif 0x00
|
||||
[ 0.238] register refused for 0:0.0
|
||||
[ 0.238] /system/drivers/pci-bus: 0:1.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 0.238] /system/drivers/pci-bus: 0:20.0 class 0x0c (Serial Bus Controller) subclass 0x03 (USB Controller) progif 0x30 (XHCI (USB3) Controller)
|
||||
[ 0.238] /system/drivers/pci-bus: 0:20.2 class 0x05 (Memory Controller) subclass 0x00 (RAM Controller) progif 0x00
|
||||
[ 0.238] /system/drivers/pci-bus: 0:22.0 class 0x07 (Simple Communication Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 0.239] /system/drivers/pci-bus: 0:23.0 class 0x01 (Mass Storage Controller) subclass 0x06 (Serial ATA Controller) progif 0x01 (AHCI 1.0)
|
||||
[ 0.239] /system/drivers/pci-bus: 0:27.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 0.239] /system/drivers/pci-bus: 0:28.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 0.239] /system/drivers/pci-bus: 0:28.5 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 0.239] /system/drivers/pci-bus: 0:29.0 class 0x06 (Bridge) subclass 0x04 (PCI-to-PCI Bridge) progif 0x00 (Normal Decode)
|
||||
[ 0.239] /system/drivers/pci-bus: 0:31.0 class 0x06 (Bridge) subclass 0x01 (ISA Bridge) progif 0x00
|
||||
[ 0.239] /system/drivers/pci-bus: 0:31.3 class 0x04 (Multimedia Controller) subclass 0x03 (Audio Device) progif 0x00
|
||||
[ 0.239] /system/drivers/pci-bus: 0:31.4 class 0x0c (Serial Bus Controller) subclass 0x05 (SMBus Controller) progif 0x00
|
||||
[ 0.239] /system/drivers/pci-bus: 0:31.5 class 0x0c (Serial Bus Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 0.239] register refused for 0:31.5
|
||||
[ 0.239] /system/drivers/pci-bus: 1:0.0 class 0x03 (Display Controller) subclass 0x00 (VGA Compatible Controller) progif 0x00 (VGA Controller)
|
||||
[ 0.240] /system/drivers/pci-bus: 1:0.1 class 0x04 (Multimedia Controller) subclass 0x03 (Audio Device) progif 0x00
|
||||
[ 0.240] /system/drivers/pci-bus: 3:0.0 class 0x02 (Network Controller) subclass 0x00 (Ethernet Controller) progif 0x00
|
||||
[ 0.242] /system/drivers/pci-bus: 4:0.0 class 0x02 (Network Controller) subclass 0x80 (Other) progif 0x00
|
||||
[ 0.242] /system/drivers/pci-bus: 5:0.0 class 0x01 (Mass Storage Controller) subclass 0x08 (Non-Volatile Memory Controller) progif 0x02 (NVM Express)
|
||||
[ 0.242] register refused for 5:0.0
|
||||
[ 0.342] 19 functions found
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[ 0.238] claimed controller device 22 (registers at 0x53500000, 65536 bytes)
|
||||
[ 0.239] controller running (64 slots, 32-byte contexts)
|
||||
[ 0.239] /system/drivers/usb-xhci-bus: command ring running (no-op ok)
|
||||
[ 0.239] /system/drivers/usb-xhci-bus: hello acknowledged
|
||||
[ 0.239] 22 root-hub ports
|
||||
[ 0.239] port 19 connected — SuperSpeed (USB 3.0, 5 Gb/s) (speed class 4)
|
||||
[ 0.348] port 19 device vendor 0x05e3 product 0x0626, 1 interface(s)
|
||||
[ 0.348] port 19 interface 0 class 9/0/0 registered as device 47
|
||||
[ 0.348] port 21 connected — SuperSpeed (USB 3.0, 5 Gb/s) (speed class 4)
|
||||
[ 0.348] port 21 device vendor 0x0781 product 0x5595, 1 interface(s)
|
||||
[ 0.348] port 21 interface 0 class 8/6/80 registered as device 48
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
[ 0.233] spawned pci-bus for device 0
|
||||
[ 0.233] spawned discovery
|
||||
[ 0.233] /system/services/device-manager: ok
|
||||
[ 0.238] hello from pci-bus (device 0)
|
||||
[ 0.238] child added (device 0 port 8, identity 394240) by pci-bus
|
||||
[ 0.238] child added (device 0 port 160, identity 787248) by pci-bus
|
||||
[ 0.238] spawned /system/drivers/usb-xhci-bus for device 22
|
||||
[ 0.238] child added (device 0 port 162, identity 327680) by pci-bus
|
||||
[ 0.238] child added (device 0 port 176, identity 491520) by pci-bus
|
||||
[ 0.239] hello from /system/drivers/usb-xhci-bus (device 22)
|
||||
[ 0.239] child added (device 0 port 184, identity 67073) by pci-bus
|
||||
[ 0.239] child added (device 0 port 216, identity 394240) by pci-bus
|
||||
[ 0.239] child added (device 0 port 224, identity 394240) by pci-bus
|
||||
[ 0.239] child added (device 0 port 229, identity 394240) by pci-bus
|
||||
[ 0.239] child added (device 0 port 232, identity 394240) by pci-bus
|
||||
[ 0.239] child added (device 0 port 248, identity 393472) by pci-bus
|
||||
[ 0.239] child added (device 0 port 251, identity 262912) by pci-bus
|
||||
[ 0.239] child added (device 0 port 252, identity 787712) by pci-bus
|
||||
[ 0.239] child added (device 0 port 256, identity 196608) by pci-bus
|
||||
[ 0.240] child added (device 0 port 257, identity 262912) by pci-bus
|
||||
[ 0.240] child added (device 0 port 768, identity 131072) by pci-bus
|
||||
[ 0.242] child added (device 0 port 1024, identity 163840) by pci-bus
|
||||
[ 0.284] child added (device 19 port 37, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 38, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 39, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 40, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 41, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 43, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.284] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 42, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 44, identity 0) by discovery
|
||||
[ 0.285] child added (device 19 port 45, identity 0) by discovery
|
||||
[ 0.287] child added (device 19 port 46, identity 0) by discovery
|
||||
[ 0.348] child added (device 22 port 4864, identity 589824) by /system/drivers/usb-xhci-bus
|
||||
[ 0.348] child added (device 22 port 5376, identity 525904) by /system/drivers/usb-xhci-bus
|
||||
[ 0.348] spawned /system/drivers/usb-storage for device 48
|
||||
[ 0.348] hello from /system/drivers/usb-storage (device 48)
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
[ 0.280] parsed 6 AML blob(s), 285 namespace devices
|
||||
[ 0.280] acpi: no FADT on the node — power events off
|
||||
[ 0.280] register refused for PNP0C02
|
||||
[ 0.281] register refused for PNP0303
|
||||
[ 0.281] register refused for PNP0F03
|
||||
[ 0.281] register refused for PNP0100
|
||||
[ 0.284] reported PNP0400 (device 37, 0 resources) — Standard LPT Parallel Port
|
||||
[ 0.284] reported PNP0501 (device 38, 0 resources) — 16550A-compatible Serial Port
|
||||
[ 0.284] reported PNP0000 (device 39, 8 resources) — Programmable Interrupt Controller (PIC)
|
||||
[ 0.284] reported PNP0C02 (device 40, 8 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported INT3F0D (device 41, 0 resources)
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C0F (device 43, 0 resources) — PCI Interrupt Link Device
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.284] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C02 (device 42, 0 resources) — Motherboard Reserved Resources
|
||||
[ 0.285] reported PNP0C0E (device 44, 0 resources) — ACPI Sleep Button
|
||||
[ 0.285] reported PNP0C0C (device 45, 0 resources) — ACPI Power Button
|
||||
[ 0.285] reported PNP0C14 (device 46, 0 resources)
|
||||
[ 0.287] reported 29 device(s) to the manager
|
||||
[ 0.287] acpi: power button armed
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 0.233] /system/services/fat: starting, waiting for a block device
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 0.233] /system/services/init: heap ok
|
||||
|
|
@ -1 +0,0 @@
|
|||
[ 0.233] /system/services/input: ready
|
||||
Loading…
Reference in New Issue