system.terminal revision 11570:4aac82f10951
1955SN/A[    0.000000] Initializing cgroup subsys cpu
2955SN/A[    0.000000] Linux version 3.16.0-rc6 (tony@vamp) (gcc version 4.8.2 20140110 (prerelease) [ibm/gcc-4_8-branch merged from gcc-4_8-branch, revision 205847] (Ubuntu/Linaro 4.8.2-13ubuntu1) ) #1 SMP PREEMPT Wed Oct 1 14:39:23 EDT 2014
31762SN/A[    0.000000] CPU: AArch64 Processor [410fc0f0] revision 0
4955SN/A[    0.000000] No Cache Writeback Granule information, assuming cache line size 64
5955SN/A[    0.000000] Memory limited to 256MB
6955SN/A[    0.000000] cma: CMA: reserved 16 MiB at 8f000000
7955SN/A[    0.000000] On node 0 totalpages: 65536
8955SN/A[    0.000000]   DMA zone: 896 pages used for memmap
9955SN/A[    0.000000]   DMA zone: 0 pages reserved
10955SN/A[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
11955SN/A[    0.000000] PERCPU: Embedded 11 pages/cpu @ffffffc00efc5000 s12800 r8192 d24064 u45056
12955SN/A[    0.000000] pcpu-alloc: s12800 r8192 d24064 u45056 alloc=11*4096
13955SN/A[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
14955SN/A[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64640
15955SN/A[    0.000000] Kernel command line: earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
16955SN/A[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
17955SN/A[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
18955SN/A[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
19955SN/A[    0.000000] Memory: 223784K/262144K available (4569K kernel code, 308K rwdata, 1640K rodata, 208K init, 187K bss, 38360K reserved)
20955SN/A[    0.000000] Virtual kernel memory layout:
21955SN/A[    0.000000]     vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000   (245759 MB)
22955SN/A[    0.000000]     vmemmap : 0xffffffbc01c00000 - 0xffffffbc01f80000   (     3 MB)
23955SN/A[    0.000000]     modules : 0xffffffbffc000000 - 0xffffffc000000000   (    64 MB)
24955SN/A[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
25955SN/A[    0.000000]       .init : 0xffffffc000692000 - 0xffffffc0006c6200   (   209 kB)
26955SN/A[    0.000000]       .text : 0xffffffc000080000 - 0xffffffc0006914e4   (  6214 kB)
27955SN/A[    0.000000]       .data : 0xffffffc0006c7000 - 0xffffffc0007141e0   (   309 kB)
282665Ssaidi@eecs.umich.edu[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
294762Snate@binkert.org[    0.000000] Preemptible hierarchical RCU implementation.
30955SN/A[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
315522Snate@binkert.org[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
326143Snate@binkert.org[    0.000000] NR_IRQS:64 nr_irqs:64 0
334762Snate@binkert.org[    0.000000] Architected cp15 timer(s) running at 100.00MHz (phys).
345522Snate@binkert.org[    0.000000] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 2748779069440ns
35955SN/A[    0.000013] Console: colour dummy device 80x25
365522Snate@binkert.org[    0.000014] Calibrating delay loop (skipped) preset value.. 3997.69 BogoMIPS (lpj=19988480)
3711974Sgabeblack@google.com[    0.000015] pid_max: default: 32768 minimum: 301
38955SN/A[    0.000022] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
395522Snate@binkert.org[    0.000023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
404202Sbinkertn@umich.edu[    0.000066] hw perfevents: no hardware support available
415742Snate@binkert.org[    1.060049] CPU1: failed to come online
42955SN/A[    2.080098] CPU2: failed to come online
434381Sbinkertn@umich.edu[    3.100148] CPU3: failed to come online
444381Sbinkertn@umich.edu[    3.100150] Brought up 1 CPUs
458334Snate@binkert.org[    3.100151] SMP: Total of 1 processors activated.
46955SN/A[    3.100177] devtmpfs: initialized
47955SN/A[    3.100579] atomic64_test: passed
484202Sbinkertn@umich.edu[    3.100603] regulator-dummy: no parameters
49955SN/A[    3.100844] NET: Registered protocol family 16
504382Sbinkertn@umich.edu[    3.100938] vdso: 2 pages (1 code, 1 data) at base ffffffc0006cd000
514382Sbinkertn@umich.edu[    3.100941] hw-breakpoint: found 2 breakpoint and 2 watchpoint registers.
524382Sbinkertn@umich.edu[    3.100980] software IO TLB [mem 0x8d400000-0x8d800000] (4MB) mapped at [ffffffc00d400000-ffffffc00d7fffff]
536654Snate@binkert.org[    3.100981] Serial: AMBA PL011 UART driver
545517Snate@binkert.org[    3.101103] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/sysctl@020000
558614Sgblack@eecs.umich.edu[    3.101125] 1c090000.uart: ttyAMA0 at MMIO 0x1c090000 (irq = 37, base_baud = 0) is a PL011 rev3
567674Snate@binkert.org[    3.101160] console [ttyAMA0] enabled
576143Snate@binkert.org[    3.101194] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0a0000
586143Snate@binkert.org[    3.101208] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0b0000
596143Snate@binkert.org[    3.101222] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0c0000
608233Snate@binkert.org[    3.101235] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/wdt@0f0000
618233Snate@binkert.org[    3.130356] 3V3: 3300 mV 
628233Snate@binkert.org[    3.130377] vgaarb: loaded
638233Snate@binkert.org[    3.130406] SCSI subsystem initialized
648233Snate@binkert.org[    3.130425] libata version 3.00 loaded.
658334Snate@binkert.org[    3.130450] usbcore: registered new interface driver usbfs
668334Snate@binkert.org[    3.130457] usbcore: registered new interface driver hub
6710453SAndrew.Bardsley@arm.com[    3.130471] usbcore: registered new device driver usb
6810453SAndrew.Bardsley@arm.com[    3.130482] pps_core: LinuxPPS API ver. 1 registered
698233Snate@binkert.org[    3.130483] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
708233Snate@binkert.org[    3.130487] PTP clock support registered
718233Snate@binkert.org[    3.130559] Switched to clocksource arch_sys_counter
728233Snate@binkert.org[    3.131204] NET: Registered protocol family 2
738233Snate@binkert.org[    3.131250] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
748233Snate@binkert.org[    3.131255] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
7511983Sgabeblack@google.com[    3.131259] TCP: Hash tables configured (established 2048 bind 2048)
7611983Sgabeblack@google.com[    3.131263] TCP: reno registered
7711983Sgabeblack@google.com[    3.131264] UDP hash table entries: 256 (order: 1, 8192 bytes)
7811983Sgabeblack@google.com[    3.131266] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
7911983Sgabeblack@google.com[    3.131281] NET: Registered protocol family 1
8011983Sgabeblack@google.com[    3.131311] RPC: Registered named UNIX socket transport module.
8111983Sgabeblack@google.com[    3.131311] RPC: Registered udp transport module.
8211983Sgabeblack@google.com[    3.131312] RPC: Registered tcp transport module.
8311983Sgabeblack@google.com[    3.131313] RPC: Registered tcp NFSv4.1 backchannel transport module.
8411983Sgabeblack@google.com[    3.131315] PCI: CLS 0 bytes, default 64
8511983Sgabeblack@google.com[    3.131413] futex hash table entries: 1024 (order: 4, 65536 bytes)
866143Snate@binkert.org[    3.131456] HugeTLB registered 2 MB page size, pre-allocated 0 pages
878233Snate@binkert.org[    3.132687] fuse init (API version 7.23)
888233Snate@binkert.org[    3.132738] msgmni has been set to 469
898233Snate@binkert.org[    3.133992] io scheduler noop registered
906143Snate@binkert.org[    3.134025] io scheduler cfq registered (default)
916143Snate@binkert.org[    3.134296] pci-host-generic 30000000.pci: PCI host bridge to bus 0000:00
926143Snate@binkert.org[    3.134298] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
9311308Santhony.gutierrez@amd.com[    3.134299] pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fffffff]
948233Snate@binkert.org[    3.134301] pci_bus 0000:00: root bus resource [bus 00-ff]
958233Snate@binkert.org[    3.134302] pci_bus 0000:00: scanning bus
968233Snate@binkert.org[    3.134304] pci 0000:00:00.0: [8086:1075] type 00 class 0x020000
9711983Sgabeblack@google.com[    3.134306] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
9811983Sgabeblack@google.com[    3.134309] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
994762Snate@binkert.org[    3.134326] pci 0000:00:01.0: [8086:7111] type 00 class 0x010185
1006143Snate@binkert.org[    3.134328] pci 0000:00:01.0: reg 0x10: [io  0x0000-0x0007]
1018233Snate@binkert.org[    3.134330] pci 0000:00:01.0: reg 0x14: [io  0x0000-0x0003]
1028233Snate@binkert.org[    3.134331] pci 0000:00:01.0: reg 0x18: [io  0x0000-0x0007]
1038233Snate@binkert.org[    3.134333] pci 0000:00:01.0: reg 0x1c: [io  0x0000-0x0003]
1048233Snate@binkert.org[    3.134335] pci 0000:00:01.0: reg 0x20: [io  0x0000-0x000f]
1058233Snate@binkert.org[    3.134337] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
1066143Snate@binkert.org[    3.134354] pci_bus 0000:00: fixups for bus
1078233Snate@binkert.org[    3.134355] pci_bus 0000:00: bus scan returning with max=00
1088233Snate@binkert.org[    3.134357] pci 0000:00:00.0: calling quirk_e100_interrupt+0x0/0x1cc
1098233Snate@binkert.org[    3.134362] pci 0000:00:00.0: fixup irq: got 33
1108233Snate@binkert.org[    3.134363] pci 0000:00:00.0: assigning IRQ 33
1116143Snate@binkert.org[    3.134366] pci 0000:00:01.0: fixup irq: got 34
1126143Snate@binkert.org[    3.134367] pci 0000:00:01.0: assigning IRQ 34
1136143Snate@binkert.org[    3.134369] pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x4001ffff]
1146143Snate@binkert.org[    3.134371] pci 0000:00:00.0: BAR 6: assigned [mem 0x40020000-0x400207ff pref]
1156143Snate@binkert.org[    3.134373] pci 0000:00:01.0: BAR 6: assigned [mem 0x40020800-0x40020fff pref]
1166143Snate@binkert.org[    3.134374] pci 0000:00:01.0: BAR 4: assigned [io  0x1000-0x100f]
1176143Snate@binkert.org[    3.134376] pci 0000:00:01.0: BAR 0: assigned [io  0x1010-0x1017]
1186143Snate@binkert.org[    3.134378] pci 0000:00:01.0: BAR 2: assigned [io  0x1018-0x101f]
1196143Snate@binkert.org[    3.134379] pci 0000:00:01.0: BAR 1: assigned [io  0x1020-0x1023]
1207065Snate@binkert.org[    3.134381] pci 0000:00:01.0: BAR 3: assigned [io  0x1024-0x1027]
1216143Snate@binkert.org[    3.134660] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
1228233Snate@binkert.org[    3.134813] ata_piix 0000:00:01.0: version 2.13
1238233Snate@binkert.org[    3.134815] ata_piix 0000:00:01.0: enabling device (0000 -> 0001)
1248233Snate@binkert.org[    3.134820] ata_piix 0000:00:01.0: enabling bus mastering
1258233Snate@binkert.org[    3.135009] scsi0 : ata_piix
1268233Snate@binkert.org[    3.135063] scsi1 : ata_piix
1278233Snate@binkert.org[    3.135081] ata1: PATA max UDMA/33 cmd 0x1010 ctl 0x1020 bmdma 0x1000 irq 34
1288233Snate@binkert.org[    3.135082] ata2: PATA max UDMA/33 cmd 0x1018 ctl 0x1024 bmdma 0x1008 irq 34
1298233Snate@binkert.org[    3.135143] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
1308233Snate@binkert.org[    3.135144] e1000: Copyright (c) 1999-2006 Intel Corporation.
1318233Snate@binkert.org[    3.135148] e1000 0000:00:00.0: enabling device (0000 -> 0002)
1328233Snate@binkert.org[    3.135150] e1000 0000:00:00.0: enabling bus mastering
1338233Snate@binkert.org[    3.290565] ata1.00: ATA-7: M5 IDE Disk, , max UDMA/66
1348233Snate@binkert.org[    3.290566] ata1.00: 2096640 sectors, multi 0: LBA 
1358233Snate@binkert.org[    3.290572] ata1.00: configured for UDMA/33
1368233Snate@binkert.org[    3.290589] scsi 0:0:0:0: Direct-Access     ATA      M5 IDE Disk      n/a  PQ: 0 ANSI: 5
1378233Snate@binkert.org[    3.290650] sd 0:0:0:0: Attached scsi generic sg0 type 0
1388233Snate@binkert.org[    3.290658] sd 0:0:0:0: [sda] 2096640 512-byte logical blocks: (1.07 GB/1023 MiB)
1398233Snate@binkert.org[    3.290672] sd 0:0:0:0: [sda] Write Protect is off
1408233Snate@binkert.org[    3.290673] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
1418233Snate@binkert.org[    3.290680] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
1428233Snate@binkert.org[    3.290733]  sda: sda1
1438233Snate@binkert.org[    3.290795] sd 0:0:0:0: [sda] Attached SCSI disk
1448233Snate@binkert.org[    3.410824] e1000 0000:00:00.0 eth0: (PCI:33MHz:32-bit) 00:90:00:00:00:01
1458233Snate@binkert.org[    3.410825] e1000 0000:00:00.0 eth0: Intel(R) PRO/1000 Network Connection
1468233Snate@binkert.org[    3.410832] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
1478233Snate@binkert.org[    3.410833] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
1488233Snate@binkert.org[    3.410841] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
1498233Snate@binkert.org[    3.410842] igb: Copyright (c) 2007-2014 Intel Corporation.
1508233Snate@binkert.org[    3.410886] usbcore: registered new interface driver usb-storage
1518233Snate@binkert.org[    3.410912] mousedev: PS/2 mouse device common for all mice
1528233Snate@binkert.org[    3.411009] usbcore: registered new interface driver usbhid
1536143Snate@binkert.org[    3.411010] usbhid: USB HID core driver
1546143Snate@binkert.org[    3.411025] TCP: cubic registered
1556143Snate@binkert.org[    3.411026] NET: Registered protocol family 17
1566143Snate@binkert.org[    3.411204] VFS: Mounted root (ext2 filesystem) on device 8:1.
1576143Snate@binkert.org[    3.411214] devtmpfs: mounted
1586143Snate@binkert.org[    3.411222] Freeing unused kernel memory: 208K (ffffffc000692000 - ffffffc0006c6000)
1599982Satgutier@umich.edu
16010196SCurtis.Dunham@arm.comINIT: version 2.88 booting
16110196SCurtis.Dunham@arm.com
16210196SCurtis.Dunham@arm.comStarting udev
16310196SCurtis.Dunham@arm.com[    3.446950] udevd[607]: starting version 182
16410196SCurtis.Dunham@arm.comStarting Bootlog daemon: bootlogd.
16510196SCurtis.Dunham@arm.com
16610196SCurtis.Dunham@arm.com[    3.532262] random: dd urandom read with 19 bits of entropy available
16710196SCurtis.Dunham@arm.comPopulating dev cache
1686143Snate@binkert.org
16911983Sgabeblack@google.comnet.ipv4.conf.default.rp_filter = 1
17011983Sgabeblack@google.com
17111983Sgabeblack@google.comnet.ipv4.conf.all.rp_filter = 1
17211983Sgabeblack@google.com
17311983Sgabeblack@google.comhwclock: can't open '/dev/misc/rtc': No such file or directory
17411983Sgabeblack@google.com
17511983Sgabeblack@google.comMon Jan 27 08:00:00 UTC 2014
17611983Sgabeblack@google.com
17711983Sgabeblack@google.comhwclock: can't open '/dev/misc/rtc': No such file or directory
1786143Snate@binkert.org
17911988Sandreas.sandberg@arm.com
1808233Snate@binkert.orgINIT: Entering runlevel: 5
1818233Snate@binkert.org
1826143Snate@binkert.org
1838945Ssteve.reinhardt@amd.comConfiguring network interfaces... udhcpc (v1.21.1) started
1846143Snate@binkert.org
18511983Sgabeblack@google.com[    3.640780] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
18611983Sgabeblack@google.comSending discover...
1876143Snate@binkert.org
1886143Snate@binkert.orgSending discover...
1895522Snate@binkert.org
1906143Snate@binkert.orgSending discover...
1916143Snate@binkert.org
1926143Snate@binkert.orgNo lease, forking to background
1939982Satgutier@umich.edu
1948233Snate@binkert.orgdone.
1958233Snate@binkert.org
1968233Snate@binkert.orgStarting rpcbind daemon...rpcbind: cannot create socket for udp6
1976143Snate@binkert.org
1986143Snate@binkert.org
1996143Snate@binkert.orgrpcbind: cannot create socket for tcp6
2006143Snate@binkert.org
2015522Snate@binkert.org
2025522Snate@binkert.orgdone.
2035522Snate@binkert.org
2045522Snate@binkert.orgrpcbind: cannot get uid of '': Success
2055604Snate@binkert.org
2065604Snate@binkert.org
2076143Snate@binkert.orgcreating NFS state directory: done
2086143Snate@binkert.org
2094762Snate@binkert.orgstarting statd: done
2104762Snate@binkert.org
2116143Snate@binkert.org