summaryrefslogtreecommitdiff
path: root/src/dev/SConscript
AgeCommit message (Expand)Author
2018-10-12dev: Include the platform base class even in NULL_ISA builds.Gabe Black
2018-04-17ps2: Unify constant namesAndreas Sandberg
2017-11-08dev: Move generic serial devices to src/dev/serialAndreas Sandberg
2017-11-08dev: Refactor UART->Terminal interfaceAndreas Sandberg
2016-12-19dev: Include DmaDevice in NULL buildsAndreas Sandberg
2015-12-10dev: Move storage devices to src/dev/storage/Andreas Sandberg
2015-12-10dev: Move network devices to src/dev/net/Andreas Sandberg
2015-12-10dev: Move i2c functionality to src/dev/i2c/Andreas Sandberg
2015-12-10dev: Move the CopyEngine class to src/dev/pciAndreas Sandberg
2015-12-10dev: Move existing PCI device functionality to src/dev/pciAndreas Sandberg
2015-12-05dev: Rewrite PCI host functionalityAndreas Sandberg
2015-08-07dev: Implement a simple display timing generatorAndreas Sandberg
2015-07-15dev: add support for multi gem5 runsGabor Dozsa
2015-04-23dev: Add support for i2c devicesPeter Enns
2014-02-18dev: Include basic devices in NULL ISA buildAndreas Hansson
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2012-05-23DMA: Split the DMA device and IO device into seperate filesAndreas Hansson
2011-09-30SE/FS: Build the devices in SE mode.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-02-11VNC/ARM: Use VNC server and add support to boot into X11Ali Saidi
2010-11-19SCons: Support building without an ISAAli Saidi
2009-01-17CopyEngine: Implement a I/OAT-like copy engine.Ali Saidi
2008-12-05IGbE: Add support for newer 8257x based Intel NICsAli Saidi
2008-06-17Ethernet: share statistics between all ethernet devices and apply someNathan Binkert
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-06-12Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.Gabe Black
2008-03-25Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.Gabe Black
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-03-15add all the registers we'll need to support for the Intel GbE device and supp...Ali Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-11-06Get rid of pcifake.cc and tsunami_fake.cc to go with the merged default devices.Gabe Black
2006-11-06Moved the tsunami devices into the dev/alpha directory. Other devices "generi...Gabe Black
2006-11-06Created seperate SConscript for the dev directory. Made subdirectories for Al...Gabe Black