summaryrefslogtreecommitdiff
path: root/src/arch/sparc/SConscript
AgeCommit message (Expand)Author
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-04reogranize code to split off FS only misc regs with effect into their own fil...Ali Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-07Added in alot of missing source files.Gabe Black
2006-11-03removed ua2005.cc since it's been obsorbed into the miscregfile, and added sy...Gabe Black
2006-09-30Basic work towards supporting ASIs properlyGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-29commit a couple of minor things that I forgot to last time.Ali Saidi
2006-05-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-22New directory structure:Steve Reinhardt