Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-01 | Devices: Add support for legacy fixed IO locations in BARs. | Gabe Black | |
2009-02-01 | X86: Plug in an IDE controller. | Gabe Black | |
2009-01-31 | X86: Refactor and clean up the keyboard controller. | Gabe Black | |
2009-01-31 | X86: Add a keyboard controller device. | Gabe Black | |
2009-01-31 | X86: Set up the console interrupt and add some DPRINTFs. | Gabe Black | |
2009-01-31 | X86: Configure the IO APIC more. | Gabe Black | |
2009-01-31 | X86: Rework interrupt pins to allow one to many connections. | Gabe Black | |
2009-01-31 | X86: Initialize the value behind port 61 so unused bits are consistent. | Gabe Black | |
2009-01-25 | X86: Add a dummy minimal DMA controller that doesn't do anything. | Gabe Black | |
2009-01-25 | X86: Add a device to back the non-existant floppy drive controller. | Gabe Black | |
2009-01-25 | X86: Add fake devices for non-existant serial ports. | Gabe Black | |
2008-11-05 | Fix a few more places where the context stuff wasn't changed | Nathan Binkert | |
2008-10-16 | need to add packet_access.hh in order to get tempalte definition | Nathan Binkert | |
2008-10-12 | X86: Make auto eoi mode work in the I8259 PIC. | Gabe Black | |
2008-10-12 | X86: Make non-specific EOI commands work. | Gabe Black | |
2008-10-12 | X86: Make the I8259 PIC accept a specific EOI command. | Gabe Black | |
2008-10-12 | X86: Create a mechanism for the IO APIC to access I8259 vectors. | Gabe Black | |
2008-10-12 | X86: Actually use the extra vector bits we get from ICW2. | Gabe Black | |
2008-10-12 | X86: Make the local APIC handle interrupt messages from the IO APIC. | Gabe Black | |
2008-10-12 | X86: Change the default value for the IO APIC redirection table. | Gabe Black | |
2008-10-12 | X86: Make APICs communicate through the memory system. | Gabe Black | |
2008-10-11 | X86: Create an IO APIC device. | Gabe Black | |
2008-10-11 | X86: Set up a mechanism for the I8254 timer to cause interrupts. | Gabe Black | |
2008-10-11 | X86: Rename the PC device to Pc. | Gabe Black | |
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py | |||
2008-10-11 | X86: Bring the South Bridge device into dev/x86 and get rid of south_bridge ↵ | Gabe Black | |
directory. --HG-- rename : src/dev/x86/south_bridge/SouthBridge.py => src/dev/x86/SouthBridge.py rename : src/dev/x86/south_bridge/south_bridge.cc => src/dev/x86/south_bridge.cc rename : src/dev/x86/south_bridge/south_bridge.hh => src/dev/x86/south_bridge.hh | |||
2008-10-11 | X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and ↵ | Gabe Black | |
eliminate subdevices. --HG-- rename : src/dev/x86/south_bridge/i8254.cc => src/dev/x86/i8254.cc rename : src/dev/x86/south_bridge/i8254.hh => src/dev/x86/i8254.hh rename : src/dev/x86/south_bridge/speaker.cc => src/dev/x86/speaker.cc rename : src/dev/x86/south_bridge/speaker.hh => src/dev/x86/speaker.hh | |||
2008-10-11 | Devices: Make the Intel8254Timer device only use pointers to its counters. | Gabe Black | |
2008-10-11 | X86: Make the CMOS and I8259 devices use IntDev and IntPin. | Gabe Black | |
2008-10-11 | X86: Create the IntDev and IntPin system. | Gabe Black | |
The IntDev class is a base for anything that supports IntPins. IntPins allow devices to generically trigger interrupts on a particular pin of an IntDev device without having to know what the device is or what pin they're attached to. | |||
2008-10-11 | X86: Hook the CMOS device to the I8259 PICs. | Gabe Black | |
2008-10-11 | X86: Make the I8259 decipher the commands it's given, and add some of it's ↵ | Gabe Black | |
registers. | |||
2008-10-11 | X86: Change the I8259 from a subdevice into a real SimObject. | Gabe Black | |
--HG-- rename : src/dev/x86/south_bridge/i8259.cc => src/dev/x86/i8259.cc rename : src/dev/x86/south_bridge/i8259.hh => src/dev/x86/i8259.hh | |||
2008-10-11 | X86: Change the CMOS from a sub-device to a real SimObject | Gabe Black | |
--HG-- rename : src/dev/x86/south_bridge/cmos.cc => src/dev/x86/cmos.cc rename : src/dev/x86/south_bridge/cmos.hh => src/dev/x86/cmos.hh | |||
2008-10-10 | X86: Make the time on the RTC configurable. | Gabe Black | |
2008-10-10 | X86: Fix compilation with new eventq API. | Gabe Black | |
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert | |
--HG-- rename : src/dev/SimConsole.py => src/dev/Terminal.py rename : src/dev/simconsole.cc => src/dev/terminal.cc rename : src/dev/simconsole.hh => src/dev/terminal.hh | |||
2008-06-12 | X86: Make the code compile as 32 bit. | Gabe Black | |
2008-06-12 | X86: Make sure there's something to catch when the kernel messes with ports ↵ | Gabe Black | |
"behind" the pci config magic ports. | |||
2008-06-12 | X86: Make the platform object initialize channel 0 of the PIT. | Gabe Black | |
2008-06-12 | X86: Hook the speaker device to the pit device. | Gabe Black | |
2008-06-12 | Dev: Seperate the 8254 timer from tsunami and use it in that and the PC. | Gabe Black | |
2008-03-25 | X86: Put an RTC into the CMOS part of the southbridge. | Gabe Black | |
--HG-- extra : convert_revision : a614373236fe75db6e6181fc152a02b541a131f3 | |||
2008-03-25 | X86: Start implementing the south bridge stuff. | Gabe Black | |
--HG-- extra : convert_revision : 92918c05eb3363155d78889bdab17baa8eae9dca | |||
2008-03-25 | X86: Change the Opteron platform to be the PC platform. | Gabe Black | |
--HG-- extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37 | |||
2008-02-26 | X86: Get PCI config space to work, and adjust address space prefix numbering ↵ | Gabe Black | |
scheme. --HG-- extra : convert_revision : 2b382f478ee8cde3a35aa4c105196f200bc7afa6 | |||
2007-10-07 | X86: Make an x86 platform object. | Gabe Black | |
--HG-- extra : convert_revision : 7d64d3e78960f3bb937579f5d10937bed5f197be |