· 6 years ago · Dec 04, 2019, 03:00 PM
1EFI stub: Booting Linux Kernel...
2EFI stub: Using DTB from configuration table
3EFI stub: Exiting boot services and installing virtual address map...
4[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
5[ 0.000000] Linux version 5.1.0-00001-gb2dbba8f26bf (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #267 SMP PREEMPT Wed Dec 4 15:54:30 CET 2019
6[ 0.000000] Machine model: HiKey960
7[ 0.000000] earlycon: pl11 at MMIO 0x00000000fff32000 (options '')
8[ 0.000000] printk: bootconsole [pl11] enabled
9[ 0.000000] printk: debug: ignoring loglevel setting.
10[ 0.000000] efi: Getting EFI parameters from FDT:
11[ 0.000000] efi: EFI v2.60 by EDK II
12[ 0.000000] efi: MEMATTR=0xbe7dc118 MEMRESERVE=0xba6e6018
13[ 0.000000] cma: Reserved 32 MiB at 0x00000000bc400000
14[ 0.000000] NUMA: No NUMA configuration found
15[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
16[ 0.000000] NUMA: NODE_DATA [mem 0xbf9e1840-0xbf9e2fff]
17[ 0.000000] Zone ranges:
18[ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000bfffffff]
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-0x000000001abfffff]
23[ 0.000000] node 0: [mem 0x000000001ad88000-0x0000000031ffffff]
24[ 0.000000] node 0: [mem 0x0000000032101000-0x000000003dffffff]
25[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000089b7ffff]
26[ 0.000000] node 0: [mem 0x0000000089cc0000-0x00000000ba49ffff]
27[ 0.000000] node 0: [mem 0x00000000ba4a0000-0x00000000ba6dffff]
28[ 0.000000] node 0: [mem 0x00000000ba6e0000-0x00000000ba6e7fff]
29[ 0.000000] node 0: [mem 0x00000000ba6e8000-0x00000000ba6ebfff]
30[ 0.000000] node 0: [mem 0x00000000ba6ec000-0x00000000bf6affff]
31[ 0.000000] node 0: [mem 0x00000000bf6b0000-0x00000000bf6effff]
32[ 0.000000] node 0: [mem 0x00000000bf6f0000-0x00000000bf6fffff]
33[ 0.000000] node 0: [mem 0x00000000bf700000-0x00000000bf74ffff]
34[ 0.000000] node 0: [mem 0x00000000bf750000-0x00000000bfffffff]
35[ 0.000000] Zeroed struct page in unavailable ranges: 624 pages
36[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
37[ 0.000000] On node 0 totalpages: 777271
38[ 0.000000] DMA32 zone: 12288 pages used for memmap
39[ 0.000000] DMA32 zone: 0 pages reserved
40[ 0.000000] DMA32 zone: 777271 pages, LIFO batch:63
41[ 0.000000] psci: probing for conduit method from DT.
42[ 0.000000] psci: PSCIv1.1 detected in firmware.
43[ 0.000000] psci: Using standard PSCI v0.2 function IDs
44[ 0.000000] psci: Trusted OS migration not required
45[ 0.000000] psci: SMC Calling Convention v1.1
46[ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x4cc with crng_init=0
47[ 0.000000] percpu: Embedded 24 pages/cpu s61336 r8192 d28776 u98304
48[ 0.000000] pcpu-alloc: s61336 r8192 d28776 u98304 alloc=24*4096
49[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
50[ 0.000000] Detected VIPT I-cache on CPU0
51[ 0.000000] CPU features: detected: ARM erratum 845719
52[ 0.000000] Speculative Store Bypass Disable mitigation not required
53[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
54[ 0.000000] Policy zone: DMA32
55[ 0.000000] Kernel command line: BOOT_IMAGE=/Image console=tty0 console=ttyAMA6,115200n8 earlycon=pl011,0xfff32000 root=/dev/disk/by-partlabel/system rootwait rw ignore_loglevel efi=noruntime
56[ 0.000000] Memory: 2982108K/3109084K available (14076K kernel code, 2570K rwdata, 6520K rodata, 2176K init, 465K bss, 94208K reserved, 32768K cma-reserved)
57[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
58[ 0.000000] ftrace: allocating 50286 entries in 197 pages
59[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
60[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
61[ 0.000000] Tasks RCU enabled.
62[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
63[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
64[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
65[ 0.000000] GIC: Using split EOI/Deactivate mode
66[ 0.000000] arch_timer: cp15 timer(s) running at 1.92MHz (phys).
67[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns
68[ 0.000004] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
69[ 0.008494] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
70[ 0.018913] Console: colour dummy device 80x25
71[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
72[ 0.000000] Linux version 5.1.0-00001-gb2dbba8f26bf (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #267 SMP PREEMPT Wed Dec 4 15:54:30 CET 2019
73[ 0.000000] Machine model: HiKey960
74[ 0.000000] earlycon: pl11 at MMIO 0x00000000fff32000 (options '')
75[ 0.000000] printk: bootconsole [pl11] enabled
76[ 0.000000] printk: debug: ignoring loglevel setting.
77[ 0.000000] efi: Getting EFI parameters from FDT:
78[ 0.000000] efi: EFI v2.60 by EDK II
79[ 0.000000] efi: MEMATTR=0xbe7dc118 MEMRESERVE=0xba6e6018
80[ 0.000000] cma: Reserved 32 MiB at 0x00000000bc400000
81[ 0.000000] NUMA: No NUMA configuration found
82[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
83[ 0.000000] NUMA: NODE_DATA [mem 0xbf9e1840-0xbf9e2fff]
84[ 0.000000] Zone ranges:
85[ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000bfffffff]
86[ 0.000000] Normal empty
87[ 0.000000] Movable zone start for each node
88[ 0.000000] Early memory node ranges
89[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001abfffff]
90[ 0.000000] node 0: [mem 0x000000001ad88000-0x0000000031ffffff]
91[ 0.000000] node 0: [mem 0x0000000032101000-0x000000003dffffff]
92[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000089b7ffff]
93[ 0.000000] node 0: [mem 0x0000000089cc0000-0x00000000ba49ffff]
94[ 0.000000] node 0: [mem 0x00000000ba4a0000-0x00000000ba6dffff]
95[ 0.000000] node 0: [mem 0x00000000ba6e0000-0x00000000ba6e7fff]
96[ 0.000000] node 0: [mem 0x00000000ba6e8000-0x00000000ba6ebfff]
97[ 0.000000] node 0: [mem 0x00000000ba6ec000-0x00000000bf6affff]
98[ 0.000000] node 0: [mem 0x00000000bf6b0000-0x00000000bf6effff]
99[ 0.000000] node 0: [mem 0x00000000bf6f0000-0x00000000bf6fffff]
100[ 0.000000] node 0: [mem 0x00000000bf700000-0x00000000bf74ffff]
101[ 0.000000] node 0: [mem 0x00000000bf750000-0x00000000bfffffff]
102[ 0.000000] Zeroed struct page in unavailable ranges: 624 pages
103[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
104[ 0.000000] On node 0 totalpages: 777271
105[ 0.000000] DMA32 zone: 12288 pages used for memmap
106[ 0.000000] DMA32 zone: 0 pages reserved
107[ 0.000000] DMA32 zone: 777271 pages, LIFO batch:63
108[ 0.000000] psci: probing for conduit method from DT.
109[ 0.000000] psci: PSCIv1.1 detected in firmware.
110[ 0.000000] psci: Using standard PSCI v0.2 function IDs
111[ 0.000000] psci: Trusted OS migration not required
112[ 0.000000] psci: SMC Calling Convention v1.1
113[ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x4cc with crng_init=0
114[ 0.000000] percpu: Embedded 24 pages/cpu s61336 r8192 d28776 u98304
115[ 0.000000] pcpu-alloc: s61336 r8192 d28776 u98304 alloc=24*4096
116[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
117[ 0.000000] Detected VIPT I-cache on CPU0
118[ 0.000000] CPU features: detected: ARM erratum 845719
119[ 0.000000] Speculative Store Bypass Disable mitigation not required
120[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
121[ 0.000000] Policy zone: DMA32
122[ 0.000000] Kernel command line: BOOT_IMAGE=/Image console=tty0 console=ttyAMA6,115200n8 earlycon=pl011,0xfff32000 root=/dev/disk/by-partlabel/system rootwait rw ignore_loglevel efi=noruntime
123[ 0.000000] Memory: 2982108K/3109084K available (14076K kernel code, 2570K rwdata, 6520K rodata, 2176K init, 465K bss, 94208K reserved, 32768K cma-reserved)
124[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
125[ 0.000000] ftrace: allocating 50286 entries in 197 pages
126[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
127[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
128[ 0.000000] Tasks RCU enabled.
129[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
130[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
131[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
132[ 0.000000] GIC: Using split EOI/Deactivate mode
133[ 0.000000] arch_timer: cp15 timer(s) running at 1.92MHz (phys).
134[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns
135[ 0.000004] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
136[ 0.008494] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
137[ 0.018913] Console: colour dummy device 80x25
138[ 0.440385] printk: console [tty0] enabled
139[ 0.444703] Calibrating delay loop (skipped), value calculated using timer frequency.. 3.84 BogoMIPS (lpj=7680)
140[ 0.454967] pid_max: default: 32768 minimum: 301
141[ 0.459729] LSM: Security Framework initializing
142[ 0.465878] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
143[ 0.473934] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
144[ 0.481134] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
145[ 0.487963] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
146[ 0.495814] *** VALIDATE proc ***
147[ 0.499436] *** VALIDATE cgroup1 ***
148[ 0.503062] *** VALIDATE cgroup2 ***
149[ 0.530775] ASID allocator initialised with 32768 entries
150[ 0.544286] rcu: Hierarchical SRCU implementation.
151[ 0.558607] EFI runtime services will be disabled.
152[ 0.571500] smp: Bringing up secondary CPUs ...
153[ 0.608531] Detected VIPT I-cache on CPU1
154[ 0.608626] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
155[ 0.640470] Detected VIPT I-cache on CPU2
156[ 0.640505] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
157[ 0.672488] Detected VIPT I-cache on CPU3
158[ 0.672511] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
159[ 0.706089] CPU features: detected: ARM erratum 858921
160[ 0.706098] Detected VIPT I-cache on CPU4
161[ 0.706127] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU4: 0x00000000101122
162[ 0.706134] CPU features: Unsupported CPU feature variation detected.
163[ 0.706160] arch_timer: Enabling local workaround for ARM erratum 858921
164[ 0.706170] arch_timer: CPU4: Trapping CNTVCT access
165[ 0.706176] CPU4: Booted secondary processor 0x0000000100 [0x410fd091]
166[ 0.736510] Detected VIPT I-cache on CPU5
167[ 0.736516] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU5: 0x00000000101122
168[ 0.736526] arch_timer: Enabling local workaround for ARM erratum 858921
169[ 0.736531] arch_timer: CPU5: Trapping CNTVCT access
170[ 0.736535] CPU5: Booted secondary processor 0x0000000101 [0x410fd091]
171[ 0.768541] Detected VIPT I-cache on CPU6
172[ 0.768546] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU6: 0x00000000101122
173[ 0.768556] arch_timer: Enabling local workaround for ARM erratum 858921
174[ 0.768562] arch_timer: CPU6: Trapping CNTVCT access
175[ 0.768566] CPU6: Booted secondary processor 0x0000000102 [0x410fd091]
176[ 0.800580] Detected VIPT I-cache on CPU7
177[ 0.800586] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU7: 0x00000000101122
178[ 0.800596] arch_timer: Enabling local workaround for ARM erratum 858921
179[ 0.800601] arch_timer: CPU7: Trapping CNTVCT access
180[ 0.800606] CPU7: Booted secondary processor 0x0000000103 [0x410fd091]
181[ 0.800663] smp: Brought up 1 node, 8 CPUs
182[ 0.987774] SMP: Total of 8 processors activated.
183[ 0.992531] CPU features: detected: 32-bit EL0 Support
184[ 0.997735] CPU features: detected: CRC32 instructions
185[ 1.003397] CPU: All CPU(s) started at EL2
186[ 1.007569] alternatives: patching kernel code
187[ 1.013291] devtmpfs: initialized
188[ 1.019471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
189[ 1.029361] futex hash table entries: 2048 (order: 5, 131072 bytes)
190[ 1.036293] pinctrl core: initialized pinctrl subsystem
191[ 1.042275] DMI not present or invalid.
192[ 1.046396] NET: Registered protocol family 16
193[ 1.051203] audit: initializing netlink subsys (disabled)
194[ 1.056737] audit: type=2000 audit(0.752:1): state=initialized audit_enabled=0 res=1
195[ 1.064578] cpuidle: using governor menu
196[ 1.068771] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
197[ 1.076253] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
198[ 1.085094] DMA: preallocated 256 KiB pool for atomic allocations
199[ 1.091928] Serial: AMBA PL011 UART driver
200[ 1.111367] hi3660-mbox e896b000.mailbox: Mailbox enabled
201[ 1.127735] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
202[ 1.134535] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
203[ 1.141310] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
204[ 1.148083] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
205[ 1.155159] cryptd: max_cpu_qlen set to 1000
206[ 1.160096] ACPI: Interpreter disabled.
207[ 1.164872] vgaarb: loaded
208[ 1.167736] SCSI subsystem initialized
209[ 1.171717] libata version 3.00 loaded.
210[ 1.175785] usbcore: registered new interface driver usbfs
211[ 1.181359] usbcore: registered new interface driver hub
212[ 1.186766] usbcore: registered new device driver usb
213[ 1.192199] pps_core: LinuxPPS API ver. 1 registered
214[ 1.197218] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
215[ 1.206458] PTP clock support registered
216[ 1.210485] EDAC MC: Ver: 3.0.0
217[ 1.213865] Registered efivars operations
218[ 1.218259] Advanced Linux Sound Architecture Driver Initialized.
219[ 1.225002] clocksource: Switched to clocksource arch_sys_counter
220[ 1.493057] VFS: Disk quotas dquot_6.6.0
221[ 1.497071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
222[ 1.504044] *** VALIDATE hugetlbfs ***
223[ 1.507934] pnp: PnP ACPI: disabled
224[ 1.514578] NET: Registered protocol family 2
225[ 1.519389] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
226[ 1.527358] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
227[ 1.534819] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
228[ 1.541718] TCP: Hash tables configured (established 32768 bind 32768)
229[ 1.548374] UDP hash table entries: 2048 (order: 4, 65536 bytes)
230[ 1.554496] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
231[ 1.561111] NET: Registered protocol family 1
232[ 1.565745] RPC: Registered named UNIX socket transport module.
233[ 1.571753] RPC: Registered udp transport module.
234[ 1.576505] RPC: Registered tcp transport module.
235[ 1.581257] RPC: Registered tcp NFSv4.1 backchannel transport module.
236[ 1.588046] PCI: CLS 0 bytes, default 64
237[ 1.592098] Unpacking initramfs...
238[ 1.772774] Freeing initrd memory: 7164K
239[ 1.777664] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
240[ 1.786172] hw perfevents: enabled with armv8_cortex_a73 PMU driver, 7 counters available
241[ 1.794603] kvm [1]: IPA Size Limit: 40bits
242[ 1.799396] kvm [1]: vgic interrupt IRQ1
243[ 1.803501] kvm [1]: Hyp mode initialized successfully
244[ 1.831437] Initialise system trusted keyrings
245[ 1.836020] workingset: timestamp_bits=44 max_order=20 bucket_order=0
246[ 1.845827] squashfs: version 4.0 (2009/01/31) Phillip Lougher
247[ 1.852107] NFS: Registering the id_resolver key type
248[ 1.857232] Key type id_resolver registered
249[ 1.861466] Key type id_legacy registered
250[ 1.865521] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
251[ 1.872409] 9p: Installing v9fs 9p2000 file system support
252[ 1.899633] Key type asymmetric registered
253[ 1.903794] Asymmetric key parser 'x509' registered
254[ 1.908766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
255[ 1.916246] io scheduler mq-deadline registered
256[ 1.920823] io scheduler kyber registered
257[ 1.927260] pinctrl-single e896c000.pinmux: 124 pins, size 496
258[ 1.933371] pinctrl-single ff37e000.pinmux: 6 pins, size 24
259[ 1.939084] pinctrl-single ff3b6000.pinmux: 12 pins, size 48
260[ 1.944885] pinctrl-single ff3fd000.pinmux: 6 pins, size 24
261[ 1.950616] pinctrl-single fff11000.pinmux: 42 pins, size 168
262[ 1.956577] pinctrl-single e896c800.pinmux: 128 pins, size 512
263[ 1.962540] pinctrl-single ff3b6800.pinmux: 6 pins, size 24
264[ 1.968254] pinctrl-single ff3fd800.pinmux: 6 pins, size 24
265[ 1.973956] pinctrl-single ff37e800.pinmux: 6 pins, size 24
266[ 1.979689] pinctrl-single fff11800.pinmux: 47 pins, size 188
267[ 1.986524] pl061_gpio e8a0b000.gpio: PL061 GPIO chip @0x00000000e8a0b000 registered
268[ 1.994465] pl061_gpio e8a0c000.gpio: PL061 GPIO chip @0x00000000e8a0c000 registered
269[ 2.002400] pl061_gpio e8a0d000.gpio: PL061 GPIO chip @0x00000000e8a0d000 registered
270[ 2.010332] pl061_gpio e8a0e000.gpio: PL061 GPIO chip @0x00000000e8a0e000 registered
271[ 2.018268] pl061_gpio e8a0f000.gpio: PL061 GPIO chip @0x00000000e8a0f000 registered
272[ 2.026199] pl061_gpio e8a10000.gpio: PL061 GPIO chip @0x00000000e8a10000 registered
273[ 2.034127] pl061_gpio e8a11000.gpio: PL061 GPIO chip @0x00000000e8a11000 registered
274[ 2.042062] pl061_gpio e8a12000.gpio: PL061 GPIO chip @0x00000000e8a12000 registered
275[ 2.050003] pl061_gpio e8a13000.gpio: PL061 GPIO chip @0x00000000e8a13000 registered
276[ 2.057937] pl061_gpio e8a14000.gpio: PL061 GPIO chip @0x00000000e8a14000 registered
277[ 2.065866] pl061_gpio e8a15000.gpio: PL061 GPIO chip @0x00000000e8a15000 registered
278[ 2.073795] pl061_gpio e8a16000.gpio: PL061 GPIO chip @0x00000000e8a16000 registered
279[ 2.081728] pl061_gpio e8a17000.gpio: PL061 GPIO chip @0x00000000e8a17000 registered
280[ 2.089654] pl061_gpio e8a18000.gpio: PL061 GPIO chip @0x00000000e8a18000 registered
281[ 2.097584] pl061_gpio e8a19000.gpio: PL061 GPIO chip @0x00000000e8a19000 registered
282[ 2.105511] pl061_gpio e8a1a000.gpio: PL061 GPIO chip @0x00000000e8a1a000 registered
283[ 2.113444] pl061_gpio e8a1b000.gpio: PL061 GPIO chip @0x00000000e8a1b000 registered
284[ 2.121375] pl061_gpio e8a1c000.gpio: PL061 GPIO chip @0x00000000e8a1c000 registered
285[ 2.129314] pl061_gpio ff3b4000.gpio: PL061 GPIO chip @0x00000000ff3b4000 registered
286[ 2.137243] pl061_gpio ff3b5000.gpio: PL061 GPIO chip @0x00000000ff3b5000 registered
287[ 2.145173] pl061_gpio e8a1f000.gpio: PL061 GPIO chip @0x00000000e8a1f000 registered
288[ 2.153111] pl061_gpio e8a20000.gpio: PL061 GPIO chip @0x00000000e8a20000 registered
289[ 2.161061] pl061_gpio fff0b000.gpio: PL061 GPIO chip @0x00000000fff0b000 registered
290[ 2.169015] pl061_gpio fff0c000.gpio: PL061 GPIO chip @0x00000000fff0c000 registered
291[ 2.176948] pl061_gpio fff0d000.gpio: PL061 GPIO chip @0x00000000fff0d000 registered
292[ 2.184882] pl061_gpio fff0e000.gpio: PL061 GPIO chip @0x00000000fff0e000 registered
293[ 2.192818] pl061_gpio fff0f000.gpio: PL061 GPIO chip @0x00000000fff0f000 registered
294[ 2.200747] pl061_gpio fff10000.gpio: PL061 GPIO chip @0x00000000fff10000 registered
295[ 2.208697] pl061_gpio fff1d000.gpio: PL061 GPIO chip @0x00000000fff1d000 registered
296[ 2.255443] kirin-pcie f4000000.pcie: host bridge /soc/pcie@f4000000 ranges:
297[ 2.262583] kirin-pcie f4000000.pcie: MEM 0xf6000000..0xf7ffffff -> 0x00000000
298[ 3.274805] kirin-pcie f4000000.pcie: Link Fail
299[ 3.279467] kirin-pcie f4000000.pcie: PCI host bridge to bus 0000:00
300[ 3.285900] pci_bus 0000:00: root bus resource [bus 00-01]
301[ 3.291447] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf7ffffff] (bus address [0x00000000-0x01ffffff])
302[ 3.301763] pci 0000:00:00.0: [19e5:3660] type 01 class 0x060400
303[ 3.307878] pci 0000:00:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
304[ 3.314854] pci 0000:00:00.0: supports D1 D2
305[ 3.319170] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
306[ 3.326407] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-01] (conflicts with (null) [bus 00-01])
307[ 3.338255] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf6ffffff 64bit]
308[ 3.345661] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
309[ 3.351178] pcieport 0000:00:00.0: Signaling PME with IRQ 65
310[ 3.357051] aer 0000:00:00.0:pcie002: AER enabled with IRQ 65
311[ 3.363362] EINJ: ACPI disabled.
312[ 3.368193] k3-dma fdf30000.dma: dma-channel-mask doesn't exist, considering all as available.
313[ 3.377675] k3-dma fdf30000.dma: initialized
314[ 3.385245] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
315[ 3.392704] SuperH (H)SCI(F) driver initialized
316[ 3.397528] msm_serial: driver initialized
317[ 3.406478] loop: module loaded
318[ 3.411408] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
319[ 3.422158] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
320[ 3.432537] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
321[ 3.443004] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
322[ 3.481991] scsi host0: ufshcd
323[ 3.498861] libphy: Fixed MDIO Bus: probed
324[ 3.503260] tun: Universal TUN/TAP device driver, 1.6
325[ 3.508745] thunder_xcv, ver 1.0
326[ 3.512034] thunder_bgx, ver 1.0
327[ 3.515316] nicpf, ver 1.0
328[ 3.518326] hclge is initializing
329[ 3.521675] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
330[ 3.528976] hns3: Copyright (c) 2017 Huawei Corporation.
331[ 3.534387] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
332[ 3.540283] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
333[ 3.546291] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
334[ 3.553328] igb: Copyright (c) 2007-2014 Intel Corporation.
335[ 3.558979] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
336[ 3.566894] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
337[ 3.573035] sky2: driver version 1.30
338[ 3.577054] usbcore: registered new interface driver asix
339[ 3.582545] usbcore: registered new interface driver ax88179_178a
340[ 3.588720] usbcore: registered new interface driver cdc_ether
341[ 3.594630] usbcore: registered new interface driver dm9601
342[ 3.600275] usbcore: registered new interface driver net1080
343[ 3.601958] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
344[ 3.606006] usbcore: registered new interface driver cdc_subset
345[ 3.624573] usbcore: registered new interface driver zaurus
346[ 3.630231] usbcore: registered new interface driver cdc_ncm
347[ 3.636034] VFIO - User Level meta-driver version: 0.3
348[ 3.641855] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
349[ 3.648459] ehci-pci: EHCI PCI platform driver
350[ 3.652967] ehci-platform: EHCI generic platform driver
351[ 3.658301] ehci-orion: EHCI orion driver
352[ 3.662395] ehci-exynos: EHCI EXYNOS driver
353[ 3.666664] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
354[ 3.672919] ohci-pci: OHCI PCI platform driver
355[ 3.677428] ohci-platform: OHCI generic platform driver
356[ 3.682759] ohci-exynos: OHCI EXYNOS driver
357[ 3.687198] usbcore: registered new interface driver usb-storage
358[ 3.694557] rtc-pl031 fff04000.rtc: registered as rtc0
359[ 3.700055] i2c /dev entries driver
360[ 3.705766] sp805-wdt e8a06000.watchdog: registration successful
361[ 3.711935] sp805-wdt e8a07000.watchdog: registration successful
362[ 3.713847] ufs final power mode: gear = 3, lane = 2, pwr = 1, rate = 2
363[ 3.725104] sdhci: Secure Digital Host Controller Interface driver
364[ 3.727004] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
365[ 3.731360] sdhci: Copyright(c) Pierre Ossman
366[ 3.731489] Synopsys Designware Multimedia Card Interface Driver
367[ 3.744752] ufshcd-hisi ff3b0000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
368[ 3.747946] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
369[ 3.754694] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
370[ 3.767211] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode.
371[ 3.778953] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
372[ 3.799381] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller.
373[ 3.801502] scsi 0:0:0:49456: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
374[ 3.805807] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a
375[ 3.805834] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 59,32 bit host data width,256 deep fifo
376[ 3.816968] scsi 0:0:0:0: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
377[ 3.819783] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO
378[ 3.831541] sd 0:0:0:0: Power-on or device reset occurred
379[ 3.831938] scsi 0:0:0:1: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
380[ 3.832748] scsi 0:0:0:2: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
381[ 3.833957] scsi 0:0:0:3: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
382[ 3.834821] sd 0:0:0:1: Power-on or device reset occurred
383[ 3.836098] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
384[ 3.836216] sd 0:0:0:1: [sdb] Write Protect is off
385[ 3.836219] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
386[ 3.836457] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
387[ 3.836601] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
388[ 3.841665] random: fast init done
389[ 3.851437] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
390[ 3.855673] sd 0:0:0:2: Power-on or device reset occurred
391[ 3.855697] sd 0:0:0:3: Power-on or device reset occurred
392[ 3.857525] sd 0:0:0:1: [sdb] Attached SCSI disk
393[ 3.858479] sd 0:0:0:3: [sdd] 7805952 4096-byte logical blocks: (32.0 GB/29.8 GiB)
394[ 3.858586] sd 0:0:0:3: [sdd] Write Protect is off
395[ 3.858589] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 10
396[ 3.858802] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
397[ 3.858933] sd 0:0:0:3: [sdd] Optimal transfer size 65536 bytes
398[ 3.862200] Alternate GPT is invalid, using primary GPT.
399[ 3.862213] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12
400[ 3.863968] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
401[ 3.865423] sd 0:0:0:3: [sdd] Attached SCSI disk
402[ 3.873293] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
403[ 3.877491] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
404[ 3.877635] sd 0:0:0:0: [sda] Write Protect is off
405[ 3.877638] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
406[ 3.877873] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
407[ 3.878018] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
408[ 3.883760] sd 0:0:0:0: [sda] Attached SCSI disk
409[ 3.885022] sd 0:0:0:2: [sdc] Write Protect is off
410[ 3.891810] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
411[ 3.894818] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 10
412[ 4.058703] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
413[ 4.061335] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
414[ 4.065129] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
415[ 4.075185] sd 0:0:0:2: [sdc] Optimal transfer size 65536 bytes
416[ 4.079115] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 60,32 bit host data width,256 deep fifo
417[ 4.090177] sd 0:0:0:2: [sdc] Attached SCSI disk
418[ 4.094816] sdhci-pltfm: SDHCI platform and OF driver helper
419[ 4.107413] ledtrig-cpu: registered to indicate activity on CPUs
420[ 4.113880] usbcore: registered new interface driver usbhid
421[ 4.119511] usbhid: USB HID core driver
422[ 4.124049] optee: probing for conduit method from DT.
423[ 4.129253] optee: revision 3.7 (479c49dd)
424[ 4.129694] optee: dynamic shared memory is enabled
425[ 4.138896] optee: initialized driver
426[ 4.143247] NET: Registered protocol family 17
427[ 4.147803] 9pnet: Installing 9P2000 support
428[ 4.152145] Key type dns_resolver registered
429[ 4.157307] registered taskstats version 1
430[ 4.161446] Loading compiled-in X.509 certificates
431[ 4.169264] ffd74000.serial: ttyAMA3 at MMIO 0xffd74000 (irq = 21, base_baud = 0) is a PL011 rev2
432[ 4.178868] fdf01000.serial: ttyAMA4 at MMIO 0xfdf01000 (irq = 22, base_baud = 0) is a PL011 rev2
433[ 4.187888] serial serial0: tty port ttyAMA4 registered
434[ 4.193242] fff32000.serial: ttyAMA6 at MMIO 0xfff32000 (irq = 23, base_baud = 0) is a PL011 rev2
435[ 4.202219] printk: console [ttyAMA6] enabled
436[ 4.202219] printk: console [ttyAMA6] enabled
437[ 4.210969] printk: bootconsole [pl11] disabled
438[ 4.210969] printk: bootconsole [pl11] disabled
439[ 4.220734] ssp-pl022 ffd68000.spi: ARM PL022 driver, device ID: 0x00041022
440[ 4.227726] ssp-pl022 ffd68000.spi: mapped registers from 0x00000000ffd68000 to (____ptrval____)
441[ 4.236548] ssp-pl022 ffd68000.spi: setup for DMA on RX dma0chan0, TX dma0chan1
442[ 4.244537] ssp-pl022 ff3b3000.spi: ARM PL022 driver, device ID: 0x00041022
443[ 4.251517] ssp-pl022 ff3b3000.spi: mapped registers from 0x00000000ff3b3000 to (____ptrval____)
444[ 4.260313] ssp-pl022 ff3b3000.spi: setup for DMA on RX dma0chan2, TX dma0chan3
445[ 4.269162] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
446[ 4.281013] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
447[ 4.288326] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
448[ 4.294685] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
449[ 4.300001] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 60,32 bit host data width,128 deep fifo
450[ 4.309360] mmc_host mmc1: card is non-removable.
451[ 4.411394] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
452[ 4.437300] input: keys as /devices/platform/keys/input/input0
453[ 4.444136] rtc-pl031 fff04000.rtc: setting system clock to 1970-01-01T00:15:07 UTC (907)
454[ 4.452480] cfg80211: Loading compiled-in X.509 certificates for regulatory database
455[ 4.464566] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
456[ 4.466465] dwmmc_k3 ff3ff000.dwmmc2: card claims to support voltages below defined range
457[ 4.472506] ALSA device list:
458[ 4.482240] No soundcards found.
459[ 4.485820] uart-pl011 fff32000.serial: no DMA platform data
460[ 4.493562] Freeing unused kernel memory: 2176K
461[ 4.494353] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
462[ 4.509576] mmc1: new SDIO card at address 0001
463[ 4.514963] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
464[ 4.525664] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
465[ 4.534447] wlcore: WARNING falling back to default config
466[ 4.541646] Run /init as init process
467[ 4.547145] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
468[ 4.554801] CPU: 4 PID: 1 Comm: init Tainted: G S 5.1.0-00001-gb2dbba8f26bf #267
469[ 4.563493] Hardware name: HiKey960 (DT)
470[ 4.567409] Call trace:
471[ 4.569855] dump_backtrace+0x0/0x138
472[ 4.573509] show_stack+0x24/0x30
473[ 4.576819] dump_stack+0xa8/0xcc
474[ 4.580127] panic+0x140/0x2e8
475[ 4.583174] do_exit+0xa00/0xa28
476[ 4.586393] do_group_exit+0x3c/0xa0
477[ 4.589963] get_signal+0xcc/0x6c0
478[ 4.593358] do_notify_resume+0x1c0/0x388
479[ 4.597359] work_pending+0x8/0x10
480[ 4.600756] SMP: stopping secondary CPUs
481[ 4.604895] Kernel Offset: disabled
482[ 4.608375] CPU features: 0x002,21082004
483[ 4.612290] Memory Limit: none
484[ 4.615345] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 ]---