Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000][ T0] printk: debug: ignoring loglevel setting.
  4. [ 0.000000][ T0] efi: Getting EFI parameters from FDT:
  5. [ 0.000000][ T0] efi: UEFI not found.
  6. [ 0.000000][ T0] NUMA: No NUMA configuration found
  7. [ 0.000000][ T0] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
  8. [ 0.000000][ T0] NUMA: NODE_DATA [mem 0xf77f1840-0xf77f2fff]
  9. [ 0.000000][ T0] Zone ranges:
  10. [ 0.000000][ T0] DMA32 [mem 0x0000000000200000-0x00000000f7ffffff]
  11. [ 0.000000][ T0] Normal empty
  12. [ 0.000000][ T0] Movable zone start for each node
  13. [ 0.000000][ T0] Early memory node ranges
  14. [ 0.000000][ T0] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
  15. [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
  16. [ 0.000000][ T0] On node 0 totalpages: 1015296
  17. [ 0.000000][ T0] DMA32 zone: 15864 pages used for memmap
  18. [ 0.000000][ T0] DMA32 zone: 0 pages reserved
  19. [ 0.000000][ T0] DMA32 zone: 1015296 pages, LIFO batch:63
  20. [ 0.000000][ T0] psci: probing for conduit method from DT.
  21. [ 0.000000][ T0] psci: PSCIv1.1 detected in firmware.
  22. [ 0.000000][ T0] psci: Using standard PSCI v0.2 function IDs
  23. [ 0.000000][ T0] psci: MIGRATE_INFO_TYPE not supported.
  24. [ 0.000000][ T0] psci: SMC Calling Convention v1.1
  25. [ 0.000000][ T0] random: get_random_bytes called from start_kernel+0xac/0x548 with crng_init=0
  26. [ 0.000000][ T0] percpu: Embedded 24 pages/cpu s60632 r8192 d29480 u98304
  27. [ 0.000000][ T0] pcpu-alloc: s60632 r8192 d29480 u98304 alloc=24*4096
  28. [ 0.000000][ T0] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
  29. [ 0.000000][ T0] Detected VIPT I-cache on CPU0
  30. [ 0.000000][ T0] CPU features: detected: ARM erratum 845719
  31. [ 0.000000][ T0] CPU features: detected: GIC system register CPU interface
  32. [ 0.000000][ T0] Speculative Store Bypass Disable mitigation not required
  33. [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 999432
  34. [ 0.000000][ T0] Policy zone: DMA32
  35. [ 0.000000][ T0] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 debug console=ttyS2,1500000n8 root=/dev/mmcblk1p5 rootfstype=ext4 init=/sbin/init rootwait swiotlb=1 ignore_loglevel user_debug=4 maxcpus=6
  36. [ 0.000000][ T0] Memory: 3962224K/4061184K available (13756K kernel code, 3226K rwdata, 4412K rodata, 1664K init, 393K bss, 98960K reserved, 0K cma-reserved)
  37. [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  38. [ 0.000000][ T0] ftrace: allocating 40785 entries in 160 pages
  39. [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
  40. [ 0.000000][ T0] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
  41. [ 0.000000][ T0] Tasks RCU enabled.
  42. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
  43. [ 0.000000][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
  44. [ 0.000000][ T0] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  45. [ 0.000000][ T0] GICv3: GIC: Using split EOI/Deactivate mode
  46. [ 0.000000][ T0] GICv3: Distributor has no Range Selector support
  47. [ 0.000000][ T0] GICv3: no VLPI support, no direct LPI support
  48. [ 0.000000][ T0] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
  49. [ 0.000000][ T0] ITS [mem 0xfee20000-0xfee3ffff]
  50. [ 0.000000][ T0] ITS@0x00000000fee20000: allocated 65536 Devices @f7280000 (flat, esz 8, psz 64K, shr 0)
  51. [ 0.000000][ T0] ITS: using cache flushing for cmd queue
  52. [ 0.000000][ T0] GICv3: using LPI property table @0x00000000f7220000
  53. [ 0.000000][ T0] GIC: using cache flushing for LPI property table
  54. [ 0.000000][ T0] GICv3: CPU0: using allocated LPI pending table @0x00000000f7230000
  55. [ 0.000000][ T0] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
  56. [ 0.000000][ T0] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
  57. [ 0.000000][ T0] rockchip_mmc_get_phase: invalid clk rate
  58. [ 0.000000][ T0] rockchip_mmc_get_phase: invalid clk rate
  59. [ 0.000000][ T0] rockchip_mmc_get_phase: invalid clk rate
  60. [ 0.000000][ T0] rockchip_mmc_get_phase: invalid clk rate
  61. [ 0.000000][ T0] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  62. [ 0.000000][ T0] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  63. [ 0.000008][ T0] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  64. [ 0.002938][ T0] Console: colour dummy device 80x25
  65. [ 0.003612][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  66. [ 0.004685][ T0] pid_max: default: 32768 minimum: 301
  67. [ 0.005652][ T0] LSM: Security Framework initializing
  68. [ 0.010253][ T0] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  69. [ 0.012982][ T0] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  70. [ 0.013885][ T0] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  71. [ 0.014667][ T0] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  72. [ 0.017190][ T0] *** VALIDATE proc ***
  73. [ 0.018407][ T0] *** VALIDATE cgroup1 ***
  74. [ 0.018845][ T0] *** VALIDATE cgroup2 ***
  75. [ 0.027137][ T1] ASID allocator initialised with 32768 entries
  76. [ 0.029059][ T1] rcu: Hierarchical SRCU implementation.
  77. [ 0.036456][ T1] Platform MSI: interrupt-controller@fee20000 domain created
  78. [ 0.037691][ T1] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
  79. [ 0.040630][ T1] EFI services will not be available.
  80. [ 0.044389][ T1] smp: Bringing up secondary CPUs ...
  81. [ 0.052804][ T0] Detected VIPT I-cache on CPU1
  82. [ 0.052862][ T0] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
  83. [ 0.052882][ T0] GICv3: CPU1: using allocated LPI pending table @0x00000000f7240000
  84. [ 0.052948][ T0] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  85. [ 0.060915][ T0] Detected VIPT I-cache on CPU2
  86. [ 0.060965][ T0] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
  87. [ 0.060984][ T0] GICv3: CPU2: using allocated LPI pending table @0x00000000f7250000
  88. [ 0.061036][ T0] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  89. [ 0.069005][ T0] Detected VIPT I-cache on CPU3
  90. [ 0.069050][ T0] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
  91. [ 0.069067][ T0] GICv3: CPU3: using allocated LPI pending table @0x00000000f7260000
  92. [ 0.069110][ T0] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  93. [ 0.077140][ T0] CPU features: detected: EL2 vector hardening
  94. [ 0.077157][ T0] Detected PIPT I-cache on CPU4
  95. [ 0.077197][ T0] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
  96. [ 0.077212][ T0] GICv3: CPU4: using allocated LPI pending table @0x00000000f7270000
  97. [ 0.077252][ T0] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
  98. [ 0.085304][ T0] Detected PIPT I-cache on CPU5
  99. [ 0.085336][ T0] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
  100. [ 0.085350][ T0] GICv3: CPU5: using allocated LPI pending table @0x00000000f7300000
  101. [ 0.085381][ T0] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
  102. [ 0.085518][ T1] smp: Brought up 1 node, 6 CPUs
  103. [ 0.099783][ T1] SMP: Total of 6 processors activated.
  104. [ 0.100308][ T1] CPU features: detected: 32-bit EL0 Support
  105. [ 0.100890][ T1] CPU features: detected: CRC32 instructions
  106. [ 0.102532][ T1] CPU: All CPU(s) started at EL2
  107. [ 0.103061][ T11] alternatives: patching kernel code
  108. [ 0.109325][ T1] devtmpfs: initialized
  109. [ 0.187415][ T1] Registered cp15_barrier emulation handler
  110. [ 0.188018][ T1] Registered setend emulation handler
  111. [ 0.189539][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  112. [ 0.190062][ T42] kworker/u12:0 (42) used greatest stack depth: 13184 bytes left
  113. [ 0.190666][ T1] futex hash table entries: 2048 (order: 5, 131072 bytes)
  114. [ 0.192612][ T1] pinctrl core: initialized pinctrl subsystem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement