X86: Create SimObjects in python and C++ to represent the ACPI system description...
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:43:33 +0000 (23:43 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:43:33 +0000 (23:43 -0700)
commit3d1734ec29a0572a2c0fe403d737adbd9756c993
treee77bb4c3f2b75ebd5f7cb60d4ca93ce53cd28dec
parentf85a7f00c0a9da6181fb803d760b1378fbc8bd27
X86: Create SimObjects in python and C++ to represent the ACPI system description tables.
src/arch/x86/X86System.py
src/arch/x86/bios/ACPI.py [new file with mode: 0644]
src/arch/x86/bios/SConscript
src/arch/x86/bios/acpi.cc [new file with mode: 0644]
src/arch/x86/bios/acpi.hh [new file with mode: 0644]
src/arch/x86/system.cc
src/arch/x86/system.hh