summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
AgeCommit message (Expand)Author
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2011-09-30SE/FS: Build the devices in SE mode.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2009-04-19X86: Make code that sends an interrupt from the IO APIC available for IPIs.Gabe Black
2009-01-31X86: Add a keyboard controller device.Gabe Black
2009-01-25X86: Add a dummy minimal DMA controller that doesn't do anything.Gabe Black
2008-10-11X86: Create an IO APIC device.Gabe Black
2008-10-11X86: Set up a mechanism for the I8254 timer to cause interrupts.Gabe Black
2008-10-11X86: Rename the PC device to Pc.Gabe Black
2008-10-11X86: Bring the South Bridge device into dev/x86 and get rid of south_bridge d...Gabe Black
2008-10-11X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and eli...Gabe Black
2008-10-11X86: Create the IntDev and IntPin system.Gabe Black
2008-10-11X86: Change the I8259 from a subdevice into a real SimObject.Gabe Black
2008-10-11X86: Change the CMOS from a sub-device to a real SimObjectGabe Black
2008-03-25X86: Start implementing the south bridge stuff.Gabe Black
2008-03-25X86: Change the Opteron platform to be the PC platform.Gabe Black
2007-10-07X86: Make an x86 platform object.Gabe Black