diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 23:43:33 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 23:43:33 -0700 |
commit | 3d1734ec29a0572a2c0fe403d737adbd9756c993 (patch) | |
tree | e77bb4c3f2b75ebd5f7cb60d4ca93ce53cd28dec /src/arch/x86/system.hh | |
parent | f85a7f00c0a9da6181fb803d760b1378fbc8bd27 (diff) | |
download | gem5-3d1734ec29a0572a2c0fe403d737adbd9756c993.tar.xz |
X86: Create SimObjects in python and C++ to represent the ACPI system description tables.
Diffstat (limited to 'src/arch/x86/system.hh')
-rw-r--r-- | src/arch/x86/system.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/system.hh b/src/arch/x86/system.hh index 7433cc644..12a471f6f 100644 --- a/src/arch/x86/system.hh +++ b/src/arch/x86/system.hh @@ -102,6 +102,7 @@ class X86System : public System X86ISA::SMBios::SMBiosTable * smbiosTable; X86ISA::IntelMP::FloatingPointer * mpFloatingPointer; X86ISA::IntelMP::ConfigTable * mpConfigTable; + X86ISA::ACPI::RSDP * rsdp; void writeOutSMBiosTable(Addr header, Addr &headerSize, Addr &tableSize, Addr table = 0); |