gem5/src/arch/x86/bios
Steve Reinhardt 19bb896bfe config: revamp x86 config to avoid appending to SimObjectVectors
A significant contributor to the need for adoptOrphanParams()
is the practice of appending to SimObjectVectors which have
already been assigned as children.  This practice sidesteps the
assignment operation for those appended SimObjects, which is
where parent/child relationships are typically established.

This patch reworks the config scripts that use append() on
SimObjectVectors, which all happen to be in the x86 system
configuration.  At some point in the future, I hope to make
SimObjectVectors immutable (by deriving from tuple rather than
list), at which time this patch will be necessary for correct
operation.  For now, it just avoids some of the warning
messages that get printed in adoptOrphanParams().
2011-05-23 14:29:23 -07:00
..
acpi.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
acpi.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
ACPI.py x86: put back code that I accidentally deleted 2010-05-25 20:15:44 -07:00
e820.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
e820.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
E820.py config: revamp x86 config to avoid appending to SimObjectVectors 2011-05-23 14:29:23 -07:00
intelmp.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
intelmp.hh includes: sort all includes 2011-04-15 10:44:06 -07:00
IntelMP.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
SConscript Style: Replace some tabs with spaces. 2010-12-20 16:24:40 -05:00
smbios.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
smbios.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
SMBios.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00