Advertisement
teknoraver

macchiatobin

Apr 6th, 2018
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.62 KB | None | 0 0
  1. BootROM - 2.03
  2. Starting CP-1 IOROM 1.07
  3. Booting from SPI NOR flash 1 (0x32)
  4. Found valid image at boot postion 0x000
  5. lNOTICE: Starting binary extension
  6. NOTICE: SVC: SW Revision 0x0. SVC is not supported
  7. mv_ddr: mv_ddr-armada-17.10.3-g656440a (Oct 20 2017 - 10:15:10)
  8. mv_ddr: completed successfully
  9. NOTICE: Cold boot
  10. NOTICE: Booting Trusted Firmware
  11. NOTICE: BL1: v1.3(release):armada-17.10.3:bc3abfd
  12. NOTICE: BL1: Built : 10:15:15, Oct 20 2017
  13. NOTICE: BL1: Booting BL2
  14. lNOTICE: BL2: v1.3(release):armada-17.10.3:bc3abfd
  15. NOTICE: BL2: Built : 10:15:16, Oct 20 2017
  16. BL2: Initiating SCP_BL2 transfer to SCP
  17. NOTICE: SCP_BL2 contains 2 concatenated images
  18. NOTICE: Load image to CP1 MSS
  19. NOTICE: Loading MSS image from address 0x4023020 Size 0x1378 to MSS at 0xf4280000
  20. NOTICE: Done
  21. NOTICE: Load image to AP MSS
  22. NOTICE: Loading MSS image from address 0x4024398 Size 0x1f68 to MSS at 0xf0580000
  23. N
  24.  
  25. FreeRTOS 7.3.0 - Marvell cm3 - A8K release armada-17.10.1
  26.  
  27. OTICE: Done
  28. NOTICE: SCP Image doesn't contain PM firmware
  29. NOTICE: BL1: Booting BL31
  30. lNOTICE: MSS PM is not supported in this build
  31. NOTICE: BL31: v1.3(release):armada-17.10.3:bc3abfd
  32. NOTICE: BL31: Built : 10:15:18, Oct 20 2017
  33. l
  34.  
  35. U-Boot 2017.03-armada-17.10.1-g440395a (Oct 20 2017 - 10:10:15 -0700)
  36.  
  37. Model: MACCHIATOBin-8040
  38. Clock: CPU 1600 [MHz]
  39. DDR 1050 [MHz]
  40. FABRIC 1050 [MHz]
  41. MSS 200 [MHz]
  42. DRAM: 16 GiB
  43. U-Boot DT blob at : 000000007f70ec38
  44. EEPROM configuration pattern not detected.
  45. Comphy chip #0:
  46. Comphy-0: PEX0
  47. Comphy-1: PEX0
  48. Comphy-2: PEX0
  49. Comphy-3: PEX0
  50. Comphy-4: SFI
  51. Comphy-5: SATA1
  52. Comphy chip #1:
  53. Comphy-0: SGMII1 1.25 Gbps
  54. Comphy-1: SATA0
  55. Comphy-2: USB3_HOST0
  56. Comphy-3: SATA1
  57. Comphy-4: SFI
  58. Comphy-5: SGMII2 3.125 Gbps
  59. UTMI PHY 0 initialized to USB Host0
  60. going to start mss_periodic_ihb_wa for mss
  61. SATA link 0 timeout.
  62. SATA link 1 timeout.
  63. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
  64. flags: 64bit ncq led only pmp fbss pio slum part sxs
  65. SATA link 0 timeout.
  66. SATA link 1 timeout.
  67. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
  68. flags: 64bit ncq led only pmp fbss pio slum part sxs
  69. PCIE-0: Link down
  70. MMC: sdhci@6e0000: 0, sdhci@780000: 1
  71. SF: Detected w25q32bv with page size 256 Bytes, erase size 4 KiB, total 4 MiB
  72. Net: eth0: mvpp2-0 [PRIME]mdio_register: non unique device name 'ethernet@0'
  73. , eth1: mvpp2-3, eth2: mvpp2-4, eth3: mvpp2-5
  74. Hit any key to stop autoboot: 0
  75. Marvell>> mmc dev 1
  76. switch to partitions #0, OK
  77. mmc1 is current device
  78. Marvell>> setenv image_name boot/vmlinuz-4.4.52-armada-17.10.3
  79. Marvell>> ext4load mmc 1:1 $kernel_addr $image_name
  80. 9381408 bytes read in 880 ms (10.2 MiB/s)
  81. Marvell>> ext4load mmc 1:1 $fdt_addr $fdt_name
  82. 36696 bytes read in 13 ms (2.7 MiB/s)
  83. Marvell>> setenv bootargs $console root=/dev/mmcblk1p1 ro rootwait
  84. Marvell>> booti $kernel_addr - $fdt_addr
  85. ## Flattened Device Tree blob at 04f00000
  86. Booting using the fdt blob at 0x4f00000
  87. Using Device Tree in place at 0000000004f00000, end 0000000004f0bf57
  88.  
  89. Starting kernel ...
  90.  
  91. [ 0.000000] Booting Linux on physical CPU 0x0
  92. [ 0.000000] Initializing cgroup subsys cpu
  93. [ 0.000000] Initializing cgroup subsys cpuacct
  94. [ 0.000000] Linux version 4.4.52-armada-17.10.3 (root@macchiatobin) (gcc version 7.3.0 (Debian 7.3.0-15) ) #35 SMP Wed Apr 18 16:04:21 CEST 2018
  95. [ 0.000000] Boot CPU: AArch64 Processor [410fd081]
  96. [ 0.000000] efi: Getting EFI parameters from FDT:
  97. [ 0.000000] efi: UEFI not found.
  98. [ 0.000000] cma: Reserved 64 MiB at 0x00000000bc000000
  99. [ 0.000000] On node 0 totalpages: 4193792
  100. [ 0.000000] DMA zone: 12280 pages used for memmap
  101. [ 0.000000] DMA zone: 0 pages reserved
  102. [ 0.000000] DMA zone: 785920 pages, LIFO batch:31
  103. [ 0.000000] Normal zone: 53248 pages used for memmap
  104. [ 0.000000] Normal zone: 3407872 pages, LIFO batch:31
  105. [ 0.000000] psci: probing for conduit method from DT.
  106. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  107. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  108. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  109. [ 0.000000] PERCPU: Embedded 14 pages/cpu @ffffffc43ff60000 s19736 r8192 d29416 u57344
  110. [ 0.000000] pcpu-alloc: s19736 r8192 d29416 u57344 alloc=14*4096
  111. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  112. [ 0.000000] Detected PIPT I-cache on CPU0
  113. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128264
  114. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 ro panic=1
  115. [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  116. [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
  117. [ 0.000000] log_buf_len min size: 16384 bytes
  118. [ 0.000000] log_buf_len: 32768 bytes
  119. [ 0.000000] early log buf free: 14684(89%)
  120. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  121. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  122. [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  123. [ 0.000000] software IO TLB [mem 0xb7fff000-0xbbfff000] (64MB) mapped at [ffffffc0b7fff000-ffffffc0bbffefff]
  124. [ 0.000000] Memory: 16349756K/16775168K available (4128K kernel code, 328K rwdata, 1580K rodata, 200K init, 163K bss, 359876K reserved, 65536K cma-reserved)
  125. [ 0.000000] Virtual kernel memory layout:
  126. vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
  127. vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  128. 0xffffffbdc0000000 - 0xffffffbdd1000000 ( 272 MB actual)
  129. fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
  130. PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
  131. modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
  132. memory : 0xffffffc000000000 - 0xffffffc440000000 ( 17408 MB)
  133. .init : 0xffffffc000616000 - 0xffffffc000648000 ( 200 KB)
  134. .text : 0xffffffc000080000 - 0xffffffc000615194 ( 5717 KB)
  135. .data : 0xffffffc00064c000 - 0xffffffc00069e200 ( 329 KB)
  136. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  137. [ 0.000000] Hierarchical RCU implementation.
  138. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  139. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  140. [ 0.000000] GICv2m: Overriding V2M MSI_TYPER (base:160, num:32)
  141. [ 0.000000] GICv2m: Node v2m: range[0xf0280000:0xf0280fff], SPI[160:192]
  142. [ 0.000000] GICv2m: Overriding V2M MSI_TYPER (base:192, num:32)
  143. [ 0.000000] GICv2m: Node v2m: range[0xf0290000:0xf0290fff], SPI[192:224]
  144. [ 0.000000] GICv2m: Overriding V2M MSI_TYPER (base:224, num:32)
  145. [ 0.000000] GICv2m: Node v2m: range[0xf02a0000:0xf02a0fff], SPI[224:256]
  146. [ 0.000000] GICv2m: Overriding V2M MSI_TYPER (base:256, num:32)
  147. [ 0.000000] GICv2m: Node v2m: range[0xf02b0000:0xf02b0fff], SPI[256:288]
  148. [ 0.000000] mvebu-pic: registered with 19 irqs
  149. [ 0.000000] mvebu-sei: registered with 64 irqs
  150. [ 0.000000] Architected cp15 timer(s) running at 25.00MHz (phys).
  151. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
  152. [ 0.000001] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
  153. [ 0.000088] Console: colour dummy device 80x25
  154. [ 0.000095] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
  155. [ 0.000099] pid_max: default: 32768 minimum: 301
  156. [ 0.000124] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  157. [ 0.000127] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  158. [ 0.000422] Initializing cgroup subsys io
  159. [ 0.000428] Initializing cgroup subsys memory
  160. [ 0.000436] Initializing cgroup subsys hugetlb
  161. [ 0.000438] Initializing cgroup subsys pids
  162. [ 0.000525] EFI services will not be available.
  163. [ 0.000532] ASID allocator initialised with 65536 entries
  164. [ 0.001045] Detected PIPT I-cache on CPU1
  165. [ 0.001065] CPU1: Booted secondary processor [410fd081]
  166. [ 0.001282] Detected PIPT I-cache on CPU2
  167. [ 0.001300] CPU2: Booted secondary processor [410fd081]
  168. [ 0.001515] Detected PIPT I-cache on CPU3
  169. [ 0.001526] CPU3: Booted secondary processor [410fd081]
  170. [ 0.001548] Brought up 4 CPUs
  171. [ 0.001555] SMP: Total of 4 processors activated.
  172. [ 0.001559] CPU: All CPU(s) started at EL2
  173. [ 0.001706] devtmpfs: initialized
  174. [ 0.004086] DMI not present or invalid.
  175. [ 0.004150] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  176. [ 0.004158] futex hash table entries: 1024 (order: 5, 131072 bytes)
  177. [ 0.004716] pinctrl core: initialized pinctrl subsystem
  178. [ 0.004977] NET: Registered protocol family 16
  179. [ 0.029975] cpuidle: using governor ladder
  180. [ 0.041078] cpuidle: using governor menu
  181. [ 0.041111] vdso: 2 pages (1 code @ ffffffc000651000, 1 data @ ffffffc000650000)
  182. [ 0.041125] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  183. [ 0.041410] DMA: preallocated 256 KiB pool for atomic allocations
  184. [ 0.042252] armada-ap806-pinctrl f06f4000.pinctrl: registered pinctrl driver
  185. [ 0.043169] armada-cp110-pinctrl f2440000.pinctrl: registered pinctrl driver
  186. [ 0.044690] armada-cp110-pinctrl f4440000.pinctrl: registered pinctrl driver
  187. [ 0.071859] arm-smmu f0100000.iommu: probing hardware configuration...
  188. [ 0.071864] arm-smmu f0100000.iommu: SMMUv2 with:
  189. [ 0.071867] arm-smmu f0100000.iommu: stage 1 translation
  190. [ 0.071870] arm-smmu f0100000.iommu: stage 2 translation
  191. [ 0.071872] arm-smmu f0100000.iommu: nested translation
  192. [ 0.071874] arm-smmu f0100000.iommu: coherent table walk
  193. [ 0.071878] arm-smmu f0100000.iommu: stream matching with 16 register groups, mask 0x7fff
  194. [ 0.071881] arm-smmu f0100000.iommu: 8 context banks (0 stage-2 only)
  195. [ 0.071884] arm-smmu f0100000.iommu: Supported page sizes: 0x60211000
  196. [ 0.071886] arm-smmu f0100000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
  197. [ 0.071889] arm-smmu f0100000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
  198. [ 0.071904] arm-smmu f0100000.iommu: registered 2 master devices
  199. [ 0.072488] vgaarb: loaded
  200. [ 0.072520] pps_core: LinuxPPS API ver. 1 registered
  201. [ 0.072522] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  202. [ 0.072531] PTP clock support registered
  203. [ 0.072576] dmi: Firmware registration failed.
  204. [ 0.072921] clocksource: Switched to clocksource arch_sys_counter
  205. [ 0.075305] NET: Registered protocol family 2
  206. [ 0.075438] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  207. [ 0.075708] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  208. [ 0.076192] TCP: Hash tables configured (established 131072 bind 65536)
  209. [ 0.076224] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  210. [ 0.076277] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  211. [ 0.076392] NET: Registered protocol family 1
  212. [ 0.076407] PCI: CLS 0 bytes, default 128
  213. [ 0.076528] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  214. [ 0.076697] kvm [1]: interrupt-controller@f0240000 IRQ7
  215. [ 0.076776] kvm [1]: timer IRQ5
  216. [ 0.076783] kvm [1]: Hyp mode initialized successfully
  217. [ 0.077906] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  218. [ 0.080970] io scheduler noop registered
  219. [ 0.081053] io scheduler cfq registered (default)
  220. [ 0.081677] mvebu-gpio f06f5040.gpio: Couldn't get OF id
  221. [ 0.081825] irq: Cannot allocate irq_descs @ IRQ49, assuming pre-allocated
  222. [ 0.081934] irq: Cannot allocate irq_descs @ IRQ81, assuming pre-allocated
  223. [ 0.082198] libphy: orion_mdio_bus: probed
  224. [ 0.082438] libphy: orion_mdio_bus: probed
  225. [ 0.082497] libphy: Marvell XSMI MDIO Bus: probed
  226. [ 0.085971] libphy: Marvell XSMI MDIO Bus: probed
  227. [ 0.086239] mv_xor_v2 f0400000.dma_xor: Marvell Version 2 XOR driver
  228. [ 0.086442] mv_xor_v2 f0420000.dma_xor: Marvell Version 2 XOR driver
  229. [ 0.086580] mv_xor_v2 f0440000.dma_xor: Marvell Version 2 XOR driver
  230. [ 0.086736] mv_xor_v2 f0460000.dma_xor: Marvell Version 2 XOR driver
  231. [ 0.086883] mv_xor_v2 f26a0000.dma_xor: Marvell Version 2 XOR driver
  232. [ 0.086915] mv_xor_v2 f26c0000.dma_xor: Marvell Version 2 XOR driver
  233. [ 0.086950] mv_xor_v2 f46a0000.dma_xor: Marvell Version 2 XOR driver
  234. [ 0.086977] mv_xor_v2 f46c0000.dma_xor: Marvell Version 2 XOR driver
  235. [ 0.087079] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  236. [ 0.087333] console [ttyS0] disabled
  237. [ 0.107453] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 13, base_baud = 12500000) is a 16550A
  238. [ 0.924670] console [ttyS0] enabled
  239. [ 0.928535] Unable to detect cache hierarchy from DT for CPU 0
  240. [ 0.934612] armada38x-rtc f4284000.rtc: rtc core: registered f4284000.rtc as rtc0
  241. [ 0.952279] armada_thermal f06f808c.thermal: Overheat threshold between 93..107
  242. [ 0.969676] armada_thermal f2400078.thermal: Overheat threshold between 92..107
  243. [ 0.987110] armada_thermal f4400078.thermal: Overheat threshold between 92..107
  244. [ 0.994864] sdhci: Secure Digital Host Controller Interface driver
  245. [ 1.001073] sdhci: Copyright(c) Pierre Ossman
  246. [ 1.005469] sdhci-pltfm: SDHCI platform and OF driver helper
  247. [ 1.011328] xenon-sdhci f06e0000.sdhci: No vmmc regulator found
  248. [ 1.062953] mmc0: SDHCI controller on f06e0000.sdhci [f06e0000.sdhci] using ADMA 64-bit
  249. [ 1.071169] xenon-sdhci f2780000.sdhci: Failed to setup input clk: -517
  250. [ 1.077948] ledtrig-cpu: registered to indicate activity on CPUs
  251. [ 1.085470] of_graph_get_next_endpoint(): no port node found in /ap806/config-space/axim-ddr-rd@840000
  252. [ 1.094965] coresight-axim f0840000.axim-ddr-rd: AXIM 4.0 2.0 initialized
  253. [ 1.101802] of_graph_get_next_endpoint(): no port node found in /ap806/config-space/axim-ddr-wr@841000
  254. [ 1.111221] coresight-axim f0841000.axim-ddr-wr: AXIM 4.0 2.0 initialized
  255. [ 1.118049] of_graph_get_next_endpoint(): no port node found in /ap806/config-space/axim-sb-rd@848000
  256. [ 1.126463] mmc0: MAN_BKOPS_EN bit is not set
  257. [ 1.129998] mmc0: new high speed MMC card at address 0001
  258. [ 1.130231] mmcblk0: mmc0:0001 8GME4R 7.28 GiB
  259. [ 1.130320] mmcblk0boot0: mmc0:0001 8GME4R partition 1 4.00 MiB
  260. [ 1.130401] mmcblk0boot1: mmc0:0001 8GME4R partition 2 4.00 MiB
  261. [ 1.130477] mmcblk0rpmb: mmc0:0001 8GME4R partition 3 512 KiB
  262. [ 1.131011] mmcblk0: p1
  263. [ 1.161916] coresight-axim f0848000.axim-sb-rd: AXIM 4.0 2.0 initialized
  264. [ 1.168659] of_graph_get_next_endpoint(): no port node found in /ap806/config-space/axim-sb-wr@849000
  265. [ 1.177986] coresight-axim f0849000.axim-sb-wr: AXIM 4.0 2.0 initialized
  266. [ 1.184726] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-cp-rd@3c5000
  267. [ 1.194857] coresight-axim f23c5000.axim-cp-rd: AXIM 4.0 1.0 initialized
  268. [ 1.201596] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-cp-wr@3c6000
  269. [ 1.211723] coresight-axim f23c6000.axim-cp-wr: AXIM 4.0 1.0 initialized
  270. [ 1.218469] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-ppv2-rd@3c0000
  271. [ 1.228770] coresight-axim f23c0000.axim-ppv2-rd: AXIM 4.0 1.0 initialized
  272. [ 1.235692] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-ppv2-wr@3c1000
  273. [ 1.245992] coresight-axim f23c1000.axim-ppv2-wr: AXIM 4.0 1.0 initialized
  274. [ 1.252903] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-hb1-rd@3c8000
  275. [ 1.263117] coresight-axim f23c8000.axim-hb1-rd: AXIM 4.0 1.0 initialized
  276. [ 1.269942] of_graph_get_next_endpoint(): no port node found in /cpn-110-master/config-space/axim-hb1-wr@3c9000
  277. [ 1.280156] coresight-axim f23c9000.axim-hb1-wr: AXIM 4.0 1.0 initialized
  278. [ 1.286991] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-cp-rd@3c5000
  279. [ 1.297033] coresight-axim f43c5000.axim-cp-rd: AXIM 4.0 1.0 initialized
  280. [ 1.303780] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-cp-wr@3c6000
  281. [ 1.313822] coresight-axim f43c6000.axim-cp-wr: AXIM 4.0 1.0 initialized
  282. [ 1.320562] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-ppv2-rd@3c0000
  283. [ 1.330785] coresight-axim f43c0000.axim-ppv2-rd: AXIM 4.0 1.0 initialized
  284. [ 1.337707] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-ppv2-wr@3c1000
  285. [ 1.347923] coresight-axim f43c1000.axim-ppv2-wr: AXIM 4.0 1.0 initialized
  286. [ 1.354843] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-hb1-rd@3c8000
  287. [ 1.364973] coresight-axim f43c8000.axim-hb1-rd: AXIM 4.0 1.0 initialized
  288. [ 1.371798] of_graph_get_next_endpoint(): no port node found in /cpn-110-slave/config-space/axim-hb1-wr@3c9000
  289. [ 1.381926] coresight-axim f43c9000.axim-hb1-wr: AXIM 4.0 1.0 initialized
  290. [ 1.388868] NET: Registered protocol family 17
  291. [ 1.794036] PCI host bridge /cpn-110-master/pcie@0x600000 ranges:
  292. [ 1.800165] IO 0xf9000000..0xf900ffff -> 0xf9000000
  293. [ 1.805332] MEM 0xf6000000..0xf6efffff -> 0xf6000000
  294. [ 1.811852] armada8k-pcie f2600000.pcie: Link not up after reconfiguration
  295. [ 1.818820] armada8k-pcie f2600000.pcie: PCI host bridge to bus 0000:00
  296. [ 1.825469] pci_bus 0000:00: root bus resource [bus 00-ff]
  297. [ 1.830977] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0xf9000000-0xf900ffff])
  298. [ 1.840503] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf6efffff]
  299. [ 1.847426] pci 0000:00:00.0: [11ab:0110] type 01 class 0x060400
  300. [ 1.847442] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
  301. [ 1.847473] pci 0000:00:00.0: supports D1 D2
  302. [ 1.847477] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  303. [ 1.847546] iommu: Adding device 0000:00:00.0 to group 0
  304. [ 1.852950] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  305. [ 1.852960] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf60fffff]
  306. [ 1.859777] pci 0000:00:00.0: PCI bridge to [bus 01]
  307. [ 2.172169] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
  308. [ 2.179169] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
  309. [ 2.179210] aer 0000:00:00.0:pcie02: service driver aer loaded
  310. [ 2.179256] mv_xor_v2 f26a0000.dma_xor: Marvell Version 2 XOR driver
  311. [ 2.185885] mv_xor_v2 f26c0000.dma_xor: Marvell Version 2 XOR driver
  312. [ 2.192507] mv_xor_v2 f46a0000.dma_xor: Marvell Version 2 XOR driver
  313. [ 2.199105] mv_xor_v2 f46c0000.dma_xor: Marvell Version 2 XOR driver
  314. [ 2.205750] omap_rng f2760000.trng: Random Number Generator ver. 203b34c
  315. [ 2.212525] omap_rng f4760000.trng: Random Number Generator ver. 203b34c
  316. [ 2.219447] xenon-sdhci f2780000.sdhci: No vmmc regulator found
  317. [ 2.263121] mmc1: SDHCI controller on f2780000.sdhci [f2780000.sdhci] using ADMA 64-bit
  318. [ 2.271332] armada38x-rtc f4284000.rtc: setting system clock to 2018-04-18 23:13:11 UTC (1524093191)
  319. [ 2.281860] reg-usb3h0-vbus: disabling
  320. [ 2.286566] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
  321. [ 2.295022] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
  322. [ 2.309371] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  323. [ 2.317537] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
  324. [ 2.326513] mmc1: new high speed SDHC card at address e624
  325. [ 2.329265] devtmpfs: mounted
  326. [ 2.329383] Freeing unused kernel memory: 200K (ffffffc000616000 - ffffffc000648000)
  327. [ 2.329388] Freeing alternatives memory: 8K (ffffffc000648000 - ffffffc00064a000)
  328. [ 2.350561] mmcblk1: mmc1:e624 SS08G 7.40 GiB
  329. [ 2.360676] mmcblk1: p1 p2 p3
  330. [ 2.709792] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  331. [ 2.733100] systemd[1]: Detected architecture arm64.
  332. [ 2.763403] systemd[1]: Set hostname to <macchiatobin>.
  333. [ 2.942061] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  334. [ 2.959266] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  335. [ 3.043808] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
  336. [ 3.053282] systemd[1]: Listening on Journal Socket (/dev/log).
  337. [ 3.083012] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
  338. [ 3.092398] systemd[1]: Listening on Syslog Socket.
  339. [ 3.113023] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
  340. [ 3.122377] systemd[1]: Listening on udev Kernel Socket.
  341. [ 3.143071] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
  342. [ 3.152497] systemd[1]: Listening on fsck to fsckd communication Socket.
  343. [ 3.183022] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  344. [ 3.192316] systemd[1]: Reached target Swap.
  345. [ 3.212990] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  346. [ 3.222380] systemd[1]: Listening on udev Control Socket.
  347. [ 3.243052] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  348. [ 3.253312] systemd[1]: Created slice system-serial\x2dgetty.slice.
  349. [ 3.285989] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  350. [ 3.295574] systemd[1]: Listening on Journal Socket.
  351. [ 3.323020] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  352. [ 3.383463] systemd[1]: Starting Journal Service...
  353. [ 3.404672] random: systemd: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
  354. [ 3.424761] systemd[1]: Mounting Kernel Debug File System...
  355. [ 3.454590] systemd[1]: Starting udev Coldplug all Devices...
  356. [ 3.485604] systemd[1]: Starting Load Kernel Modules...
  357. [ 3.504809] i2c /dev entries driver
  358. [ 3.514568] systemd[1]: Mounting Huge Pages File System...
  359. [ 3.543697] systemd[1]: Created slice system-getty.slice.
  360. [ 3.573214] systemd[1]: Listening on initctl Compatibility Named Pipe.
  361. [ 3.614867] systemd[1]: Mounting POSIX Message Queue File System...
  362. [ 3.643732] systemd[1]: Created slice User and Session Slice.
  363. [ 3.673066] systemd[1]: Reached target Slices.
  364. [ 3.693082] systemd[1]: Reached target Remote File Systems.
  365. [ 3.723184] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  366. [ 3.804919] systemd[1]: Starting File System Check on Root Device...
  367. [ 3.838315] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  368. [ 3.873043] systemd[1]: Reached target Local Encrypted Volumes.
  369. [ 3.903128] systemd[1]: Reached target Paths.
  370. [ 3.975064] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  371. [ 4.004771] systemd[1]: Started Journal Service.
  372. [ 4.259156] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  373. [ 4.495638] systemd-journald[666]: Received request to flush runtime journal from PID 1
  374. [ 4.789828] SCSI subsystem initialized
  375. [ 4.791433] mac_addr 0:51:82:11:22:0
  376. [ 4.798340] mvpp2 f2000000.ppv22 eth0: Using device tree mac address 00:51:82:11:22:00
  377. [ 4.819265] sbsa-gwdt f0610000.watchdog: Initialized with 30s timeout @ 25000000 Hz, action=0.
  378. [ 4.823222] mac_addr 0:51:82:11:22:1
  379. [ 4.823222] libata version 3.00 loaded.
  380. [ 4.829032] mvpp2 f4000000.ppv22 eth1: Using device tree mac address 00:51:82:11:22:01
  381. [ 4.830417] ahci-mvebu f2540000.sata: masking port_map 0x3 -> 0x2
  382. [ 4.830445] ahci-mvebu f2540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x2 impl platform mode
  383. [ 4.830448] ahci-mvebu f2540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
  384. [ 4.832039] scsi host0: ahci-mvebu
  385. [ 4.832243] scsi host1: ahci-mvebu
  386. [ 4.832349] ata1: DUMMY
  387. [ 4.832352] ata2: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x180 irq 27
  388. [ 4.837352] usbcore: registered new interface driver usbfs
  389. [ 4.837368] usbcore: registered new interface driver hub
  390. [ 4.837700] usbcore: registered new device driver usb
  391. [ 4.904920] mac_addr 0:51:82:11:22:2
  392. [ 4.923735] mvpp2 f4000000.ppv22 eth2: Using device tree mac address 00:51:82:11:22:02
  393. [ 4.933551] mac_addr 0:51:82:11:22:3
  394. [ 4.946844] mvpp2 f4000000.ppv22 eth3: Using device tree mac address 00:51:82:11:22:03
  395. [ 4.959903] ahci-mvebu f4540000.sata: masking port_map 0x3 -> 0x3
  396. [ 4.966084] ahci-mvebu f4540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
  397. [ 4.975186] ahci-mvebu f4540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
  398. [ 4.988613] scsi host2: ahci-mvebu
  399. [ 4.995816] scsi host3: ahci-mvebu
  400. [ 4.999839] ata3: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x100 irq 40
  401. [ 5.007817] ata4: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x180 irq 40
  402. [ 5.016981] xhci-hcd f4500000.usb3: xHCI Host Controller
  403. [ 5.022324] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 1
  404. [ 5.030059] xhci-hcd f4500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010090
  405. [ 5.038645] xhci-hcd f4500000.usb3: irq 41, io mem 0xf4500000
  406. [ 5.044498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  407. [ 5.051315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  408. [ 5.058579] usb usb1: Product: xHCI Host Controller
  409. [ 5.063483] usb usb1: Manufacturer: Linux 4.4.52-armada-17.10.3 xhci-hcd
  410. [ 5.070210] usb usb1: SerialNumber: f4500000.usb3
  411. [ 5.075152] hub 1-0:1.0: USB hub found
  412. [ 5.078931] hub 1-0:1.0: 1 port detected
  413. [ 5.094243] xhci-hcd f4500000.usb3: xHCI Host Controller
  414. [ 5.099587] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 2
  415. [ 5.107184] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  416. [ 5.115438] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  417. [ 5.122257] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  418. [ 5.129540] usb usb2: Product: xHCI Host Controller
  419. [ 5.134454] usb usb2: Manufacturer: Linux 4.4.52-armada-17.10.3 xhci-hcd
  420. [ 5.141184] usb usb2: SerialNumber: f4500000.usb3
  421. [ 5.146214] hub 2-0:1.0: USB hub found
  422. [ 5.150012] hub 2-0:1.0: 1 port detected
  423. [ 5.182960] ata2: SATA link down (SStatus 0 SControl 300)
  424. [ 5.363178] ata3: SATA link down (SStatus 0 SControl 300)
  425. [ 5.368762] ata4: SATA link down (SStatus 0 SControl 300)
  426. [ 5.923264] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
  427. [ 5.943755] usb 2-1: New USB device found, idVendor=0781, idProduct=5580
  428. [ 5.950494] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  429. [ 5.957692] usb 2-1: Product: Extreme
  430. [ 5.961375] usb 2-1: Manufacturer: SanDisk
  431. [ 5.965522] usb 2-1: SerialNumber: AA010924151615150162
  432. [ 6.004843] usb-storage 2-1:1.0: USB Mass Storage device detected
  433. [ 6.011209] scsi host4: usb-storage 2-1:1.0
  434. [ 6.015731] usbcore: registered new interface driver usb-storage
  435. [ 7.014997] scsi 4:0:0:0: Direct-Access SanDisk Extreme 0001 PQ: 0 ANSI: 6
  436. [ 7.047580] sd 4:0:0:0: [sda] 122544516 512-byte logical blocks: (62.7 GB/58.4 GiB)
  437. [ 7.055478] sd 4:0:0:0: [sda] Write Protect is off
  438. [ 7.060294] sd 4:0:0:0: [sda] Mode Sense: 53 00 00 08
  439. [ 7.060482] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  440. [ 7.082168] sda: sda1 sda2 sda3 sda4
  441. [ 7.087015] sd 4:0:0:0: [sda] Attached SCSI removable disk
  442. [ 8.904016] mvpp2 f4000000.ppv22 eth2: link up
  443. [ 61.814834] random: nonblocking pool is initialized
  444.  
  445. Debian GNU/Linux buster/sid macchiatobin ttyS0
  446.  
  447. macchiatobin login: root
  448. Password:
  449. Last login: Thu Apr 12 22:55:20 CEST 2018 on ttyS0
  450. Linux macchiatobin 4.4.52-armada-17.10.3 #11 SMP PREEMPT Fri Apr 6 23:58:18 UTC 2018 aarch64
  451.  
  452. The programs included with the Debian GNU/Linux system are free software;
  453. the exact distribution terms for each program are described in the
  454. individual files in /usr/share/doc/*/copyright.
  455.  
  456. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  457. permitted by applicable law.
  458. root@macchiatobin:~# cat /proc/cpuinfo
  459. processor : 0
  460. BogoMIPS : 50.00
  461. Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
  462. CPU implementer : 0x41
  463. CPU architecture: 8
  464. CPU variant : 0x0
  465. CPU part : 0xd08
  466. CPU revision : 1
  467.  
  468. processor : 1
  469. BogoMIPS : 50.00
  470. Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
  471. CPU implementer : 0x41
  472. CPU architecture: 8
  473. CPU variant : 0x0
  474. CPU part : 0xd08
  475. CPU revision : 1
  476.  
  477. processor : 2
  478. BogoMIPS : 50.00
  479. Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
  480. CPU implementer : 0x41
  481. CPU architecture: 8
  482. CPU variant : 0x0
  483. CPU part : 0xd08
  484. CPU revision : 1
  485.  
  486. processor : 3
  487. BogoMIPS : 50.00
  488. Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
  489. CPU implementer : 0x41
  490. CPU architecture: 8
  491. CPU variant : 0x0
  492. CPU part : 0xd08
  493. CPU revision : 1
  494.  
  495. root@macchiatobin:~# free -h
  496. total used free shared buff/cache available
  497. Mem: 15G 104M 15G 8.3M 52M 15G
  498. Swap: 0B 0B 0B
  499.  
  500. root@macchiatobin:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement