summaryrefslogtreecommitdiff
path: root/SConscript
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-18add regStats() back to ide_diskAli Saidi
2006-05-17Get basic full-system working with AtomicSimpleCPU.Steve Reinhardt
2006-05-11First pass at a serializer object, may need to work on naming of object and f...Ron Dreslinski
2006-04-28add a bridge object, modify bus object to be able to connect to other buses o...Ali Saidi
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-20make ide disk work for newmemAli Saidi
2006-04-18dwarf debugging symbols make gdb much happier than stabs. Use themAli Saidi
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-11fullsys now builds and runs for about one cycleAli Saidi
2006-04-10Merge zizzer:/bk/newmemAli Saidi
2006-04-10updates for newmemAli Saidi
2006-04-07Move to a model with a unified request object.Ron Dreslinski
2006-04-06fixes for newmemAli Saidi
2006-04-06fixes for new memory systemAli Saidi
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-29page_table.cc is a syscall only kinda thingAli Saidi
2006-03-28Only compile in Tru64 objects if we're doing Alpha.Steve Reinhardt
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Fix EIO handling for new memory system.Steve Reinhardt
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-07Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07Moved where some alpha specific source files were mentioned to be in the alph...Gabe Black
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Merge zizzer:/bk/m5Ali Saidi
2006-03-04move alpha specific code into arch/alphaAli Saidi
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-03Merge zizzer:/bk/m5Ali Saidi
2006-03-03First cut at moving alpha specefic stuff out of /sim/system* intoAli Saidi
2006-03-01Removed the targetarch code.Gabe Black
2006-02-27Fixes so that it compiles properly. Still working on .py file issues.Ron Dreslinski
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-23Enable building only selected CPU models via new sconsSteve Reinhardt
2006-02-23Create a Builder object for .isa files in arch/SConscript.Steve Reinhardt
2006-02-23Update functional memory to have a response eventRon Dreslinski
2006-02-22Auto-generate arch/foo.hh "switch headers" in scons.Steve Reinhardt
2006-02-22Clean excess comments out of SConscripts.Steve Reinhardt
2006-02-21Move op_class.hh out of encumbered/cpu/full and into cpu.Steve Reinhardt
2006-02-21Move read/writeBlob functions to Port class;Steve Reinhardt
2006-02-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...Ron Dreslinski
2006-02-19Merge zizzer:/bk/m5Ali Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15More progress toward compiling... partly bySteve Reinhardt
2006-02-15Changes to start making the tree use the new memory system. Trying to compil...Ron Dreslinski