X86: Create SimObjects in python and C++ to represent the Intel MP tables.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:39:53 +0000 (23:39 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:39:53 +0000 (23:39 -0700)
commitb03c95d075b74913313576e6e1fa4fc6b1f4dcb2
tree60b8cc64bf301d593e8a1b093e4a991047bc33a3
parent89f016aacbe92f90c1af98678043f2f6fc82c364
X86: Create SimObjects in python and C++ to represent the Intel MP tables.
src/arch/x86/X86System.py
src/arch/x86/bios/IntelMP.py [new file with mode: 0644]
src/arch/x86/bios/SConscript
src/arch/x86/bios/intelmp.cc [new file with mode: 0644]
src/arch/x86/bios/intelmp.hh [new file with mode: 0644]
src/arch/x86/system.cc
src/arch/x86/system.hh