stats: Update for UDelayEvent quiesce change
This commit is contained in:
parent
1f2e7c1aaa
commit
735c4a8766
65 changed files with 17416 additions and 16994 deletions
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/scratch/nilay/GEM5/system/binaries/boot_emm.arm
|
||||
boot_loader=/home/joel/research/gem5/full_system_files/binaries/boot_emm.arm
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/scratch/nilay/GEM5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
dtb_filename=/home/joel/research/gem5/full_system_files/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/scratch/nilay/GEM5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel=/home/joel/research/gem5/full_system_files/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -38,11 +38,12 @@ mem_ranges=2147483648:2415919103
|
|||
memories=system.physmem system.realview.nvmem system.realview.vram
|
||||
mmap_using_noreserve=false
|
||||
multi_proc=true
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/scratch/nilay/GEM5/gem5/tests/halt.sh
|
||||
readfile=/home/joel/research/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -85,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/scratch/nilay/GEM5/system/disks/linux-aarch32-ael.img
|
||||
image_file=/home/joel/research/gem5/full_system_files/disks/linux-aarch32-ael.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
@ -582,6 +583,7 @@ eventq_index=0
|
|||
|
||||
[system.cpu0.isa]
|
||||
type=ArmISA
|
||||
decoderFlavour=Generic
|
||||
eventq_index=0
|
||||
fpsid=1090793632
|
||||
id_aa64afr0_el1=0
|
||||
|
@ -713,12 +715,13 @@ size=1048576
|
|||
|
||||
[system.cpu0.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.cpu0.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -726,6 +729,13 @@ width=32
|
|||
master=system.cpu0.l2cache.cpu_side
|
||||
slave=system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu0.itb.walker.port system.cpu0.dtb.walker.port
|
||||
|
||||
[system.cpu0.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.cpu0.tracer]
|
||||
type=ExeTracer
|
||||
eventq_index=0
|
||||
|
@ -1216,6 +1226,7 @@ eventq_index=0
|
|||
|
||||
[system.cpu1.isa]
|
||||
type=ArmISA
|
||||
decoderFlavour=Generic
|
||||
eventq_index=0
|
||||
fpsid=1090793632
|
||||
id_aa64afr0_el1=0
|
||||
|
@ -1347,12 +1358,13 @@ size=1048576
|
|||
|
||||
[system.cpu1.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.cpu1.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -1360,6 +1372,13 @@ width=32
|
|||
master=system.cpu1.l2cache.cpu_side
|
||||
slave=system.cpu1.icache.mem_side system.cpu1.dcache.mem_side system.cpu1.itb.walker.port system.cpu1.dtb.walker.port
|
||||
|
||||
[system.cpu1.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.cpu1.tracer]
|
||||
type=ExeTracer
|
||||
eventq_index=0
|
||||
|
@ -2354,12 +2373,13 @@ port=3456
|
|||
|
||||
[system.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -2367,6 +2387,13 @@ width=32
|
|||
master=system.l2c.cpu_side
|
||||
slave=system.cpu0.l2cache.mem_side system.cpu1.l2cache.mem_side
|
||||
|
||||
[system.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.vncserver]
|
||||
type=VncServer
|
||||
eventq_index=0
|
||||
|
|
|
@ -43,4 +43,4 @@ warn: Ignoring write to miscreg pmintenclr
|
|||
warn: Ignoring write to miscreg pmovsr
|
||||
warn: Ignoring write to miscreg pmcr
|
||||
warn: instruction 'mcr dcisw' unimplemented
|
||||
warn: CP14 unimplemented crn[9], opc1[1], crm[0], opc2[2]
|
||||
warn: CP14 unimplemented crn[3], opc1[2], crm[8], opc2[2]
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
Redirecting stdout to build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual/simout
|
||||
Redirecting stderr to build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Sep 14 2015 23:29:19
|
||||
gem5 started Sep 14 2015 23:52:21
|
||||
gem5 executing on ribera.cs.wisc.edu
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual -re /scratch/nilay/GEM5/gem5/tests/run.py build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual
|
||||
gem5 compiled Oct 10 2015 11:28:39
|
||||
gem5 started Oct 10 2015 11:45:23
|
||||
gem5 executing on artery, pid 26655
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual -re /home/joel/research/gem5/gem5/tests/run.py build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-o3-dual
|
||||
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /scratch/nilay/GEM5/system/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: kernel located at: /home/joel/research/gem5/full_system_files/binaries/vmlinux.aarch32.ll_20131205.0-gem5
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80008000
|
||||
info: Loading DTB file: /scratch/nilay/GEM5/system/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Loading DTB file: /home/joel/research/gem5/full_system_files/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
|
@ -29,4 +27,4 @@ info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
|||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
|
||||
Exiting @ tick 2825405893500 because m5_exit instruction encountered
|
||||
Exiting @ tick 2627260787000 because m5_exit instruction encountered
|
||||
|
|
|
@ -4,11 +4,11 @@ sim_seconds 2.627261 # Nu
|
|||
sim_ticks 2627260787000 # Number of ticks simulated
|
||||
final_tick 2627260787000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 87166 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 105753 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1901847747 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 660800 # Number of bytes of host memory used
|
||||
host_seconds 1381.43 # Real time elapsed on the host
|
||||
host_inst_rate 73269 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 88893 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1598642516 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 609448 # Number of bytes of host memory used
|
||||
host_seconds 1643.43 # Real time elapsed on the host
|
||||
sim_insts 120413300 # Number of instructions simulated
|
||||
sim_ops 146090184 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
@ -764,9 +764,9 @@ system.cpu0.iew.iewDispNonSpecInsts 848677 # Nu
|
|||
system.cpu0.iew.iewIQFullEvents 24988 # Number of times the IQ has become full, causing a stall
|
||||
system.cpu0.iew.iewLSQFullEvents 163669 # Number of times the LSQ has become full, causing a stall
|
||||
system.cpu0.iew.memOrderViolationEvents 18608 # Number of memory order violations
|
||||
system.cpu0.iew.predictedTakenIncorrect 265561 # Number of branches that were predicted taken incorrectly
|
||||
system.cpu0.iew.predictedTakenIncorrect 265563 # Number of branches that were predicted taken incorrectly
|
||||
system.cpu0.iew.predictedNotTakenIncorrect 373947 # Number of branches that were predicted not taken incorrectly
|
||||
system.cpu0.iew.branchMispredicts 639508 # Number of branch mispredicts detected at execute
|
||||
system.cpu0.iew.branchMispredicts 639510 # Number of branch mispredicts detected at execute
|
||||
system.cpu0.iew.iewExecutedInsts 94079743 # Number of executed instructions
|
||||
system.cpu0.iew.iewExecLoadInsts 17020662 # Number of load instructions executed
|
||||
system.cpu0.iew.iewExecSquashedInsts 955277 # Number of squashed instructions skipped in execute
|
||||
|
|
|
@ -158,10 +158,10 @@ ata1.00: 1048320 sectors, multi 0: LBA
|
|||
ata1.00: configured for UDMA/33
|
||||
scsi 0:0:0:0: Direct-Access ATA M5 IDE Disk n/a PQ: 0 ANSI: 5
|
||||
sd 0:0:0:0: [sda] 1048320 512-byte logical blocks: (536 MB/511 MiB)
|
||||
sd 0:0:0:0: Attached scsi generic sg0 type 0
|
||||
sd 0:0:0:0: [sda] Write Protect is off
|
||||
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
|
||||
sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
|
||||
sd 0:0:0:0: Attached scsi generic sg0 type 0
|
||||
sda: sda1
|
||||
sd 0:0:0:0: [sda] Attached SCSI disk
|
||||
e1000 0000:00:00.0 eth0: (PCI:33MHz:32-bit) 00:90:00:00:00:01
|
||||
|
|
|
@ -12,11 +12,11 @@ time_sync_spin_threshold=100000000
|
|||
type=LinuxArmSystem
|
||||
children=bridge cf0 clk_domain cpu0 cpu1 cpu_clk_domain dvfs_handler intrctrl iobus iocache l2c membus physmem realview terminal toL2Bus vncserver voltage_domain
|
||||
atags_addr=134217728
|
||||
boot_loader=/scratch/nilay/GEM5/system/binaries/boot_emm.arm64
|
||||
boot_loader=/home/joel/research/gem5/full_system_files/binaries/boot_emm.arm64
|
||||
boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
|
||||
cache_line_size=64
|
||||
clk_domain=system.clk_domain
|
||||
dtb_filename=/scratch/nilay/GEM5/system/binaries/vexpress.aarch64.20140821.dtb
|
||||
dtb_filename=/home/joel/research/gem5/full_system_files/binaries/vexpress.aarch64.20140821.dtb
|
||||
early_kernel_symbols=false
|
||||
enable_context_switch_stats_dump=false
|
||||
eventq_index=0
|
||||
|
@ -28,7 +28,7 @@ have_security=false
|
|||
have_virtualization=false
|
||||
highest_el_is_64=false
|
||||
init_param=0
|
||||
kernel=/scratch/nilay/GEM5/system/binaries/vmlinux.aarch64.20140821
|
||||
kernel=/home/joel/research/gem5/full_system_files/binaries/vmlinux.aarch64.20140821
|
||||
kernel_addr_check=true
|
||||
load_addr_mask=268435455
|
||||
load_offset=2147483648
|
||||
|
@ -38,11 +38,12 @@ mem_ranges=2147483648:2415919103
|
|||
memories=system.physmem system.realview.nvmem system.realview.vram
|
||||
mmap_using_noreserve=false
|
||||
multi_proc=true
|
||||
multi_thread=false
|
||||
num_work_ids=16
|
||||
panic_on_oops=true
|
||||
panic_on_panic=true
|
||||
phys_addr_range_64=40
|
||||
readfile=/scratch/nilay/GEM5/gem5/tests/halt.sh
|
||||
readfile=/home/joel/research/gem5/gem5/tests/halt.sh
|
||||
reset_addr_64=0
|
||||
symbolfile=
|
||||
work_begin_ckpt_count=0
|
||||
|
@ -85,7 +86,7 @@ table_size=65536
|
|||
[system.cf0.image.child]
|
||||
type=RawDiskImage
|
||||
eventq_index=0
|
||||
image_file=/scratch/nilay/GEM5/system/disks/linaro-minimal-aarch64.img
|
||||
image_file=/home/joel/research/gem5/full_system_files/disks/linaro-minimal-aarch64.img
|
||||
read_only=true
|
||||
|
||||
[system.clk_domain]
|
||||
|
@ -809,12 +810,13 @@ size=1048576
|
|||
|
||||
[system.cpu0.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.cpu0.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -822,6 +824,13 @@ width=32
|
|||
master=system.cpu0.l2cache.cpu_side
|
||||
slave=system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu0.itb.walker.port system.cpu0.dtb.walker.port
|
||||
|
||||
[system.cpu0.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.cpu0.tracer]
|
||||
type=ExeTracer
|
||||
eventq_index=0
|
||||
|
@ -1539,12 +1548,13 @@ size=1048576
|
|||
|
||||
[system.cpu1.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.cpu1.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -1552,6 +1562,13 @@ width=32
|
|||
master=system.cpu1.l2cache.cpu_side
|
||||
slave=system.cpu1.icache.mem_side system.cpu1.dcache.mem_side system.cpu1.itb.walker.port system.cpu1.dtb.walker.port
|
||||
|
||||
[system.cpu1.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.cpu1.tracer]
|
||||
type=ExeTracer
|
||||
eventq_index=0
|
||||
|
@ -2546,12 +2563,13 @@ port=3456
|
|||
|
||||
[system.toL2Bus]
|
||||
type=CoherentXBar
|
||||
children=snoop_filter
|
||||
clk_domain=system.cpu_clk_domain
|
||||
eventq_index=0
|
||||
forward_latency=0
|
||||
frontend_latency=1
|
||||
response_latency=1
|
||||
snoop_filter=Null
|
||||
snoop_filter=system.toL2Bus.snoop_filter
|
||||
snoop_response_latency=1
|
||||
system=system
|
||||
use_default_range=false
|
||||
|
@ -2559,6 +2577,13 @@ width=32
|
|||
master=system.l2c.cpu_side
|
||||
slave=system.cpu0.l2cache.mem_side system.cpu1.l2cache.mem_side
|
||||
|
||||
[system.toL2Bus.snoop_filter]
|
||||
type=SnoopFilter
|
||||
eventq_index=0
|
||||
lookup_latency=0
|
||||
max_capacity=8388608
|
||||
system=system
|
||||
|
||||
[system.vncserver]
|
||||
type=VncServer
|
||||
eventq_index=0
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
Redirecting stdout to build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual/simout
|
||||
Redirecting stderr to build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual/simerr
|
||||
gem5 Simulator System. http://gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 compiled Sep 14 2015 23:29:19
|
||||
gem5 started Sep 14 2015 23:38:12
|
||||
gem5 executing on ribera.cs.wisc.edu
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual -re /scratch/nilay/GEM5/gem5/tests/run.py build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual
|
||||
gem5 compiled Oct 1 2015 05:39:21
|
||||
gem5 started Oct 2 2015 02:13:35
|
||||
gem5 executing on artery
|
||||
command line: build/ARM/gem5.opt -d build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual -re /home/joel/research/gem5/gem5/tests/run.py build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview64-minor-dual
|
||||
|
||||
Selected 64-bit ARM architecture, updating default disk image...
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: kernel located at: /scratch/nilay/GEM5/system/binaries/vmlinux.aarch64.20140821
|
||||
info: kernel located at: /home/joel/research/gem5/full_system_files/binaries/vmlinux.aarch64.20140821
|
||||
info: Using bootloader at address 0x10
|
||||
info: Using kernel entry physical address at 0x80080000
|
||||
info: Loading DTB file: /scratch/nilay/GEM5/system/binaries/vexpress.aarch64.20140821.dtb at address 0x88000000
|
||||
info: Loading DTB file: /home/joel/research/gem5/full_system_files/binaries/vexpress.aarch64.20140821.dtb at address 0x88000000
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Exiting @ tick 47482239150000 because m5_exit instruction encountered
|
||||
Exiting @ tick 47573912126000 because m5_exit instruction encountered
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,136 +31,136 @@
|
|||
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
||||
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
|
||||
[ 0.000000] Architected cp15 timer(s) running at 100.00MHz (phys).
|
||||
[ 0.000000] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 2748779069440ns
|
||||
[ 0.000024] Console: colour dummy device 80x25
|
||||
[ 0.000026] Calibrating delay loop (skipped) preset value.. 3997.69 BogoMIPS (lpj=19988480)
|
||||
[ 0.000028] pid_max: default: 32768 minimum: 301
|
||||
[ 0.000040] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
|
||||
[ 0.000041] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
|
||||
[ 0.000175] hw perfevents: no hardware support available
|
||||
[ 0.060045] CPU1: Booted secondary processor
|
||||
[ 1.080077] CPU2: failed to come online
|
||||
[ 2.100147] CPU3: failed to come online
|
||||
[ 2.100150] Brought up 2 CPUs
|
||||
[ 2.100151] SMP: Total of 2 processors activated.
|
||||
[ 2.100223] devtmpfs: initialized
|
||||
[ 2.100724] atomic64_test: passed
|
||||
[ 2.100770] regulator-dummy: no parameters
|
||||
[ 2.101122] NET: Registered protocol family 16
|
||||
[ 2.101258] vdso: 2 pages (1 code, 1 data) at base ffffffc0006cd000
|
||||
[ 2.101266] hw-breakpoint: found 2 breakpoint and 2 watchpoint registers.
|
||||
[ 2.102220] software IO TLB [mem 0x8d400000-0x8d800000] (4MB) mapped at [ffffffc00d400000-ffffffc00d7fffff]
|
||||
[ 2.102224] Serial: AMBA PL011 UART driver
|
||||
[ 2.102423] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/sysctl@020000
|
||||
[ 2.102463] 1c090000.uart: ttyAMA0 at MMIO 0x1c090000 (irq = 37, base_baud = 0) is a PL011 rev3
|
||||
[ 2.103011] console [ttyAMA0] enabled
|
||||
[ 2.103164] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0a0000
|
||||
[ 2.103228] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0b0000
|
||||
[ 2.103292] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/uart@0c0000
|
||||
[ 2.103348] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@3,00000000/wdt@0f0000
|
||||
[ 2.140302] 3V3: 3300 mV
|
||||
[ 2.140352] vgaarb: loaded
|
||||
[ 2.140397] SCSI subsystem initialized
|
||||
[ 2.140431] libata version 3.00 loaded.
|
||||
[ 2.140480] usbcore: registered new interface driver usbfs
|
||||
[ 2.140498] usbcore: registered new interface driver hub
|
||||
[ 2.140524] usbcore: registered new device driver usb
|
||||
[ 2.140552] pps_core: LinuxPPS API ver. 1 registered
|
||||
[ 2.140560] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
||||
[ 2.140580] PTP clock support registered
|
||||
[ 2.140713] Switched to clocksource arch_sys_counter
|
||||
[ 2.142154] NET: Registered protocol family 2
|
||||
[ 2.142231] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
|
||||
[ 2.142248] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)
|
||||
[ 2.142265] TCP: Hash tables configured (established 2048 bind 2048)
|
||||
[ 2.142293] TCP: reno registered
|
||||
[ 2.142300] UDP hash table entries: 256 (order: 1, 8192 bytes)
|
||||
[ 2.142311] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
|
||||
[ 2.142346] NET: Registered protocol family 1
|
||||
[ 2.142411] RPC: Registered named UNIX socket transport module.
|
||||
[ 2.142421] RPC: Registered udp transport module.
|
||||
[ 2.142429] RPC: Registered tcp transport module.
|
||||
[ 2.142437] RPC: Registered tcp NFSv4.1 backchannel transport module.
|
||||
[ 2.142449] PCI: CLS 0 bytes, default 64
|
||||
[ 2.142611] futex hash table entries: 1024 (order: 4, 65536 bytes)
|
||||
[ 2.142705] HugeTLB registered 2 MB page size, pre-allocated 0 pages
|
||||
[ 2.144323] fuse init (API version 7.23)
|
||||
[ 2.144408] msgmni has been set to 469
|
||||
[ 2.144748] io scheduler noop registered
|
||||
[ 2.144801] io scheduler cfq registered (default)
|
||||
[ 2.145278] pci-host-generic 30000000.pci: PCI host bridge to bus 0000:00
|
||||
[ 2.145291] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
|
||||
[ 2.145302] pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fffffff]
|
||||
[ 2.145314] pci_bus 0000:00: root bus resource [bus 00-ff]
|
||||
[ 2.145324] pci_bus 0000:00: scanning bus
|
||||
[ 2.145335] pci 0000:00:00.0: [8086:1075] type 00 class 0x020000
|
||||
[ 2.145348] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
|
||||
[ 2.145362] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
|
||||
[ 2.145397] pci 0000:00:01.0: [8086:7111] type 00 class 0x010185
|
||||
[ 2.145408] pci 0000:00:01.0: reg 0x10: [io 0x0000-0x0007]
|
||||
[ 2.145419] pci 0000:00:01.0: reg 0x14: [io 0x0000-0x0003]
|
||||
[ 2.145429] pci 0000:00:01.0: reg 0x18: [io 0x0000-0x0007]
|
||||
[ 2.145440] pci 0000:00:01.0: reg 0x1c: [io 0x0000-0x0003]
|
||||
[ 2.145450] pci 0000:00:01.0: reg 0x20: [io 0x0000-0x000f]
|
||||
[ 2.145461] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
|
||||
[ 2.145494] pci_bus 0000:00: fixups for bus
|
||||
[ 2.145502] pci_bus 0000:00: bus scan returning with max=00
|
||||
[ 2.145513] pci 0000:00:00.0: calling quirk_e100_interrupt+0x0/0x1cc
|
||||
[ 2.145533] pci 0000:00:00.0: fixup irq: got 33
|
||||
[ 2.145541] pci 0000:00:00.0: assigning IRQ 33
|
||||
[ 2.145551] pci 0000:00:01.0: fixup irq: got 34
|
||||
[ 2.145559] pci 0000:00:01.0: assigning IRQ 34
|
||||
[ 2.145571] pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x4001ffff]
|
||||
[ 2.145583] pci 0000:00:00.0: BAR 6: assigned [mem 0x40020000-0x400207ff pref]
|
||||
[ 2.145596] pci 0000:00:01.0: BAR 6: assigned [mem 0x40020800-0x40020fff pref]
|
||||
[ 2.145608] pci 0000:00:01.0: BAR 4: assigned [io 0x1000-0x100f]
|
||||
[ 2.145619] pci 0000:00:01.0: BAR 0: assigned [io 0x1010-0x1017]
|
||||
[ 2.145631] pci 0000:00:01.0: BAR 2: assigned [io 0x1018-0x101f]
|
||||
[ 2.145642] pci 0000:00:01.0: BAR 1: assigned [io 0x1020-0x1023]
|
||||
[ 2.145653] pci 0000:00:01.0: BAR 3: assigned [io 0x1024-0x1027]
|
||||
[ 2.146115] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
|
||||
[ 2.146366] ata_piix 0000:00:01.0: version 2.13
|
||||
[ 2.146376] ata_piix 0000:00:01.0: enabling device (0000 -> 0001)
|
||||
[ 2.146403] ata_piix 0000:00:01.0: enabling bus mastering
|
||||
[ 2.146653] scsi0 : ata_piix
|
||||
[ 2.146726] scsi1 : ata_piix
|
||||
[ 2.146757] ata1: PATA max UDMA/33 cmd 0x1010 ctl 0x1020 bmdma 0x1000 irq 34
|
||||
[ 2.146769] ata2: PATA max UDMA/33 cmd 0x1018 ctl 0x1024 bmdma 0x1008 irq 34
|
||||
[ 2.146877] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
|
||||
[ 2.146889] e1000: Copyright (c) 1999-2006 Intel Corporation.
|
||||
[ 2.146903] e1000 0000:00:00.0: enabling device (0000 -> 0002)
|
||||
[ 2.146914] e1000 0000:00:00.0: enabling bus mastering
|
||||
[ 2.300739] ata1.00: ATA-7: M5 IDE Disk, , max UDMA/66
|
||||
[ 2.300748] ata1.00: 2096640 sectors, multi 0: LBA
|
||||
[ 2.300776] ata1.00: configured for UDMA/33
|
||||
[ 2.300832] scsi 0:0:0:0: Direct-Access ATA M5 IDE Disk n/a PQ: 0 ANSI: 5
|
||||
[ 2.300940] sd 0:0:0:0: Attached scsi generic sg0 type 0
|
||||
[ 2.300943] sd 0:0:0:0: [sda] 2096640 512-byte logical blocks: (1.07 GB/1023 MiB)
|
||||
[ 2.300970] sd 0:0:0:0: [sda] Write Protect is off
|
||||
[ 2.300979] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
|
||||
[ 2.301004] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
|
||||
[ 2.301128] sda: sda1
|
||||
[ 2.301242] sd 0:0:0:0: [sda] Attached SCSI disk
|
||||
[ 2.421010] e1000 0000:00:00.0 eth0: (PCI:33MHz:32-bit) 00:90:00:00:00:01
|
||||
[ 2.421023] e1000 0000:00:00.0 eth0: Intel(R) PRO/1000 Network Connection
|
||||
[ 2.421045] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
|
||||
[ 2.421055] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
|
||||
[ 2.421075] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
|
||||
[ 2.421087] igb: Copyright (c) 2007-2014 Intel Corporation.
|
||||
[ 2.421158] usbcore: registered new interface driver usb-storage
|
||||
[ 2.421211] mousedev: PS/2 mouse device common for all mice
|
||||
[ 2.421360] usbcore: registered new interface driver usbhid
|
||||
[ 2.421370] usbhid: USB HID core driver
|
||||
[ 2.421405] TCP: cubic registered
|
||||
[ 2.421412] NET: Registered protocol family 17
|
||||
|