SConscript (5299:e61b9f2a9732) | SConscript (5334:5136aad50b97) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 14 unchanged lines hidden (view full) --- 23# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Gabe Black 30 | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 14 unchanged lines hidden (view full) --- 23# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Gabe Black 30 |
31# Copyright (c) 2007 The Hewlett-Packard Development Company | 31# Copyright (c) 2007-2008 The Hewlett-Packard Development Company |
32# All rights reserved. 33# 34# Redistribution and use of this software in source and binary forms, 35# with or without modification, are permitted provided that the 36# following conditions are met: 37# 38# The software must be used only for Non-Commercial Use which means any 39# use which is NOT directed to receiving any direct monetary --- 69 unchanged lines hidden (view full) --- 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') 113 114 # Full-system sources 115 Source('linux/system.cc') 116 Source('pagetable_walker.cc') | 32# All rights reserved. 33# 34# Redistribution and use of this software in source and binary forms, 35# with or without modification, are permitted provided that the 36# following conditions are met: 37# 38# The software must be used only for Non-Commercial Use which means any 39# use which is NOT directed to receiving any direct monetary --- 69 unchanged lines hidden (view full) --- 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') 113 114 # Full-system sources 115 Source('linux/system.cc') 116 Source('pagetable_walker.cc') |
117 Source('smbios.cc') |
|
117 Source('system.cc') 118 Source('stacktrace.cc') 119 Source('vtophys.cc') 120 else: 121 Source('process.cc') 122 123 Source('linux/linux.cc') 124 Source('linux/process.cc') --- 229 unchanged lines hidden --- | 118 Source('system.cc') 119 Source('stacktrace.cc') 120 Source('vtophys.cc') 121 else: 122 Source('process.cc') 123 124 Source('linux/linux.cc') 125 Source('linux/process.cc') --- 229 unchanged lines hidden --- |