summaryrefslogtreecommitdiff
path: root/src/arch/x86/bios/E820.py
AgeCommit message (Collapse)Author
2008-10-09SimObjects: Clean up handling of C++ namespaces.Nathan Binkert
Make them easier to express by only having the cxx_type parameter which has the full namespace name, and drop the cxx_namespace thing. Add support for multiple levels of namespace.
2008-06-12X86: Make the e820 table manually or automatically configurable from python.Gabe Black