SConscript (5450:25e395a87745) | SConscript (5612:1bd333953e49) |
---|---|
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 --- 96 unchanged lines hidden (view full) --- 105 Source('utility.cc') 106 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') | 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 --- 96 unchanged lines hidden (view full) --- 105 Source('utility.cc') 106 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') |
113 SimObject('bios/E820.py') | |
114 115 # Full-system sources | 113 114 # Full-system sources |
116 Source('bios/e820.cc') | |
117 Source('linux/system.cc') 118 Source('pagetable_walker.cc') | 115 Source('linux/system.cc') 116 Source('pagetable_walker.cc') |
119 Source('smbios.cc') | |
120 Source('system.cc') 121 Source('stacktrace.cc') 122 Source('vtophys.cc') 123 else: 124 Source('process.cc') 125 126 Source('linux/linux.cc') 127 Source('linux/process.cc') --- 244 unchanged lines hidden --- | 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') --- 244 unchanged lines hidden --- |