X86: Start implementing the south bridge stuff.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 25 Mar 2008 06:08:54 +0000 (02:08 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 25 Mar 2008 06:08:54 +0000 (02:08 -0400)
commit48409ca512da9e972b159d45068a1173d2ae1759
tree95d565a2e084b88e16940719767811e0fcb60f19
parentb0c52885ce5164c2c6105a1de1963c1d761477d1
X86: Start implementing the south bridge stuff.

--HG--
extra : convert_revision : 92918c05eb3363155d78889bdab17baa8eae9dca
16 files changed:
src/arch/x86/x86_traits.hh
src/dev/x86/PC.py
src/dev/x86/SConscript
src/dev/x86/south_bridge/SConscript [new file with mode: 0644]
src/dev/x86/south_bridge/SouthBridge.py [new file with mode: 0644]
src/dev/x86/south_bridge/cmos.cc [new file with mode: 0644]
src/dev/x86/south_bridge/cmos.hh [new file with mode: 0644]
src/dev/x86/south_bridge/i8254.cc [new file with mode: 0644]
src/dev/x86/south_bridge/i8254.hh [new file with mode: 0644]
src/dev/x86/south_bridge/i8259.cc [new file with mode: 0644]
src/dev/x86/south_bridge/i8259.hh [new file with mode: 0644]
src/dev/x86/south_bridge/south_bridge.cc [new file with mode: 0644]
src/dev/x86/south_bridge/south_bridge.hh [new file with mode: 0644]
src/dev/x86/south_bridge/speaker.cc [new file with mode: 0644]
src/dev/x86/south_bridge/speaker.hh [new file with mode: 0644]
src/dev/x86/south_bridge/sub_device.hh [new file with mode: 0644]