· 6 years ago · Dec 04, 2019, 12:46 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.2.0-dirty (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #264 SMP PREEMPT Wed Dec 4 13:39:26 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] percpu: Embedded 31 pages/cpu s90072 r8192 d28712 u126976
47[ 0.000000] pcpu-alloc: s90072 r8192 d28712 u126976 alloc=31*4096
48[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
49[ 0.000000] Detected VIPT I-cache on CPU0
50[ 0.000000] CPU features: detected: ARM erratum 845719
51[ 0.000000] Speculative Store Bypass Disable mitigation not required
52[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
53[ 0.000000] Policy zone: DMA32
54[ 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
55[ 0.000000] Memory: 2982900K/3109084K available (14140K kernel code, 2634K rwdata, 6852K rodata, 2240K init, 469K bss, 93416K reserved, 32768K cma-reserved)
56[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
57[ 0.000000] ftrace: allocating 50706 entries in 199 pages
58[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
59[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
60[ 0.000000] Tasks RCU enabled.
61[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
62[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
63[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
64[ 0.000000] GIC: Using split EOI/Deactivate mode
65[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4d4 with crng_init=0
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.000005] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
69[ 0.008504] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
70[ 0.018927] Console: colour dummy device 80x25
71[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
72[ 0.000000] Linux version 5.2.0-dirty (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #264 SMP PREEMPT Wed Dec 4 13:39:26 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] percpu: Embedded 31 pages/cpu s90072 r8192 d28712 u126976
114[ 0.000000] pcpu-alloc: s90072 r8192 d28712 u126976 alloc=31*4096
115[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
116[ 0.000000] Detected VIPT I-cache on CPU0
117[ 0.000000] CPU features: detected: ARM erratum 845719
118[ 0.000000] Speculative Store Bypass Disable mitigation not required
119[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
120[ 0.000000] Policy zone: DMA32
121[ 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
122[ 0.000000] Memory: 2982900K/3109084K available (14140K kernel code, 2634K rwdata, 6852K rodata, 2240K init, 469K bss, 93416K reserved, 32768K cma-reserved)
123[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
124[ 0.000000] ftrace: allocating 50706 entries in 199 pages
125[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
126[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
127[ 0.000000] Tasks RCU enabled.
128[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
129[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
130[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
131[ 0.000000] GIC: Using split EOI/Deactivate mode
132[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4d4 with crng_init=0
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.000005] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
136[ 0.008504] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
137[ 0.018927] Console: colour dummy device 80x25
138[ 0.439859] printk: console [tty0] enabled
139[ 0.444189] Calibrating delay loop (skipped), value calculated using timer frequency.. 3.84 BogoMIPS (lpj=7680)
140[ 0.454459] pid_max: default: 32768 minimum: 301
141[ 0.459228] LSM: Security Framework initializing
142[ 0.465383] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
143[ 0.473454] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
144[ 0.480664] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
145[ 0.487516] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
146[ 0.518875] ASID allocator initialised with 32768 entries
147[ 0.532402] rcu: Hierarchical SRCU implementation.
148[ 0.546660] EFI runtime services will be disabled.
149[ 0.559552] smp: Bringing up secondary CPUs ...
150[ 0.596595] Detected VIPT I-cache on CPU1
151[ 0.596695] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
152[ 0.628531] Detected VIPT I-cache on CPU2
153[ 0.628566] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
154[ 0.660551] Detected VIPT I-cache on CPU3
155[ 0.660573] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
156[ 0.694134] CPU features: detected: ARM erratum 858921
157[ 0.694173] Detected VIPT I-cache on CPU4
158[ 0.694181] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU4: 0x00000000101122
159[ 0.694188] CPU features: Unsupported CPU feature variation detected.
160[ 0.694198] arch_timer: Enabling local workaround for ARM erratum 858921
161[ 0.694207] arch_timer: CPU4: Trapping CNTVCT access
162[ 0.694214] CPU4: Booted secondary processor 0x0000000100 [0x410fd091]
163[ 0.724574] Detected VIPT I-cache on CPU5
164[ 0.724580] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU5: 0x00000000101122
165[ 0.724590] arch_timer: Enabling local workaround for ARM erratum 858921
166[ 0.724595] arch_timer: CPU5: Trapping CNTVCT access
167[ 0.724600] CPU5: Booted secondary processor 0x0000000101 [0x410fd091]
168[ 0.756606] Detected VIPT I-cache on CPU6
169[ 0.756611] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU6: 0x00000000101122
170[ 0.756622] arch_timer: Enabling local workaround for ARM erratum 858921
171[ 0.756627] arch_timer: CPU6: Trapping CNTVCT access
172[ 0.756631] CPU6: Booted secondary processor 0x0000000102 [0x410fd091]
173[ 0.788639] Detected VIPT I-cache on CPU7
174[ 0.788644] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU7: 0x00000000101122
175[ 0.788654] arch_timer: Enabling local workaround for ARM erratum 858921
176[ 0.788659] arch_timer: CPU7: Trapping CNTVCT access
177[ 0.788664] CPU7: Booted secondary processor 0x0000000103 [0x410fd091]
178[ 0.788721] smp: Brought up 1 node, 8 CPUs
179[ 0.975827] SMP: Total of 8 processors activated.
180[ 0.980583] CPU features: detected: 32-bit EL0 Support
181[ 0.985788] CPU features: detected: CRC32 instructions
182[ 0.991517] CPU: All CPU(s) started at EL2
183[ 0.995688] alternatives: patching kernel code
184[ 1.001427] devtmpfs: initialized
185[ 1.007657] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
186[ 1.017537] futex hash table entries: 2048 (order: 5, 131072 bytes)
187[ 1.024471] pinctrl core: initialized pinctrl subsystem
188[ 1.030309] DMI not present or invalid.
189[ 1.034378] NET: Registered protocol family 16
190[ 1.039157] audit: initializing netlink subsys (disabled)
191[ 1.044701] audit: type=2000 audit(0.744:1): state=initialized audit_enabled=0 res=1
192[ 1.052545] cpuidle: using governor menu
193[ 1.056698] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
194[ 1.068151] DMA: preallocated 256 KiB pool for atomic allocations
195[ 1.074804] Serial: AMBA PL011 UART driver
196[ 1.093924] hi3660-mbox e896b000.mailbox: Mailbox enabled
197[ 1.108372] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
198[ 1.115151] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
199[ 1.121924] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
200[ 1.128697] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
201[ 1.136870] cryptd: max_cpu_qlen set to 1000
202[ 1.143955] ACPI: Interpreter disabled.
203[ 1.148565] vgaarb: loaded
204[ 1.151435] SCSI subsystem initialized
205[ 1.155308] libata version 3.00 loaded.
206[ 1.159305] usbcore: registered new interface driver usbfs
207[ 1.164868] usbcore: registered new interface driver hub
208[ 1.170271] usbcore: registered new device driver usb
209[ 1.175665] pps_core: LinuxPPS API ver. 1 registered
210[ 1.180683] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
211[ 1.189921] PTP clock support registered
212[ 1.193931] EDAC MC: Ver: 3.0.0
213[ 1.197360] Registered efivars operations
214[ 1.201711] FPGA manager framework
215[ 1.205184] Advanced Linux Sound Architecture Driver Initialized.
216[ 1.211880] clocksource: Switched to clocksource arch_sys_counter
217[ 1.478149] VFS: Disk quotas dquot_6.6.0
218[ 1.482167] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
219[ 1.489228] pnp: PnP ACPI: disabled
220[ 1.495523] NET: Registered protocol family 2
221[ 1.500171] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
222[ 1.508147] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
223[ 1.515605] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
224[ 1.522503] TCP: Hash tables configured (established 32768 bind 32768)
225[ 1.529163] UDP hash table entries: 2048 (order: 4, 65536 bytes)
226[ 1.535283] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
227[ 1.541905] NET: Registered protocol family 1
228[ 1.546535] RPC: Registered named UNIX socket transport module.
229[ 1.552527] RPC: Registered udp transport module.
230[ 1.557280] RPC: Registered tcp transport module.
231[ 1.562034] RPC: Registered tcp NFSv4.1 backchannel transport module.
232[ 1.568787] PCI: CLS 0 bytes, default 64
233[ 1.572839] Unpacking initramfs...
234[ 1.755600] Freeing initrd memory: 7164K
235[ 1.760460] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
236[ 1.768963] hw perfevents: enabled with armv8_cortex_a73 PMU driver, 7 counters available
237[ 1.777345] kvm [1]: IPA Size Limit: 40bits
238[ 1.782036] kvm [1]: vgic interrupt IRQ1
239[ 1.786135] kvm [1]: Hyp mode initialized successfully
240[ 1.814363] Initialise system trusted keyrings
241[ 1.818949] workingset: timestamp_bits=44 max_order=20 bucket_order=0
242[ 1.828313] squashfs: version 4.0 (2009/01/31) Phillip Lougher
243[ 1.834566] NFS: Registering the id_resolver key type
244[ 1.839687] Key type id_resolver registered
245[ 1.843915] Key type id_legacy registered
246[ 1.847970] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
247[ 1.854820] 9p: Installing v9fs 9p2000 file system support
248[ 1.862174] Key type asymmetric registered
249[ 1.866319] Asymmetric key parser 'x509' registered
250[ 1.871266] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
251[ 1.878747] io scheduler mq-deadline registered
252[ 1.883325] io scheduler kyber registered
253[ 1.889666] pinctrl-single e896c000.pinmux: 124 pins, size 496
254[ 1.895666] pinctrl-single ff37e000.pinmux: 6 pins, size 24
255[ 1.901369] pinctrl-single ff3b6000.pinmux: 12 pins, size 48
256[ 1.907151] pinctrl-single ff3fd000.pinmux: 6 pins, size 24
257[ 1.912885] pinctrl-single fff11000.pinmux: 42 pins, size 168
258[ 1.918834] pinctrl-single e896c800.pinmux: 128 pins, size 512
259[ 1.924793] pinctrl-single ff3b6800.pinmux: 6 pins, size 24
260[ 1.930485] pinctrl-single ff3fd800.pinmux: 6 pins, size 24
261[ 1.936188] pinctrl-single ff37e800.pinmux: 6 pins, size 24
262[ 1.941910] pinctrl-single fff11800.pinmux: 47 pins, size 188
263[ 1.948621] pl061_gpio e8a0b000.gpio: PL061 GPIO chip @0x00000000e8a0b000 registered
264[ 1.956548] pl061_gpio e8a0c000.gpio: PL061 GPIO chip @0x00000000e8a0c000 registered
265[ 1.964482] pl061_gpio e8a0d000.gpio: PL061 GPIO chip @0x00000000e8a0d000 registered
266[ 1.972406] pl061_gpio e8a0e000.gpio: PL061 GPIO chip @0x00000000e8a0e000 registered
267[ 1.980329] pl061_gpio e8a0f000.gpio: PL061 GPIO chip @0x00000000e8a0f000 registered
268[ 1.988253] pl061_gpio e8a10000.gpio: PL061 GPIO chip @0x00000000e8a10000 registered
269[ 1.996176] pl061_gpio e8a11000.gpio: PL061 GPIO chip @0x00000000e8a11000 registered
270[ 2.004097] pl061_gpio e8a12000.gpio: PL061 GPIO chip @0x00000000e8a12000 registered
271[ 2.012023] pl061_gpio e8a13000.gpio: PL061 GPIO chip @0x00000000e8a13000 registered
272[ 2.019947] pl061_gpio e8a14000.gpio: PL061 GPIO chip @0x00000000e8a14000 registered
273[ 2.027867] pl061_gpio e8a15000.gpio: PL061 GPIO chip @0x00000000e8a15000 registered
274[ 2.035785] pl061_gpio e8a16000.gpio: PL061 GPIO chip @0x00000000e8a16000 registered
275[ 2.043706] pl061_gpio e8a17000.gpio: PL061 GPIO chip @0x00000000e8a17000 registered
276[ 2.051625] pl061_gpio e8a18000.gpio: PL061 GPIO chip @0x00000000e8a18000 registered
277[ 2.059546] pl061_gpio e8a19000.gpio: PL061 GPIO chip @0x00000000e8a19000 registered
278[ 2.067464] pl061_gpio e8a1a000.gpio: PL061 GPIO chip @0x00000000e8a1a000 registered
279[ 2.075384] pl061_gpio e8a1b000.gpio: PL061 GPIO chip @0x00000000e8a1b000 registered
280[ 2.083299] pl061_gpio e8a1c000.gpio: PL061 GPIO chip @0x00000000e8a1c000 registered
281[ 2.091231] pl061_gpio ff3b4000.gpio: PL061 GPIO chip @0x00000000ff3b4000 registered
282[ 2.099151] pl061_gpio ff3b5000.gpio: PL061 GPIO chip @0x00000000ff3b5000 registered
283[ 2.107074] pl061_gpio e8a1f000.gpio: PL061 GPIO chip @0x00000000e8a1f000 registered
284[ 2.115006] pl061_gpio e8a20000.gpio: PL061 GPIO chip @0x00000000e8a20000 registered
285[ 2.122932] pl061_gpio fff0b000.gpio: PL061 GPIO chip @0x00000000fff0b000 registered
286[ 2.130854] pl061_gpio fff0c000.gpio: PL061 GPIO chip @0x00000000fff0c000 registered
287[ 2.138779] pl061_gpio fff0d000.gpio: PL061 GPIO chip @0x00000000fff0d000 registered
288[ 2.146701] pl061_gpio fff0e000.gpio: PL061 GPIO chip @0x00000000fff0e000 registered
289[ 2.154626] pl061_gpio fff0f000.gpio: PL061 GPIO chip @0x00000000fff0f000 registered
290[ 2.162546] pl061_gpio fff10000.gpio: PL061 GPIO chip @0x00000000fff10000 registered
291[ 2.170464] pl061_gpio fff1d000.gpio: PL061 GPIO chip @0x00000000fff1d000 registered
292[ 2.217063] kirin-pcie f4000000.pcie: host bridge /soc/pcie@f4000000 ranges:
293[ 2.224202] kirin-pcie f4000000.pcie: MEM 0xf6000000..0xf7ffffff -> 0x00000000
294[ 3.236049] kirin-pcie f4000000.pcie: Link Fail
295[ 3.240691] kirin-pcie f4000000.pcie: PCI host bridge to bus 0000:00
296[ 3.247119] pci_bus 0000:00: root bus resource [bus 00-01]
297[ 3.252667] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf7ffffff] (bus address [0x00000000-0x01ffffff])
298[ 3.262981] pci 0000:00:00.0: [19e5:3660] type 01 class 0x060400
299[ 3.269095] pci 0000:00:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
300[ 3.276068] pci 0000:00:00.0: supports D1 D2
301[ 3.280382] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
302[ 3.287569] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-01] (conflicts with (null) [bus 00-01])
303[ 3.299376] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf6ffffff 64bit]
304[ 3.306782] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
305[ 3.312279] pcieport 0000:00:00.0: PME: Signaling with IRQ 66
306[ 3.318211] pcieport 0000:00:00.0: AER: enabled with IRQ 66
307[ 3.324328] EINJ: ACPI disabled.
308[ 3.329769] k3-dma fdf30000.dma: initialized
309[ 3.334119] k3-dma e804b000.dma-controller: dma-channel-mask doesn't exist, considering all as available.
310[ 3.344421] k3-dma e804b000.dma-controller: initialized
311[ 3.352663] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
312[ 3.359954] SuperH (H)SCI(F) driver initialized
313[ 3.364750] msm_serial: driver initialized
314[ 3.373531] loop: module loaded
315[ 3.378160] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
316[ 3.388902] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
317[ 3.399281] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
318[ 3.409746] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
319[ 3.448413] scsi host0: ufshcd
320[ 3.461594] libphy: Fixed MDIO Bus: probed
321[ 3.465853] tun: Universal TUN/TAP device driver, 1.6
322[ 3.471282] thunder_xcv, ver 1.0
323[ 3.474564] thunder_bgx, ver 1.0
324[ 3.477841] nicpf, ver 1.0
325[ 3.480832] hclge is initializing
326[ 3.484181] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
327[ 3.491481] hns3: Copyright (c) 2017 Huawei Corporation.
328[ 3.496872] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
329[ 3.502766] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
330[ 3.508769] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
331[ 3.515805] igb: Copyright (c) 2007-2014 Intel Corporation.
332[ 3.521454] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
333[ 3.529369] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
334[ 3.535490] sky2: driver version 1.30
335[ 3.539469] usbcore: registered new interface driver asix
336[ 3.544941] usbcore: registered new interface driver ax88179_178a
337[ 3.551110] usbcore: registered new interface driver cdc_ether
338[ 3.557016] usbcore: registered new interface driver dm9601
339[ 3.561655] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
340[ 3.562659] usbcore: registered new interface driver net1080
341[ 3.580942] usbcore: registered new interface driver cdc_subset
342[ 3.586940] usbcore: registered new interface driver zaurus
343[ 3.592591] usbcore: registered new interface driver cdc_ncm
344[ 3.598373] VFIO - User Level meta-driver version: 0.3
345[ 3.604188] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
346[ 3.610788] ehci-pci: EHCI PCI platform driver
347[ 3.615294] ehci-platform: EHCI generic platform driver
348[ 3.620626] ehci-orion: EHCI orion driver
349[ 3.624716] ehci-exynos: EHCI EXYNOS driver
350[ 3.628979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
351[ 3.635231] ohci-pci: OHCI PCI platform driver
352[ 3.639739] ohci-platform: OHCI generic platform driver
353[ 3.645064] ohci-exynos: OHCI EXYNOS driver
354[ 3.649490] usbcore: registered new interface driver usb-storage
355[ 3.656641] rtc-pl031 fff04000.rtc: registered as rtc0
356[ 3.658586] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
357[ 3.662090] i2c /dev entries driver
358[ 3.674998] ufshcd-hisi ff3b0000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
359[ 3.679097] sp805-wdt e8a06000.watchdog: registration successful
360[ 3.690452] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
361[ 3.694721] sp805-wdt e8a07000.watchdog: registration successful
362[ 3.705509] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
363[ 3.717990] sdhci: Secure Digital Host Controller Interface driver
364[ 3.720789] scsi 0:0:0:49456: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
365[ 3.724233] sdhci: Copyright(c) Pierre Ossman
366[ 3.724352] Synopsys Designware Multimedia Card Interface Driver
367[ 3.737282] scsi 0:0:0:0: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
368[ 3.743458] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
369[ 3.754727] sd 0:0:0:0: Power-on or device reset occurred
370[ 3.763659] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode.
371[ 3.767178] scsi 0:0:0:1: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
372[ 3.769806] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
373[ 3.770151] sd 0:0:0:0: [sda] Write Protect is off
374[ 3.770155] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
375[ 3.770833] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
376[ 3.771201] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
377[ 3.781632] sd 0:0:0:0: [sda] Attached SCSI disk
378[ 3.788490] sd 0:0:0:1: Power-on or device reset occurred
379[ 3.791253] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller.
380[ 3.795309] scsi 0:0:0:2: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
381[ 3.798409] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
382[ 3.798763] sd 0:0:0:1: [sdb] Write Protect is off
383[ 3.798768] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
384[ 3.799408] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a
385[ 3.799866] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
386[ 3.800452] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
387[ 3.807904] random: fast init done
388[ 3.809747] sd 0:0:0:1: [sdb] Attached SCSI disk
389[ 3.810862] sd 0:0:0:2: Power-on or device reset occurred
390[ 3.812106] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
391[ 3.812224] sd 0:0:0:2: [sdc] Write Protect is off
392[ 3.812228] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 10
393[ 3.812464] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
394[ 3.812607] sd 0:0:0:2: [sdc] Optimal transfer size 65536 bytes
395[ 3.812914] scsi 0:0:0:3: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
396[ 3.814019] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 60,32 bit host data width,256 deep fifo
397[ 3.817097] sd 0:0:0:2: [sdc] Attached SCSI disk
398[ 3.817595] sd 0:0:0:3: Power-on or device reset occurred
399[ 3.818695] sd 0:0:0:3: [sdd] 7805952 4096-byte logical blocks: (32.0 GB/29.8 GiB)
400[ 3.824240] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO
401[ 3.831992] sd 0:0:0:3: [sdd] Write Protect is off
402[ 3.855423] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
403[ 3.856098] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 10
404[ 3.857993] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
405[ 3.878863] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
406[ 3.881219] sd 0:0:0:3: [sdd] Optimal transfer size 65536 bytes
407[ 3.886543] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
408[ 3.897750] Alternate GPT is invalid, using primary GPT.
409[ 4.018273] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12
410[ 4.018711] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
411[ 4.032200] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
412[ 4.032485] sd 0:0:0:3: [sdd] Attached SCSI disk
413[ 4.037588] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 61,32 bit host data width,256 deep fifo
414[ 4.051982] sdhci-pltfm: SDHCI platform and OF driver helper
415[ 4.061370] ledtrig-cpu: registered to indicate activity on CPUs
416[ 4.067823] usbcore: registered new interface driver usbhid
417[ 4.073453] usbhid: USB HID core driver
418[ 4.077911] optee: probing for conduit method from DT.
419[ 4.083110] optee: revision 3.7 (479c49dd)
420[ 4.083592] optee: dynamic shared memory is enabled
421[ 4.092756] optee: PTA_CMD_GET_DEVICES invoke function err: ffff0006
422[ 4.104887] NET: Registered protocol family 17
423[ 4.109441] 9pnet: Installing 9P2000 support
424[ 4.113776] Key type dns_resolver registered
425[ 4.119119] registered taskstats version 1
426[ 4.123259] Loading compiled-in X.509 certificates
427[ 4.131051] ffd74000.serial: ttyAMA3 at MMIO 0xffd74000 (irq = 21, base_baud = 0) is a PL011 rev2
428[ 4.140637] fdf01000.serial: ttyAMA4 at MMIO 0xfdf01000 (irq = 22, base_baud = 0) is a PL011 rev2
429[ 4.149647] serial serial0: tty port ttyAMA4 registered
430[ 4.154996] fff32000.serial: ttyAMA6 at MMIO 0xfff32000 (irq = 23, base_baud = 0) is a PL011 rev2
431[ 4.163977] printk: console [ttyAMA6] enabled
432[ 4.163977] printk: console [ttyAMA6] enabled
433[ 4.172727] printk: bootconsole [pl11] disabled
434[ 4.172727] printk: bootconsole [pl11] disabled
435[ 4.182316] ssp-pl022 ffd68000.spi: ARM PL022 driver, device ID: 0x00041022
436[ 4.189324] ssp-pl022 ffd68000.spi: mapped registers from 0x00000000ffd68000 to (____ptrval____)
437[ 4.198147] ssp-pl022 ffd68000.spi: setup for DMA on RX dma0chan0, TX dma0chan1
438[ 4.207832] ssp-pl022 ff3b3000.spi: ARM PL022 driver, device ID: 0x00041022
439[ 4.214894] ssp-pl022 ff3b3000.spi: mapped registers from 0x00000000ff3b3000 to (____ptrval____)
440[ 4.223714] ssp-pl022 ff3b3000.spi: setup for DMA on RX dma0chan2, TX dma0chan3
441[ 4.238887] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
442[ 4.251039] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
443[ 4.260606] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
444[ 4.267001] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
445[ 4.272331] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 61,32 bit host data width,128 deep fifo
446[ 4.281758] mmc_host mmc1: card is non-removable.
447[ 4.382255] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
448[ 4.407585] input: keys as /devices/platform/keys/input/input0
449[ 4.414504] rtc-pl031 fff04000.rtc: setting system clock to 1970-01-01T00:28:57 UTC (1737)
450[ 4.422582] dwmmc_k3 ff3ff000.dwmmc2: card claims to support voltages below defined range
451[ 4.422961] cfg80211: Loading compiled-in X.509 certificates for regulatory database
452[ 4.443881] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
453[ 4.444186] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
454[ 4.455320] mmc1: new SDIO card at address 0001
455[ 4.461440] ALSA device list:
456[ 4.465902] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
457[ 4.467638] No soundcards found.
458[ 4.478333] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
459[ 4.490513] wlcore: WARNING falling back to default config
460[ 4.496257] uart-pl011 fff32000.serial: no DMA platform data
461[ 4.503578] Freeing unused kernel memory: 2240K
462[ 4.536518] Run /init as init process
463[ 4.542143] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
464[ 4.549798] CPU: 7 PID: 1 Comm: init Tainted: G S 5.2.0-dirty #264
465[ 4.557275] Hardware name: HiKey960 (DT)
466[ 4.561190] Call trace:
467[ 4.563635] dump_backtrace+0x0/0x138
468[ 4.567290] show_stack+0x24/0x30
469[ 4.570601] dump_stack+0xa8/0xcc
470[ 4.573910] panic+0x140/0x320
471[ 4.576956] do_exit+0xa00/0xa28
472[ 4.580175] do_group_exit+0x3c/0xa0
473[ 4.583743] get_signal+0xf4/0x850
474[ 4.587139] do_notify_resume+0x1c0/0x388
475[ 4.591141] work_pending+0x8/0x10
476[ 4.594539] SMP: stopping secondary CPUs
477[ 4.599283] Kernel Offset: disabled
478[ 4.602764] CPU features: 0x0002,21082004
479[ 4.606765] Memory Limit: none
480[ 4.609821] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 ]---