· 6 years ago · Dec 06, 2019, 08:30 PM
1I stub: Booting Linux Kernel...
2EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
3EFI stub: Using DTB from configuration table
4EFI stub: Exiting boot services and installing virtual address map...
5[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
6[ 0.000000] Linux version 5.5.0-0.rc0.git6.1.fc32.aarch64 (mockbuild@buildvm-aarch64-25.arm.fedoraproject.org) (gcc version 9.2.1 20190827 (Red Hat 9.2.1-1) (GCC)) #1 SMP Thu Dec 5 16:52:00 UTC 2019
7[ 0.000000] Machine model: Khadas VIM3
8[ 0.000000] efi: Getting EFI parameters from FDT:
9[ 0.000000] efi: EFI v2.80 by Das U-Boot
10[ 0.000000] efi: SMBIOS=0xf1f36000 MEMRESERVE=0xf1cac040
11[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000e1000000, size 256 MiB
12[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
13[ 0.000000] NUMA: No NUMA configuration found
14[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000f4ffffff]
15[ 0.000000] NUMA: NODE_DATA [mem 0xf479ed00-0xf47b0fff]
16[ 0.000000] Zone ranges:
17[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
18[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000f4ffffff]
19[ 0.000000] Normal empty
20[ 0.000000] Movable zone start for each node
21[ 0.000000] Early memory node ranges
22[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000004ffffff]
23[ 0.000000] node 0: [mem 0x0000000005300000-0x00000000f1f30fff]
24[ 0.000000] node 0: [mem 0x00000000f1f31000-0x00000000f1f34fff]
25[ 0.000000] node 0: [mem 0x00000000f1f35000-0x00000000f1f35fff]
26[ 0.000000] node 0: [mem 0x00000000f1f36000-0x00000000f1f36fff]
27[ 0.000000] node 0: [mem 0x00000000f1f37000-0x00000000f1f38fff]
28[ 0.000000] node 0: [mem 0x00000000f1f39000-0x00000000f1f3efff]
29[ 0.000000] node 0: [mem 0x00000000f1f3f000-0x00000000f1f40fff]
30[ 0.000000] node 0: [mem 0x00000000f1f41000-0x00000000f1f44fff]
31[ 0.000000] node 0: [mem 0x00000000f1f45000-0x00000000f4f4ffff]
32[ 0.000000] node 0: [mem 0x00000000f4f50000-0x00000000f4f5ffff]
33[ 0.000000] node 0: [mem 0x00000000f4f60000-0x00000000f4ffffff]
34[ 0.000000] Zeroed struct page in unavailable ranges: 31 pages
35[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4ffffff]
36[ 0.000000] psci: probing for conduit method from DT.
37[ 0.000000] psci: PSCIv1.0 detected in firmware.
38[ 0.000000] psci: Using standard PSCI v0.2 function IDs
39[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
40[ 0.000000] psci: SMC Calling Convention v1.1
41[ 0.000000] percpu: Embedded 31 pages/cpu s89928 r8192 d28856 u126976
42[ 0.000000] Detected VIPT I-cache on CPU0
43[ 0.000000] CPU features: detected: ARM erratum 845719
44[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987072
45[ 0.000000] Policy zone: DMA32
46[ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.5.0-0.rc0.git6.1.fc32.aarch64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root
47[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
48[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
49[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
50[ 0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
51[ 0.000000] Memory: 3474096K/4011008K available (12860K kernel code, 5410K rwdata, 6044K rodata, 6272K init, 26849K bss, 274768K reserved, 262144K cma-reserved)
52[ 0.000000] random: get_random_u64 called from kmem_cache_open+0x30/0x4c8 with crng_init=0
53[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
54[ 0.000000] kmemleak: Kernel memory leak detector disabled
55[ 0.000000] ftrace: allocating 43467 entries in 170 pages
56[ 0.000000] ftrace: allocated 170 pages with 4 groups
57[ 0.000000] Running RCU self tests
58[ 0.000000] rcu: Hierarchical RCU implementation.
59[ 0.000000] rcu: RCU lockdep checking is enabled.
60[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=6.
61[ 0.000000] rcu: RCU callback double-/use-after-free debug enabled.
62[ 0.000000] Tasks RCU enabled.
63[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
64[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
65[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
66[ 0.000000] GIC: Using split EOI/Deactivate mode
67[ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
68[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
69[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
70[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
71[ 0.000513] Console: colour dummy device 80x25
72[ 0.003836] printk: console [tty0] enabled
73[ 0.003969] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
74[ 0.004041] ... MAX_LOCKDEP_SUBCLASSES: 8
75[ 0.004086] ... MAX_LOCK_DEPTH: 48
76[ 0.004131] ... MAX_LOCKDEP_KEYS: 8192
77[ 0.004177] ... CLASSHASH_SIZE: 4096
78[ 0.004223] ... MAX_LOCKDEP_ENTRIES: 32768
79[ 0.004270] ... MAX_LOCKDEP_CHAINS: 65536
80[ 0.004317] ... CHAINHASH_SIZE: 32768
81[ 0.004364] memory used by lock dependency info: 6237 kB
82[ 0.004418] memory used for stack traces: 4224 kB
83[ 0.004467] per task-struct memory footprint: 1920 bytes
84[ 0.004773] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
85[ 0.004871] pid_max: default: 32768 minimum: 301
86[ 0.005249] LSM: Security Framework initializing
87[ 0.005379] Yama: becoming mindful.
88[ 0.005480] SELinux: Initializing.
89[ 0.005734] *** VALIDATE SELinux ***
90[ 0.006040] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
91[ 0.006134] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
92[ 0.006365] *** VALIDATE tmpfs ***
93[ 0.007912] *** VALIDATE proc ***
94[ 0.008757] *** VALIDATE cgroup1 ***
95[ 0.008817] *** VALIDATE cgroup2 ***
96[ 0.013337] ASID allocator initialised with 32768 entries
97[ 0.013892] rcu: Hierarchical SRCU implementation.
98[ 0.019060] Remapping and enabling EFI services.
99[ 0.021464] smp: Bringing up secondary CPUs ...
100[ 0.024147] Detected VIPT I-cache on CPU1
101[ 0.024221] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
102[ 0.027521] CPU features: detected: ARM erratum 858921
103[ 0.027532] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
104[ 0.027541] Detected VIPT I-cache on CPU2
105[ 0.027569] arch_timer: Enabling local workaround for ARM erratum 858921
106[ 0.027593] arch_timer: CPU2: Trapping CNTVCT access
107[ 0.027604] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
108[ 0.030089] Detected VIPT I-cache on CPU3
109[ 0.030107] arch_timer: Enabling local workaround for ARM erratum 858921
110[ 0.030119] arch_timer: CPU3: Trapping CNTVCT access
111[ 0.030128] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
112[ 0.032496] Detected VIPT I-cache on CPU4
113[ 0.032514] arch_timer: Enabling local workaround for ARM erratum 858921
114[ 0.032526] arch_timer: CPU4: Trapping CNTVCT access
115[ 0.032535] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
116[ 0.034951] Detected VIPT I-cache on CPU5
117[ 0.034970] arch_timer: Enabling local workaround for ARM erratum 858921
118[ 0.034981] arch_timer: CPU5: Trapping CNTVCT access
119[ 0.034990] CPU5: Booted secondary processor 0x0000000103 [0x410fd092]
120[ 0.035320] smp: Brought up 1 node, 6 CPUs
121[ 0.036389] SMP: Total of 6 processors activated.
122[ 0.036447] CPU features: detected: 32-bit EL0 Support
123[ 0.036508] CPU features: detected: CRC32 instructions
124[ 0.067366] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
125[ 0.067470] CPU: All CPU(s) started at EL2
126[ 0.067717] alternatives: patching kernel code
127[ 0.072424] devtmpfs: initialized
128[ 0.100137] Registered cp15_barrier emulation handler
129[ 0.100200] Registered setend emulation handler
130[ 0.100245] KASLR disabled due to lack of seed
131[ 0.113526] DMA-API: preallocated 65536 debug entries
132[ 0.113577] DMA-API: debugging enabled by kernel config
133[ 0.113619] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
134[ 0.113705] futex hash table entries: 2048 (order: 6, 262144 bytes, linear)
135[ 0.200002] pinctrl core: initialized pinctrl subsystem
136[ 0.201708]
137[ 0.201732] *************************************************************
138[ 0.201775] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
139[ 0.201817] ** **
140[ 0.201859] ** IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
141[ 0.201901] ** **
142[ 0.201942] ** This means that this kernel is built to expose internal **
143[ 0.201984] ** IOMMU data structures, which may compromise security on **
144[ 0.202025] ** your system. **
145[ 0.202066] ** **
146[ 0.202107] ** If you see this message and you are not debugging the **
147[ 0.202148] ** kernel, report this immediately to your vendor! **
148[ 0.202189] ** **
149[ 0.202230] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
150[ 0.202271] *************************************************************
151[ 0.202915] SMBIOS 3.0 present.
152[ 0.202953] DMI: amlogic w400/w400, BIOS 2020.01-rc4-00038-g94d022bb40 12/06/2019
153[ 0.204183] NET: Registered protocol family 16
154[ 0.225619] DMA: preallocated 256 KiB pool for atomic allocations
155[ 0.225700] audit: initializing netlink subsys (disabled)
156[ 0.226286] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1
157[ 0.228635] cpuidle: using governor menu
158[ 0.229015] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
159[ 0.230173] Serial: AMBA PL011 UART driver
160[ 0.286195] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
161[ 0.286252] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
162[ 0.286296] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
163[ 0.286339] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
164[ 0.749149] cryptomgr_test (53) used greatest stack depth: 13216 bytes left
165[ 0.750247] kworker/u12:0 (55) used greatest stack depth: 12352 bytes left
166[ 0.900653] cryptd: max_cpu_qlen set to 1000
167[ 0.927018] alg: No test for 842 (842-generic)
168[ 0.927614] alg: No test for 842 (842-scomp)
169[ 0.931469] cryptomgr_test (103) used greatest stack depth: 12288 bytes left
170[ 0.954552] fbcon: Taking over console
171[ 0.954747] ACPI: Interpreter disabled.
172[ 0.959266] VSYS_3V3: supplied by DC_IN
173[ 0.961400] iommu: Default domain type: Translated
174[ 0.962390] vgaarb: loaded
175[ 0.964619] SCSI subsystem initialized
176[ 0.965487] usbcore: registered new interface driver usbfs
177[ 0.965634] usbcore: registered new interface driver hub
178[ 0.965848] usbcore: registered new device driver usb
179[ 0.966502] pps_core: LinuxPPS API ver. 1 registered
180[ 0.966539] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
181[ 0.966617] PTP clock support registered
182[ 0.967089] EDAC MC: Ver: 3.0.0
183[ 0.968360] Registered efivars operations
184[ 0.970603] NetLabel: Initializing
185[ 0.970637] NetLabel: domain hash size = 128
186[ 0.970669] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
187[ 0.970870] NetLabel: unlabeled traffic allowed by default
188[ 0.972159] clocksource: Switched to clocksource arch_sys_counter
189[ 1.204250] *** VALIDATE bpf ***
190[ 1.205814] VFS: Disk quotas dquot_6.6.0
191[ 1.205962] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
192[ 1.206222] *** VALIDATE ramfs ***
193[ 1.206282] *** VALIDATE hugetlbfs ***
194[ 1.207186] pnp: PnP ACPI: disabled
195[ 1.224159] thermal_sys: Registered thermal governor 'fair_share'
196[ 1.224165] thermal_sys: Registered thermal governor 'step_wise'
197[ 1.224217] thermal_sys: Registered thermal governor 'user_space'
198[ 1.224955] NET: Registered protocol family 2
199[ 1.226483] tcp_listen_portaddr_hash hash table entries: 2048 (order: 5, 147456 bytes, linear)
200[ 1.226720] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
201[ 1.226925] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes, linear)
202[ 1.229386] TCP: Hash tables configured (established 32768 bind 32768)
203[ 1.229966] UDP hash table entries: 2048 (order: 6, 327680 bytes, linear)
204[ 1.230467] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes, linear)
205[ 1.231286] NET: Registered protocol family 1
206[ 1.231356] NET: Registered protocol family 44
207[ 1.231399] PCI: CLS 0 bytes, default 64
208[ 1.232115] Trying to unpack rootfs image as initramfs...
209[ 4.452807] Freeing initrd memory: 70224K
210[ 4.454120] kvm [1]: IPA Size Limit: 40bits
211[ 4.461920] kvm [1]: vgic interrupt IRQ1
212[ 4.462317] kvm [1]: Hyp mode initialized successfully
213[ 5.216828] Initialise system trusted keyrings
214[ 5.217144] Key type blacklist registered
215[ 5.217519] workingset: timestamp_bits=37 max_order=20 bucket_order=0
216[ 5.237571] zbud: loaded
217[ 5.264095] NET: Registered protocol family 38
218[ 5.264265] Key type asymmetric registered
219[ 5.264340] Asymmetric key parser 'x509' registered
220[ 5.264467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
221[ 5.265049] io scheduler mq-deadline registered
222[ 5.265088] io scheduler kyber registered
223[ 5.265189] io scheduler bfq registered
224[ 5.268102] atomic64_test: passed
225[ 5.309053] soc soc0: Amlogic Meson G12B (A311D) Revision 29:b (10:2) Detected
226[ 5.313552] pwm-regulator regulator-vddcpu-a: Failed to get PWM: -517
227[ 5.313772] pwm-regulator regulator-vddcpu-b: Failed to get PWM: -517
228[ 5.315683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
229[ 5.338795] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 11, base_baud = 1500000) is a meson_uart
230[ 6.579993] printk: console [ttyAML0] enabled
231[ 6.585705] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 16, base_baud = 1500000) is a meson_uart
232[ 6.593903] serial serial0: tty port ttyAML6 registered
233[ 6.599158] msm_serial: driver initialized
234[ 6.612100] libphy: Fixed MDIO Bus: probed
235[ 6.613158] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
236[ 6.617102] ehci-pci: EHCI PCI platform driver
237[ 6.621762] usbcore: registered new interface driver usbserial_generic
238[ 6.628102] usbserial: USB Serial support registered for generic
239[ 6.634371] mousedev: PS/2 mouse device common for all mice
240[ 6.644446] device-mapper: uevent: version 1.0.3
241[ 6.645226] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
242[ 6.655010] ledtrig-cpu: registered to indicate activity on CPUs
243[ 6.659331] meson-sm: secure-monitor enabled
244[ 6.662832] EFI Variables Facility v0.08 2004-May-17
245[ 6.667604] efivars: get_next_variable: status=8000000000000003
246[ 6.674643] hid: raw HID events driver (C) Jiri Kosina
247[ 6.678729] usbcore: registered new interface driver usbhid
248[ 6.683942] usbhid: USB HID core driver
249[ 6.690245] drop_monitor: Initializing network drop monitor service
250[ 6.694288] Initializing XFRM netlink socket
251[ 6.699543] NET: Registered protocol family 10
252[ 6.761317] Segment Routing with IPv6
253[ 6.761458] mip6: Mobile IPv6
254[ 6.762376] NET: Registered protocol family 17
255[ 6.768105] registered taskstats version 1
256[ 6.770852] Loading compiled-in X.509 certificates
257[ 6.927407] Loaded X.509 cert 'Fedora kernel signing key: b349f5b879eae939f76316bcd7271c272f9877d6'
258[ 6.931595] zswap: loaded using pool lzo/zbud
259[ 6.936494] Key type ._fscrypt registered
260[ 6.939098] Key type .fscrypt registered
261[ 6.974508] Key type big_key registered
262[ 7.002815] Key type encrypted registered
263[ 7.003076] ima: No TPM chip found, activating TPM-bypass!
264[ 7.006709] ima: Allocated hash algorithm: sha256
265[ 7.011388] ima: No architecture policies found
266[ 7.087463] VCC_5V: supplied by DC_IN
267[ 7.088254] VCC_3V3: supplied by VSYS_3V3
268[ 7.089738] VCC_1V8: supplied by VCC_3V3
269[ 7.093611] VDDIO_AO1V8: supplied by VSYS_3V3
270[ 7.097880] EMMC_AO1V8: supplied by VCC_3V3
271[ 7.102610] USB_PWR: supplied by VCC_5V
272[ 7.110470] pwm-regulator regulator-vddcpu-a: Failed to get PWM: -517
273[ 7.113011] pwm-regulator regulator-vddcpu-b: Failed to get PWM: -517
274[ 7.120243] pwm-regulator regulator-vddcpu-a: Failed to get PWM: -517
275[ 7.125731] pwm-regulator regulator-vddcpu-b: Failed to get PWM: -517
276[ 7.132853] hctosys: unable to open rtc device (rtc0)