43,47c43,46
< if env['FULL_SYSTEM']:
< # The table generated by the bootloader using the BIOS and passed to
< # the operating system which maps out physical memory.
< SimObject('E820.py')
< Source('e820.cc')
---
> # The table generated by the bootloader using the BIOS and passed to
> # the operating system which maps out physical memory.
> SimObject('E820.py')
> Source('e820.cc')
49,51c48,50
< # The DMI tables.
< SimObject('SMBios.py')
< Source('smbios.cc')
---
> # The DMI tables.
> SimObject('SMBios.py')
> Source('smbios.cc')
53,55c52,54
< # Intel Multiprocessor Specification Configuration Table
< SimObject('IntelMP.py')
< Source('intelmp.cc')
---
> # Intel Multiprocessor Specification Configuration Table
> SimObject('IntelMP.py')
> Source('intelmp.cc')
57,59c56,58
< # ACPI system description tables
< SimObject('ACPI.py')
< Source('acpi.cc')
---
> # ACPI system description tables
> SimObject('ACPI.py')
> Source('acpi.cc')