summaryrefslogtreecommitdiff
path: root/SConscript
AgeCommit message (Expand)Author
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
2006-02-12Pseudo instructions are now passed whatever instructions they need by the dec...Gabe Black
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-09A fix for SConscript so it will work with newer versions of sconsGabe Black
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2006-02-07Pushing current state. Need to fix compilation problems, have moved the SCON...Ron Dreslinski
2006-02-01Fix a mistake, need to import SCons.ScannerAli Saidi
2006-01-31Add a scaner for .isa files. Ordering it turns out is rather importantAli Saidi
2006-01-29Hacks to avoid compiling in old FullCPU model.Steve Reinhardt
2006-01-29Add PageTable code and SConscript fixes for new syscall emulationSteve Reinhardt
2006-01-24Some stuff aparently didn't get committed which was from before the new repos...Gabe Black
2005-10-26Merge zizzer:/bk/m5Lisa Hsu
2005-10-26add in the files to the SConscript for split cachesLisa Hsu
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-09-05Regression tests now run under scons!Steve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-15Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5Benjamin Nash
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-07-26Various changes to I/O, addition of PciFake device to improve FreeBSD compati...Benjamin Nash
2005-06-29Formatting and decrerease maximum number of children in functional memory.Benjamin Nash
2005-06-23Merge m5read@m5.eecs.umich.edu:/bk/m5Benjamin Nash
2005-06-22Fix: opt_cpu and trace_cpu were already defined in syscall_emulationSteve Reinhardt