History log of /gem5/src/dev/mips/SConscript
Revision Date Author Comments
# 11233:18e411ee6c04 03-Dec-2015 Andreas Sandberg <andreas.sandberg@arm.com>

dev, mips: Remove the unused MaltaPChip class

The MaltaPChip class is currently unused and identical (except for the
class name) to the TsunamiPChip. If someone decides to implement PCI
for Malta, they should make sure to share code with the Tsunami
implementation if they are similar.


# 8739:925f15f96322 30-Sep-2011 Gabe Black <gblack@eecs.umich.edu>

SE/FS: Build the devices in SE mode.


# 8335:9228e00459d4 02-Jun-2011 Nathan Binkert <nate@binkert.org>

scons: rename TraceFlags to DebugFlags


# 7709:fc12f4d657f0 18-Oct-2010 Gabe Black <gblack@eecs.umich.edu>

MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.


# 6379:75d4aaf7dd54 21-Jul-2009 Gabe Black <gblack@eecs.umich.edu>

MIPS: Get MIPS_FS to compile, more style fixes.
Some breakage was from my BitUnion change, some was much older.


# 5481:5afd4f01c824 17-Jun-2008 Nathan Binkert <nate@binkert.org>

rename MipsConsole to MipsBackdoor


# 5222:bb733a878f85 13-Nov-2007 Korey Sewell <ksewell@umich.edu>

Add in files from merge-bare-iron, get them compiling in FS and SE mode