gem5/src/dev
Korey Sewell 2692590049 Add in files from merge-bare-iron, get them compiling in FS and SE mode
--HG--
extra : convert_revision : d4e19afda897bc3797868b40469ce2ec7ec7d251
2007-11-13 16:58:16 -05:00
..
alpha Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
mips Add in files from merge-bare-iron, get them compiling in FS and SE mode 2007-11-13 16:58:16 -05:00
sparc Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
x86 X86: Make an x86 platform object. 2007-10-07 17:48:06 -07:00
baddev.cc Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
baddev.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
BadDevice.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
Device.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
disk_image.cc devices: Avoid using assert() to catch misconfiguration 2007-08-30 15:16:59 -04:00
disk_image.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
DiskImage.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
etherbus.cc Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
etherbus.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
etherdevice.hh Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
etherdump.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
etherdump.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
etherint.cc Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
etherint.hh Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
etherlink.cc Base: Rework the way M5 provides and creates random numbers. 2007-10-31 01:21:54 -04:00
etherlink.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
Ethernet.py PCI: Move PCI Configuration data into devices now that we can inherit parameters. 2007-08-16 16:49:05 -04:00
etherobject.hh Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
etherpkt.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
etherpkt.hh Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
ethertap.cc Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
ethertap.hh Devices: Make EtherInts connect in the same way memory ports currently do. 2007-08-16 16:49:02 -04:00
i8254xGBe.cc Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
i8254xGBe.hh Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
i8254xGBe_defs.hh make serialization at least seem to work 2007-03-29 22:00:01 -04:00
Ide.py PCI: Move PCI Configuration data into devices now that we can inherit parameters. 2007-08-16 16:49:05 -04:00
ide_atareg.h make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
ide_ctrl.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
ide_ctrl.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
ide_disk.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
ide_disk.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
ide_wdcreg.h New directory structure: 2006-05-22 14:29:33 -04:00
io_device.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
io_device.hh DMA: Add IOCache and fix bus bridge to optionally only send requests one 2007-08-10 16:14:01 -04:00
isa_fake.cc Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
isa_fake.hh Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
ns_gige.cc Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
ns_gige.hh Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
ns_gige_reg.h X86: Get X86_FS to compile. 2007-09-24 17:39:56 -07:00
Pci.py PCI: Move PCI Configuration data into devices now that we can inherit parameters. 2007-08-16 16:49:05 -04:00
pciconfigall.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
pciconfigall.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
pcidev.cc PCI: Move PCI Configuration data into devices now that we can inherit parameters. 2007-08-16 16:49:05 -04:00
pcidev.hh PCI: Move PCI Configuration data into devices now that we can inherit parameters. 2007-08-16 16:49:05 -04:00
pcireg.h Get rid of unneeded union. 2006-08-28 11:01:25 -07:00
pitreg.h Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
pktfifo.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
pktfifo.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
platform.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
platform.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
Platform.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
rtcreg.h Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
SConscript Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
simconsole.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
simconsole.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
SimConsole.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
simple_disk.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
simple_disk.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
SimpleDisk.py Fix miscellaneous small typos. 2007-08-30 15:16:59 -04:00
sinic.cc Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
sinic.hh Rename cycles() function to ticks() 2007-09-28 13:21:52 -04:00
sinicreg.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
uart.cc Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
uart.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
Uart.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
uart8250.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
uart8250.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00