gem5/python/m5/objects
Ali Saidi f6fc18f03d fullsys now builds and runs for about one cycle
SConscript:
    easier to fix than temporarily remove
cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    mem needed for both fullsys and syscall
dev/baddev.cc:
    fix for new mem system
dev/io_device.cc:
    fix typo
dev/io_device.hh:
    PioDevice needs to be a memobject
dev/isa_fake.cc:
dev/pciconfigall.cc:
dev/pciconfigall.hh:
    fix for new mem systems
dev/platform.cc:
dev/platform.hh:
dev/tsunami.cc:
dev/tsunami.hh:
    rather than the platform have a pointer to pciconfig, go the other
    way so all devices are the same and can have a platform pointer
dev/tsunami_cchip.cc:
dev/tsunami_io.cc:
dev/tsunami_io.hh:
dev/tsunami_pchip.cc:
dev/tsunami_pchip.hh:
dev/uart8250.cc:
python/m5/objects/AlphaConsole.py:
python/m5/objects/BadDevice.py:
python/m5/objects/BaseCPU.py:
python/m5/objects/Device.py:
python/m5/objects/Pci.py:
python/m5/objects/PhysicalMemory.py:
python/m5/objects/System.py:
python/m5/objects/Tsunami.py:
python/m5/objects/Uart.py:
    fixes for newmem

--HG--
extra : convert_revision : b7b67e19095cca64889f6307725aa2f3d84c7105
2006-04-11 13:42:47 -04:00
..
AlphaConsole.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
AlphaFullCPU.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
AlphaTLB.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
BadDevice.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
BaseCache.py Standardize clock parameter names to 'clock'. 2005-06-01 21:44:00 -04:00
BaseCPU.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
Bus.py Implement a very very simple bus 2006-03-25 18:31:20 -05:00
CoherenceProtocol.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
Device.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
DiskImage.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
Ethernet.py Hand merge. Stuff probably doesn't compile. 2006-03-09 18:35:28 -05:00
Ide.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
IntrControl.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
MemObject.py Update functional memory to have a response event 2006-02-23 13:51:54 -05:00
MemTest.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
Pci.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
PhysicalMemory.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
Platform.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
Process.py add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
Repl.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
Root.py More progress toward actually running a program. 2006-03-01 18:45:50 -05:00
SimConsole.py Major cleanup of python config code. 2005-05-29 01:14:50 -04:00
SimpleDisk.py fixes for newmem 2006-04-06 14:57:51 -04:00
System.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
Tsunami.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
Uart.py fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00