gem5/dev
Steve Reinhardt 86777c9db1 First steps toward getting full system to work with
TimingSimpleCPU.  Not there yet.

cpu/simple/atomic.cc:
    Only read SC result if store was an SC.
    Don't fake SC here; fake it in PhysicalMemory so
    all CPU models can share in the joy.
cpu/simple/timing.cc:
    Don't forget to checkForInterrupts().
    Only fetch subsequent instruction if we're still running
    (i.e. not quiesced).
dev/io_device.hh:
    Initialize port pointer in SendEvent object.
mem/physical.cc:
    Move fake SC "implementation" here from AtomicSimpleCPU.
mem/request.hh:
    Initialize flags to all clear, not uninitialized.
    Otherwise we can't reliably look at flags w/o explicitly
    setting them every time we create a request.

--HG--
extra : convert_revision : ae7601ce6fb54c54e19848aa5391327f9a6e61a6
2006-05-18 22:54:19 -04:00
..
alpha_access.h Get rid of the xc from the alphaAccess/alphaConsole backdoor device. 2006-02-23 14:50:16 -05:00
alpha_console.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
alpha_console.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
baddev.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
baddev.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
disk_image.cc Many files: 2006-05-15 20:30:20 -04:00
disk_image.hh Many files: 2005-06-05 05:16:00 -04:00
etherbus.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherbus.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherdump.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherdump.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherint.cc Many files: 2005-06-05 05:16:00 -04:00
etherint.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherlink.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherlink.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherpkt.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
etherpkt.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
ethertap.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
ethertap.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
ide_atareg.h Fixes for cygwin compile. 2005-06-30 00:42:27 -04:00
ide_ctrl.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
ide_ctrl.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
ide_disk.cc fix ide stats and make sinic compile after merge. 2006-05-18 12:52:16 -04:00
ide_disk.hh add regStats() back to ide_disk 2006-05-18 13:33:14 -04:00
ide_wdcreg.h Fix doxgyen comments 2005-06-04 23:56:53 -04:00
io_device.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
io_device.hh First steps toward getting full system to work with 2006-05-18 22:54:19 -04:00
isa_fake.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
isa_fake.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
ns_gige.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
ns_gige.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
ns_gige_reg.h Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
pciconfigall.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
pciconfigall.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
pcidev.cc Many files: 2006-05-15 20:06:42 -04:00
pcidev.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
pcireg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pitreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pktfifo.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
pktfifo.hh Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
platform.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
platform.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
rtcreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
simconsole.cc fixes for newmem 2006-04-06 14:57:51 -04:00
simconsole.hh Many files: 2005-06-05 05:16:00 -04:00
simple_disk.cc fixes for newmem 2006-04-06 14:57:51 -04:00
simple_disk.hh fixes for newmem 2006-04-06 14:57:51 -04:00
sinic.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
sinic.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
sinicreg.hh Major update to sinic to support VSINIC better 2006-04-26 17:52:33 -04:00
tsunami.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami_cchip.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunami_cchip.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunami_io.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunami_io.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunami_pchip.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunami_pchip.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
tsunamireg.h Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 2005-08-15 17:17:17 -04:00
uart.cc fixes for newmem 2006-04-06 14:57:51 -04:00
uart.hh fixes for newmem 2006-04-06 14:57:51 -04:00
uart8250.cc Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00
uart8250.hh Change Packet parameters on Port methods from references to pointers. 2006-05-18 22:32:21 -04:00