Guest User

dmesg display

a guest
Jan 22nd, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.62 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Initializing cgroup subsys cpuset
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Initializing cgroup subsys cpuacct
  5. [ 0.000000] Linux version 3.19.0-rc5 (root@bpi-m1-jessie) (gcc version 4.9.1 (Debian 4.9.1-19) ) #7 SMP Wed Jan 21 17:32:23 UTC 2015
  6. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  8. [ 0.000000] Machine model: LeMaker Banana Pro
  9. [ 0.000000] Memory policy: Data cache writealloc
  10. [ 0.000000] On node 0 totalpages: 259840
  11. [ 0.000000] free_area_init_node: node 0, pgdat c093adc0, node_mem_map eef0c000
  12. [ 0.000000] Normal zone: 1710 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 194560 pages, LIFO batch:31
  15. [ 0.000000] HighMem zone: 65280 pages, LIFO batch:15
  16. [ 0.000000] psci: probing for conduit method from DT.
  17. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  18. [ 0.000000] PERCPU: Embedded 9 pages/cpu @eeee2000 s7232 r8192 d21440 u36864
  19. [ 0.000000] pcpu-alloc: s7232 r8192 d21440 u36864 alloc=9*4096
  20. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  21. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 258130
  22. [ 0.000000] Kernel command line: sunxi_gpio console=tty0,115200 fbtft_device.speed=48000000 fbtft_device.fps=50 console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10
  23. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  26. [ 0.000000] Memory: 1019504K/1039360K available (6714K kernel code, 334K rwdata, 2072K rodata, 300K init, 270K bss, 19856K reserved, 0K cma-reserved, 261120K highmem)
  27. [ 0.000000] Virtual kernel memory layout:
  28. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  30. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  31. lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  32. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  33. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  34. .text : 0xc0008000 - 0xc089cd80 (8788 kB)
  35. .init : 0xc089d000 - 0xc08e8000 ( 300 kB)
  36. .data : 0xc08e8000 - 0xc093bb80 ( 335 kB)
  37. .bss : 0xc093bb80 - 0xc097f5fc ( 271 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  41. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  42. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  43. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  44. [ 0.000010] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
  45. [ 0.000022] Switching to timer-based delay loop, resolution 41ns
  46. [ 0.000344] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  47. [ 0.000491] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
  48. [ 0.000667] Console: colour dummy device 80x30
  49. [ 0.001065] console [tty0] enabled
  50. [ 0.001095] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  51. [ 0.001123] pid_max: default: 32768 minimum: 301
  52. [ 0.001241] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  53. [ 0.001262] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  54. [ 0.001950] Initializing cgroup subsys memory
  55. [ 0.002006] Initializing cgroup subsys devices
  56. [ 0.002029] Initializing cgroup subsys freezer
  57. [ 0.002048] Initializing cgroup subsys blkio
  58. [ 0.002068] Initializing cgroup subsys perf_event
  59. [ 0.002114] CPU: Testing write buffer coherency: ok
  60. [ 0.002439] /cpus/cpu@0 missing clock-frequency property
  61. [ 0.002469] /cpus/cpu@1 missing clock-frequency property
  62. [ 0.002489] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  63. [ 0.002558] Setting up static identity map for 0x40664120 - 0x40664178
  64. [ 0.004017] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  65. [ 0.004107] Brought up 2 CPUs
  66. [ 0.004149] SMP: Total of 2 processors activated (96.00 BogoMIPS).
  67. [ 0.004164] CPU: All CPU(s) started in HYP mode.
  68. [ 0.004176] CPU: Virtualization extensions available.
  69. [ 0.004845] devtmpfs: initialized
  70. [ 0.005873] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  71. [ 0.006386] pinctrl core: initialized pinctrl subsystem
  72. [ 0.012551] NET: Registered protocol family 16
  73. [ 0.013018] DMA: preallocated 256 KiB pool for atomic coherent allocations
  74. [ 0.019225] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  75. [ 0.019265] hw-breakpoint: maximum watchpoint size is 8 bytes.
  76. [ 0.028868] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  77. [ 0.028930] platform usb1-vbus: Driver reg-fixed-voltage requests probe deferral
  78. [ 0.028974] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  79. [ 0.029003] platform usb2-vbus: Driver reg-fixed-voltage requests probe deferral
  80. [ 0.029677] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/gmac_power_pin@0, deferring probe
  81. [ 0.029718] platform gmac-3v3: Driver reg-fixed-voltage requests probe deferral
  82. [ 0.029756] reg-fixed-voltage vmmc3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/vmmc3_pin@0, deferring probe
  83. [ 0.029783] platform vmmc3: Driver reg-fixed-voltage requests probe deferral
  84. [ 0.030375] SCSI subsystem initialized
  85. [ 0.030648] libata version 3.00 loaded.
  86. [ 0.030953] usbcore: registered new interface driver usbfs
  87. [ 0.031036] usbcore: registered new interface driver hub
  88. [ 0.031130] usbcore: registered new device driver usb
  89. [ 0.031388] media: Linux media interface: v0.10
  90. [ 0.031465] Linux video capture interface: v2.00
  91. [ 0.031573] pps_core: LinuxPPS API ver. 1 registered
  92. [ 0.031591] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  93. [ 0.031633] PTP clock support registered
  94. [ 0.032723] NET: Registered protocol family 23
  95. [ 0.032825] Bluetooth: Core ver 2.20
  96. [ 0.032888] NET: Registered protocol family 31
  97. [ 0.032904] Bluetooth: HCI device and connection manager initialized
  98. [ 0.032925] Bluetooth: HCI socket layer initialized
  99. [ 0.032943] Bluetooth: L2CAP socket layer initialized
  100. [ 0.032979] Bluetooth: SCO socket layer initialized
  101. [ 0.033790] Switched to clocksource arch_sys_counter
  102. [ 0.033816] cfg80211: Calling CRDA to update world regulatory domain
  103. [ 0.034299] FS-Cache: Loaded
  104. [ 0.043988] NET: Registered protocol family 2
  105. [ 0.044703] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  106. [ 0.044811] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  107. [ 0.044941] TCP: Hash tables configured (established 8192 bind 8192)
  108. [ 0.045031] TCP: reno registered
  109. [ 0.045055] UDP hash table entries: 512 (order: 2, 16384 bytes)
  110. [ 0.045121] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  111. [ 0.045377] NET: Registered protocol family 1
  112. [ 0.045782] RPC: Registered named UNIX socket transport module.
  113. [ 0.045811] RPC: Registered udp transport module.
  114. [ 0.045825] RPC: Registered tcp transport module.
  115. [ 0.045838] RPC: Registered tcp NFSv4.1 backchannel transport module.
  116. [ 0.046540] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  117. [ 0.047675] futex hash table entries: 512 (order: 3, 32768 bytes)
  118. [ 0.057455] DLM installed
  119. [ 0.059742] NFS: Registering the id_resolver key type
  120. [ 0.059825] Key type id_resolver registered
  121. [ 0.059840] Key type id_legacy registered
  122. [ 0.059868] Installing knfsd (copyright (C) 1996 [email protected]).
  123. [ 0.060914] FS-Cache: Netfs 'cifs' registered for caching
  124. [ 0.061396] Key type cifs.idmap registered
  125. [ 0.061430] ntfs: driver 2.1.31 [Flags: R/W].
  126. [ 0.062013] fuse init (API version 7.23)
  127. [ 0.064333] bounce: pool size: 64 pages
  128. [ 0.064444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  129. [ 0.064476] io scheduler noop registered
  130. [ 0.064495] io scheduler deadline registered
  131. [ 0.064538] io scheduler cfq registered (default)
  132. [ 0.065108] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral
  133. [ 0.067407] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  134. [ 0.124473] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  135. [ 0.127575] console [ttyS0] disabled
  136. [ 0.147809] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a U6_16550A
  137. [ 0.900998] console [ttyS0] enabled
  138. [ 0.925924] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 43, base_baud = 1500000) is a U6_16550A
  139. [ 0.957124] dw-apb-uart 1c29c00.serial: Couldn't set LCR to 0
  140. [ 0.963893] dw-apb-uart 1c29c00.serial: Couldn't set LCR to 0
  141. [ 0.969669] 1c29c00.serial: ttyS7 at MMIO 0x1c29c00 (irq = 44, base_baud = 1500000) is a U6_16550A
  142. [ 0.979409] [drm] Initialized drm 1.1.0 20060810
  143. [ 1.053865] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  144. [ 1.061401] ahci-sunxi 1c18000.sata: SSS flag set, parallel bus scan disabled
  145. [ 1.068592] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  146. [ 1.077575] ahci-sunxi 1c18000.sata: flags: ncq sntf stag pm led clo only pio slum part ccc
  147. [ 1.087032] scsi host0: ahci_platform
  148. [ 1.091059] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 31
  149. [ 1.100126] platform 1c50000.ethernet: Driver stmmaceth requests probe deferral
  150. [ 1.108080] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  151. [ 1.114673] ehci-platform: EHCI generic platform driver
  152. [ 1.120096] platform 1c14000.usb: Driver ehci-platform requests probe deferral
  153. [ 1.127444] platform 1c1c000.usb: Driver ehci-platform requests probe deferral
  154. [ 1.134794] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  155. [ 1.141027] ohci-platform: OHCI generic platform driver
  156. [ 1.146412] platform 1c14400.usb: Driver ohci-platform requests probe deferral
  157. [ 1.153711] platform 1c1c400.usb: Driver ohci-platform requests probe deferral
  158. [ 1.161112] usbcore: registered new interface driver cdc_acm
  159. [ 1.166792] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  160. [ 1.174879] usbcore: registered new interface driver usblp
  161. [ 1.180412] usbcore: registered new interface driver cdc_wdm
  162. [ 1.186135] usbcore: registered new interface driver uas
  163. [ 1.191510] usbcore: registered new interface driver usb-storage
  164. [ 1.197571] usbcore: registered new interface driver ums-alauda
  165. [ 1.203528] usbcore: registered new interface driver ums-cypress
  166. [ 1.209599] usbcore: registered new interface driver ums-datafab
  167. [ 1.215662] usbcore: registered new interface driver ums_eneub6250
  168. [ 1.221879] usbcore: registered new interface driver ums-freecom
  169. [ 1.227936] usbcore: registered new interface driver ums-isd200
  170. [ 1.233906] usbcore: registered new interface driver ums-jumpshot
  171. [ 1.240038] usbcore: registered new interface driver ums-karma
  172. [ 1.245925] usbcore: registered new interface driver ums-onetouch
  173. [ 1.252077] usbcore: registered new interface driver ums-realtek
  174. [ 1.258152] usbcore: registered new interface driver ums-sddr09
  175. [ 1.264128] usbcore: registered new interface driver ums-sddr55
  176. [ 1.270086] usbcore: registered new interface driver ums-usbat
  177. [ 1.276067] usbcore: registered new interface driver usbserial
  178. [ 1.281938] usbcore: registered new interface driver usbserial_generic
  179. [ 1.288523] usbserial: USB Serial support registered for generic
  180. [ 1.294591] usbcore: registered new interface driver usb_serial_simple
  181. [ 1.301151] usbserial: USB Serial support registered for carelink
  182. [ 1.307292] usbserial: USB Serial support registered for zio
  183. [ 1.312985] usbserial: USB Serial support registered for funsoft
  184. [ 1.319037] usbserial: USB Serial support registered for flashloader
  185. [ 1.325435] usbserial: USB Serial support registered for google
  186. [ 1.331388] usbserial: USB Serial support registered for vivopay
  187. [ 1.337449] usbserial: USB Serial support registered for moto_modem
  188. [ 1.343749] usbserial: USB Serial support registered for novatel_gps
  189. [ 1.350149] usbserial: USB Serial support registered for hp4x
  190. [ 1.355940] usbserial: USB Serial support registered for suunto
  191. [ 1.361890] usbserial: USB Serial support registered for siemens_mpi
  192. [ 1.369066] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  193. [ 1.375894] sunxi-rtc 1c20d00.rtc: RTC enabled
  194. [ 1.380437] i2c /dev entries driver
  195. [ 1.385406] axp20x 0-0034: AXP20x variant AXP209 found
  196. [ 1.393410] axp20x-regulator axp20x-regulator: regulators node not found
  197. [ 1.402512] axp20x 0-0034: AXP20X driver loaded
  198. [ 1.408625] IR NEC protocol handler initialized
  199. [ 1.413182] IR RC5(x/sz) protocol handler initialized
  200. [ 1.418275] IR RC6 protocol handler initialized
  201. [ 1.422814] IR JVC protocol handler initialized
  202. [ 1.427364] IR Sony protocol handler initialized
  203. [ 1.431989] IR SANYO protocol handler initialized
  204. [ 1.436710] IR Sharp protocol handler initialized
  205. [ 1.441421] IR MCE Keyboard/mouse protocol handler initialized
  206. [ 1.447270] IR XMP protocol handler initialized
  207. [ 1.451805] Driver for 1-wire Dallas network protocol.
  208. [ 1.453817] ata1: SATA link down (SStatus 0 SControl 300)
  209. [ 1.463112] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  210. [ 1.471082] Driver 'mmcblk' needs updating - please use bus_type methods
  211. [ 1.478354] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  212. [ 1.484341] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  213. [ 1.523992] sunxi-mmc 1c0f000.mmc: base:0xf00d4000 irq:27
  214. [ 1.529855] platform 1c12000.mmc: Driver sunxi-mmc requests probe deferral
  215. [ 1.537542] ledtrig-cpu: registered to indicate activity on CPUs
  216. [ 1.544667] usbcore: registered new interface driver usbhid
  217. [ 1.550273] usbhid: USB HID core driver
  218. [ 1.555047] TCP: cubic registered
  219. [ 1.559094] NET: Registered protocol family 10
  220. [ 1.564726] sit: IPv6 over IPv4 tunneling driver
  221. [ 1.570112] NET: Registered protocol family 17
  222. [ 1.576591] sctp: Hash tables configured (established 65536 bind 65536)
  223. [ 1.583651] Key type dns_resolver registered
  224. [ 1.588191] Registering SWP/SWPB emulation handler
  225. [ 1.603369] mmc0: host does not support reading read-only switch, assuming write-enable
  226. [ 1.613911] mmc0: new high speed SDHC card at address 59b4
  227. [ 1.619893] mmcblk0: mmc0:59b4 NCard 30.1 GiB
  228. [ 1.625579] mmcblk0: p1 p2
  229. [ 1.703880] stmmaceth 1c50000.ethernet: no reset control found
  230. [ 1.709733] Ring mode enabled
  231. [ 1.712791] No HW DMA feature register supported
  232. [ 1.717349] Normal descriptors
  233. [ 1.720681] TX Checksum insertion supported
  234. [ 1.729467] libphy: stmmac: probed
  235. [ 1.732896] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
  236. [ 1.739277] eth0: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
  237. [ 1.745410] ehci-platform 1c14000.usb: EHCI Host Controller
  238. [ 1.751277] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  239. [ 1.759215] ehci-platform 1c14000.usb: irq 29, io mem 0x01c14000
  240. [ 1.783815] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  241. [ 1.790149] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  242. [ 1.796962] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  243. [ 1.804199] usb usb1: Product: EHCI Host Controller
  244. [ 1.809079] usb usb1: Manufacturer: Linux 3.19.0-rc5 ehci_hcd
  245. [ 1.814835] usb usb1: SerialNumber: 1c14000.usb
  246. [ 1.820099] hub 1-0:1.0: USB hub found
  247. [ 1.823934] hub 1-0:1.0: 1 port detected
  248. [ 1.828535] ehci-platform 1c1c000.usb: EHCI Host Controller
  249. [ 1.834398] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  250. [ 1.842289] ehci-platform 1c1c000.usb: irq 32, io mem 0x01c1c000
  251. [ 1.863815] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  252. [ 1.870155] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  253. [ 1.876975] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  254. [ 1.884215] usb usb2: Product: EHCI Host Controller
  255. [ 1.889096] usb usb2: Manufacturer: Linux 3.19.0-rc5 ehci_hcd
  256. [ 1.894853] usb usb2: SerialNumber: 1c1c000.usb
  257. [ 1.900069] hub 2-0:1.0: USB hub found
  258. [ 1.903894] hub 2-0:1.0: 1 port detected
  259. [ 1.908477] ohci-platform 1c14400.usb: Generic Platform OHCI controller
  260. [ 1.915392] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
  261. [ 1.923289] ohci-platform 1c14400.usb: irq 30, io mem 0x01c14400
  262. [ 1.988000] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  263. [ 1.994817] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  264. [ 2.002044] usb usb3: Product: Generic Platform OHCI controller
  265. [ 2.007985] usb usb3: Manufacturer: Linux 3.19.0-rc5 ohci_hcd
  266. [ 2.013734] usb usb3: SerialNumber: 1c14400.usb
  267. [ 2.019019] hub 3-0:1.0: USB hub found
  268. [ 2.022831] hub 3-0:1.0: 1 port detected
  269. [ 2.027508] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  270. [ 2.034516] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  271. [ 2.042399] ohci-platform 1c1c400.usb: irq 33, io mem 0x01c1c400
  272. [ 2.108025] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
  273. [ 2.114847] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  274. [ 2.122073] usb usb4: Product: Generic Platform OHCI controller
  275. [ 2.128016] usb usb4: Manufacturer: Linux 3.19.0-rc5 ohci_hcd
  276. [ 2.133764] usb usb4: SerialNumber: 1c1c400.usb
  277. [ 2.139031] hub 4-0:1.0: USB hub found
  278. [ 2.142833] hub 4-0:1.0: 1 port detected
  279. [ 2.147880] sunxi-mmc 1c12000.mmc: No vqmmc regulator found
  280. [ 2.193828] sunxi-mmc 1c12000.mmc: base:0xf011c000 irq:28
  281. [ 2.199357] sunxi-rtc 1c20d00.rtc: setting system clock to 1970-01-01 01:40:04 UTC (6004)
  282. [ 2.209469] device-tree: Duplicate name in testcase-data, renamed to "duplicate-name#1"
  283. [ 2.217549] sunxi-mmc 1c12000.mmc: smc 1 err, cmd 8, RTO !!
  284. [ 2.226256] ### dt-test ### start of selftest - you will see error messages
  285. [ 2.233738] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
  286. [ 2.245736] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
  287. [ 2.257694] /testcase-data/phandle-tests/consumer-a: could not find phandle
  288. [ 2.264693] /testcase-data/phandle-tests/consumer-a: could not find phandle
  289. [ 2.271673] /testcase-data/phandle-tests/consumer-a: arguments longer than property
  290. [ 2.279359] /testcase-data/phandle-tests/consumer-a: arguments longer than property
  291. [ 2.288058] irq: no irq domain found for /testcase-data/interrupts/intc0 !
  292. [ 2.297437] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  293. [ 2.297806] ### dt-test ### end of selftest - 121 passed, 0 failed
  294. [ 2.301763] vcc5v0: disabling
  295. [ 2.301770] vcc3v0: disabling
  296. [ 2.316732] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  297. [ 2.316995] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  298. [ 2.317680] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  299. [ 2.330505] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  300. [ 2.330558] VFS: Mounted root (ext4 filesystem) on device 179:2.
  301. [ 2.339279] devtmpfs: mounted
  302. [ 2.339618] Freeing unused kernel memory: 300K (c089d000 - c08e8000)
  303. [ 2.363459] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  304. [ 2.371757] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  305. [ 2.392944] mmc1: new high speed SDIO card at address 0001
  306. [ 2.531838] random: systemd urandom read with 9 bits of entropy available
  307. [ 2.542282] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  308. [ 2.556151] systemd[1]: Detected architecture 'arm'.
  309. [ 2.592085] systemd[1]: Set hostname to <bpi-m1-jessie>.
  310. [ 2.961584] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  311. [ 2.978668] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  312. [ 2.986827] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  313. [ 2.994551] systemd[1]: Expecting device dev-ttyS0.device...
  314. [ 3.014036] systemd[1]: Starting Remote File Systems (Pre).
  315. [ 3.033968] systemd[1]: Reached target Remote File Systems (Pre).
  316. [ 3.040199] systemd[1]: Starting Encrypted Volumes.
  317. [ 3.063930] systemd[1]: Reached target Encrypted Volumes.
  318. [ 3.069500] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  319. [ 3.077815] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  320. [ 3.085844] systemd[1]: Starting Paths.
  321. [ 3.103956] systemd[1]: Reached target Paths.
  322. [ 3.108509] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  323. [ 3.118015] systemd[1]: Starting Swap.
  324. [ 3.133935] systemd[1]: Reached target Swap.
  325. [ 3.138309] systemd[1]: Starting Root Slice.
  326. [ 3.183991] systemd[1]: Created slice Root Slice.
  327. [ 3.188835] systemd[1]: Starting User and Session Slice.
  328. [ 3.214319] systemd[1]: Created slice User and Session Slice.
  329. [ 3.220203] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  330. [ 3.243952] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  331. [ 3.251032] systemd[1]: Starting Delayed Shutdown Socket.
  332. [ 3.273939] systemd[1]: Listening on Delayed Shutdown Socket.
  333. [ 3.279798] systemd[1]: Starting Journal Socket (/dev/log).
  334. [ 3.303943] systemd[1]: Listening on Journal Socket (/dev/log).
  335. [ 3.309978] systemd[1]: Starting Syslog Socket.
  336. [ 3.333935] systemd[1]: Listening on Syslog Socket.
  337. [ 3.338953] systemd[1]: Starting udev Kernel Socket.
  338. [ 3.363937] systemd[1]: Listening on udev Kernel Socket.
  339. [ 3.369386] systemd[1]: Starting udev Control Socket.
  340. [ 3.393938] systemd[1]: Listening on udev Control Socket.
  341. [ 3.399473] systemd[1]: Starting Journal Socket.
  342. [ 3.423945] systemd[1]: Listening on Journal Socket.
  343. [ 3.429086] systemd[1]: Starting System Slice.
  344. [ 3.453970] systemd[1]: Created slice System Slice.
  345. [ 3.459000] systemd[1]: Starting system-getty.slice.
  346. [ 3.483958] systemd[1]: Created slice system-getty.slice.
  347. [ 3.489482] systemd[1]: Starting system-serial\x2dgetty.slice.
  348. [ 3.513969] systemd[1]: Created slice system-serial\x2dgetty.slice.
  349. [ 3.523348] systemd[1]: Starting Load Kernel Modules...
  350. [ 3.546968] systemd[1]: Mounted Huge Pages File System.
  351. [ 3.552547] systemd[1]: Mounted POSIX Message Queue File System.
  352. [ 3.559354] systemd[1]: Mounting Debug File System...
  353. [ 3.590716] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  354. [ 3.627904] systemd[1]: Starting udev Coldplug all Devices...
  355. [ 3.663610] systemd[1]: Started Set Up Additional Binary Formats.
  356. [ 3.670115] systemd[1]: Starting Journal Service...
  357. [ 3.714089] systemd[1]: Started Journal Service.
  358. [ 3.914846] lib80211: common routines for IEEE802.11 drivers
  359. [ 3.920541] lib80211_crypt: registered algorithm 'NULL'
  360. [ 4.353519] systemd-udevd[104]: starting version 215
  361. [ 4.631829] systemd-journald[83]: Received request to flush runtime journal from PID 1
  362. [ 4.771298] brcmfmac: F1 signature read @0x18000000=0x1591a962
  363. [ 4.785425] usbcore: registered new interface driver brcmfmac
  364. [ 5.215699] brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 22 2013 14:50:00 version 5.90.195.89.6 FWID 01-b30a427d
  365. [ 5.574307] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  366. [ 5.574338] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  367. [ 5.574361] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  368. [ 5.574379] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  369. [ 5.574388] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  370. [ 5.574396] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  371. [ 5.574405] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  372. [ 5.574413] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  373. [ 5.574420] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  374. [ 5.574428] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  375. [ 5.574436] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  376. [ 5.574444] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  377. [ 5.574452] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  378. [ 5.574460] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  379. [ 5.574468] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  380. [ 5.574476] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  381. [ 5.574484] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  382. [ 5.574492] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  383. [ 5.574500] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  384. [ 5.574528] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  385. [ 5.574541] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  386. [ 5.574551] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  387. [ 5.574559] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  388. [ 5.574567] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  389. [ 5.574574] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  390. [ 5.574582] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  391. [ 5.574590] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  392. [ 5.574598] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  393. [ 5.574844] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  394. [ 5.938885] RX IPC Checksum Offload disabled
  395. [ 5.943277] No MAC Management Counters available
  396. [ 9.593856] random: nonblocking pool is initialized
Advertisement
Add Comment
Please, Sign In to add comment