SConscript (5625:ea7d3676ac8d) SConscript (5627:31eac202dbd1)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use of this software in source and binary forms,
7# with or without modification, are permitted provided that the
8# following conditions are met:

--- 57 unchanged lines hidden (view full) ---

66
67 # The DMI tables.
68 SimObject('SMBios.py')
69 Source('smbios.cc')
70
71 # Intel Multiprocessor Specification Configuration Table
72 SimObject('IntelMP.py')
73 Source('intelmp.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use of this software in source and binary forms,
7# with or without modification, are permitted provided that the
8# following conditions are met:

--- 57 unchanged lines hidden (view full) ---

66
67 # The DMI tables.
68 SimObject('SMBios.py')
69 Source('smbios.cc')
70
71 # Intel Multiprocessor Specification Configuration Table
72 SimObject('IntelMP.py')
73 Source('intelmp.cc')
74
75 # ACPI system description tables
76 SimObject('ACPI.py')
77 Source('acpi.cc')