Advertisement
el3

boot serial output

el3
Feb 18th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. [ 0.001224] CPU: Testing write buffer coherency: ok
  2. [ 0.001487] /cpus/cpu@0 missing clock-frequency property
  3. [ 0.001507] /cpus/cpu@1 missing clock-frequency property
  4. [ 0.001519] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  5. [ 0.001551] Setting up static identity map for 0x4029b668 - 0x4029b6c0
  6. [ 0.002657] CPU1: Booted secondary processor
  7. [ 0.002700] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  8. [ 0.002804] Brought up 2 CPUs
  9. [ 0.002821] SMP: Total of 2 processors activated.
  10. [ 0.002828] CPU: All CPU(s) started in HYP mode.
  11. [ 0.002833] CPU: Virtualization extensions available.
  12. [ 0.003414] devtmpfs: initialized
  13. [ 0.007000] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  14. [ 0.007217] pinctrl core: initialized pinctrl subsystem
  15. [ 0.007411] regulator-dummy: no parameters
  16. [ 0.011925] NET: Registered protocol family 16
  17. [ 0.012218] DMA: preallocated 256 KiB pool for atomic coherent allocations
  18. [ 0.019694] reg-fixed-voltage ahci-5v.4: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
  19. [ 0.019721] platform ahci-5v.4: Driver reg-fixed-voltage requests probe deferral
  20. [ 0.019745] reg-fixed-voltage usb1-vbus.5: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  21. [ 0.019759] platform usb1-vbus.5: Driver reg-fixed-voltage requests probe deferral
  22. [ 0.019777] reg-fixed-voltage usb2-vbus.6: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  23. [ 0.019790] platform usb2-vbus.6: Driver reg-fixed-voltage requests probe deferral
  24. [ 0.020000] vcc3v0: 3000 mV
  25. [ 0.020161] vcc3v3: 3300 mV
  26. [ 0.020465] pps_core: LinuxPPS API ver. 1 registered
  27. [ 0.020474] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  28. [ 0.020496] PTP clock support registered
  29. [ 0.021183] Switched to clocksource arch_sys_counter
  30. [ 0.028297] NET: Registered protocol family 2
  31. [ 0.028771] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  32. [ 0.028867] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  33. [ 0.028988] TCP: Hash tables configured (established 8192 bind 8192)
  34. [ 0.029067] TCP: reno registered
  35. [ 0.029081] UDP hash table entries: 512 (order: 2, 16384 bytes)
  36. [ 0.029138] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  37. [ 0.029342] NET: Registered protocol family 1
  38. [ 0.029679] RPC: Registered named UNIX socket transport module.
  39. [ 0.029696] RPC: Registered udp transport module.
  40. [ 0.029701] RPC: Registered tcp transport module.
  41. [ 0.029707] RPC: Registered tcp NFSv4.1 backchannel transport module.
  42. [ 0.030598] futex hash table entries: 512 (order: 3, 32768 bytes)
  43. [ 0.031057] bounce pool size: 64 pages
  44. [ 0.039462] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  45. [ 0.039480] io scheduler noop registered
  46. [ 0.039487] io scheduler deadline registered
  47. [ 0.039675] io scheduler cfq registered (default)
  48. [ 0.041712] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  49. [ 0.083736] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  50. [ 0.086198] console [ttyS0] disabled
  51. [ 0.106337] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
  52. [ 0.668003] console [ttyS0] enabled
  53. [ 0.672992] stmmaceth 1c50000.ethernet: no regulator found
  54. [ 0.678526] stmmaceth 1c50000.ethernet: no reset control found
  55. [ 0.684394] Ring mode enabled
  56. [ 0.687447] No HW DMA feature register supported
  57. [ 0.691982] Normal descriptors
  58. [ 0.695303] TX Checksum insertion supported
  59. [ 0.703274] libphy: stmmac: probed
  60. [ 0.706682] eth0: PHY ID 02430c54 at 1 IRQ 0 (stmmac-0:01) active
  61. [ 0.713182] mousedev: PS/2 mouse device common for all mice
  62. [ 0.719082] i2c /dev entries driver
  63. [ 0.723753] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  64. [ 0.732851] TCP: cubic registered
  65. [ 0.736174] NET: Registered protocol family 17
  66. [ 0.740694] Registering SWP/SWPB emulation handler
  67. [ 0.745929] vcc3v3: disabling
  68. [ 0.748898] vcc3v0: disabling
  69. [ 0.752311] ahci-5v: 5000 mV
  70. [ 0.755540] usb1-vbus: 5000 mV
  71. [ 0.758905] usb2-vbus: 5000 mV
  72. [ 0.762843] Waiting for root device /dev/mmcblk0p2...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement