Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. [ 0.000000] Initializing cgroup subsys cpu
  2. [ 0.000000] Linux version 3.15.0-rc2ajb-00069-g1aae31c (alex@zen) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) ) #39 SMP Thu Apr 24 11:48:57 BST 2014
  3. [ 0.000000] CPU: AArch64 Processor [411fd070] revision 0
  4. [ 0.000000] psci: probing function IDs from device-tree
  5. [ 0.000000] PERCPU: Embedded 11 pages/cpu @ffffffc07e3db000 s16192 r8192 d20672 u45056
  6. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517120
  7. [ 0.000000] Kernel command line: console=ttyAMA0
  8. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  9. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  10. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  11. [ 0.000000] Memory: 2042400K/2097152K available (4007K kernel code, 319K rwdata, 1424K rodata, 16543K init, 443K bss, 54752K reserved)
  12. [ 0.000000] Virtual kernel memory layout:
  13. [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB)
  14. [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
  15. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc080000000 ( 2048 MB)
  16. [ 0.000000] .init : 0xffffffc0005cf000 - 0xffffffc0015f6f40 ( 16544 kB)
  17. [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0005ced54 ( 5436 kB)
  18. [ 0.000000] .data : 0xffffffc0015f7000 - 0xffffffc001646e88 ( 320 kB)
  19. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  20. [ 0.000000] Hierarchical RCU implementation.
  21. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
  22. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  23. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  24. [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
  25. [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
  26. [ 0.000000] Architected cp15 timer(s) running at 62.50MHz (virt).
  27. [ 0.000202] sched_clock: 56 bits at 62MHz, resolution 16ns, wraps every 2199023255552ns
  28. [ 0.002806] Console: colour dummy device 80x25
  29. [ 0.003221] Calibrating delay loop (skipped), value calculated using timer frequency.. 125.00 BogoMIPS (lpj=625000)
  30. [ 0.003341] pid_max: default: 32768 minimum: 301
  31. [ 0.004115] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  32. [ 0.004156] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  33. [ 0.044630] hw perfevents: no hardware support available
  34. [ 0.051708] Brought up 1 CPUs
  35. [ 0.051755] SMP: Total of 1 processors activated.
  36. [ 0.058406] devtmpfs: initialized
  37. [ 0.077400] NET: Registered protocol family 16
  38. [ 0.094670] vdso: 2 pages (1 code, 1 data) at base ffffffc0015fd000
  39. [ 0.095025] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  40. [ 0.095392] Serial: AMBA PL011 UART driver
  41. [ 0.097613] 9000000.pl011: ttyAMA0 at MMIO 0x9000000 (irq = 33, base_baud = 0) is a PL011 rev1
  42. [ 0.103914] console [ttyAMA0] enabled
  43. [ 0.116003] software IO TLB [mem 0xbd400000-0xbd800000] (4MB) mapped at [ffffffc07d400000-ffffffc07d7fffff]
  44. [ 0.131899] SCSI subsystem initialized
  45. [ 0.140493] Switched to clocksource arch_sys_counter
  46. [ 0.176920] FS-Cache: Loaded
  47. [ 0.177816] CacheFiles: Loaded
  48. [ 0.200284] NET: Registered protocol family 2
  49. [ 0.205517] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  50. [ 0.206153] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  51. [ 0.206980] TCP: Hash tables configured (established 16384 bind 16384)
  52. [ 0.208118] TCP: reno registered
  53. [ 0.208413] UDP hash table entries: 1024 (order: 3, 32768 bytes)
  54. [ 0.208857] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  55. [ 0.210863] NET: Registered protocol family 1
  56. [ 1.985370] futex hash table entries: 256 (order: 2, 16384 bytes)
  57. [ 1.988420] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  58. [ 2.013378] fuse init (API version 7.23)
  59. [ 2.015159] 9p: Installing v9fs 9p2000 file system support
  60. [ 2.015766] FS-Cache: Netfs '9p' registered for caching
  61. [ 2.016149] msgmni has been set to 3989
  62. [ 2.143029] NET: Registered protocol family 38
  63. [ 2.143936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  64. [ 2.144212] io scheduler noop registered (default)
  65. [ 2.152614] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  66. [ 2.170630] brd: module loaded
  67. [ 2.178416] loop: module loaded
  68. [ 2.184057] mousedev: PS/2 mouse device common for all mice
  69. [ 2.185988] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
  70. [ 2.186963] ipip: IPv4 over IPv4 tunneling driver
  71. [ 2.189146] TCP: cubic registered
  72. [ 2.191160] NET: Registered protocol family 10
  73. [ 2.196671] sit: IPv6 over IPv4 tunneling driver
  74. [ 2.199951] NET: Registered protocol family 17
  75. [ 2.200758] NET: Registered protocol family 15
  76. [ 2.201816] 9pnet: Installing 9P2000 support
  77. [ 2.203821] registered taskstats version 1
  78. [ 2.205127] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  79. [ 2.239858] Freeing unused kernel memory: 16540K (ffffffc0005cf000 - ffffffc0015f6000)
  80. Starting logging: OK
  81. Initializing random number generator... [ 2.834563] random: dd urandom read with 1 bits of entropy available
  82. done.
  83. Starting network...
  84.  
  85. Welcome to Buildroot
  86. buildroot login: root
  87. # ls
  88. # uname -a
  89. Linux buildroot 3.15.0-rc2ajb-00069-g1aae31c #39 SMP Thu Apr 24 11:48:57 BST 2014 aarch64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement