SConscript (7087:fb8d5786ff30) | SConscript (7799:5d0f62927d75) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 34 unchanged lines hidden (view full) --- 43 if env['FULL_SYSTEM']: 44 # The table generated by the bootloader using the BIOS and passed to 45 # the operating system which maps out physical memory. 46 SimObject('E820.py') 47 Source('e820.cc') 48 49 # The DMI tables. 50 SimObject('SMBios.py') | 1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 34 unchanged lines hidden (view full) --- 43 if env['FULL_SYSTEM']: 44 # The table generated by the bootloader using the BIOS and passed to 45 # the operating system which maps out physical memory. 46 SimObject('E820.py') 47 Source('e820.cc') 48 49 # The DMI tables. 50 SimObject('SMBios.py') |
51 Source('smbios.cc') | 51 Source('smbios.cc') |
52 53 # Intel Multiprocessor Specification Configuration Table 54 SimObject('IntelMP.py') 55 Source('intelmp.cc') 56 57 # ACPI system description tables | 52 53 # Intel Multiprocessor Specification Configuration Table 54 SimObject('IntelMP.py') 55 Source('intelmp.cc') 56 57 # ACPI system description tables |
58 SimObject('ACPI.py') | 58 SimObject('ACPI.py') |
59 Source('acpi.cc') | 59 Source('acpi.cc') |