SConscript (8335:9228e00459d4) SConscript (8740:253aeee61e66)
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

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

59 Source('predecoder.cc')
60 Source('predecoder_tables.cc')
61 Source('remote_gdb.cc')
62 Source('tlb.cc')
63 Source('types.cc')
64 Source('utility.cc')
65
66 SimObject('X86NativeTrace.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

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

59 Source('predecoder.cc')
60 Source('predecoder_tables.cc')
61 Source('remote_gdb.cc')
62 Source('tlb.cc')
63 Source('types.cc')
64 Source('utility.cc')
65
66 SimObject('X86NativeTrace.py')
67
68 SimObject('X86TLB.py')
67 SimObject('X86TLB.py')
68
69 DebugFlag('Faults', "Trace all faults/exceptions/traps")
69 DebugFlag('Predecoder', "Predecoder debug output")
70 DebugFlag('X86', "Generic X86 ISA debugging")
71
72 if env['FULL_SYSTEM']:
73 DebugFlag('LocalApic', "Local APIC debugging")
74 DebugFlag('PageTableWalker', \
75 "Page table walker state machine debugging")
70 DebugFlag('Predecoder', "Predecoder debug output")
71 DebugFlag('X86', "Generic X86 ISA debugging")
72
73 if env['FULL_SYSTEM']:
74 DebugFlag('LocalApic', "Local APIC debugging")
75 DebugFlag('PageTableWalker', \
76 "Page table walker state machine debugging")
76 DebugFlag('Faults', "Trace all faults/exceptions/traps")
77
78 SimObject('X86LocalApic.py')
79 SimObject('X86System.py')
80
81 # Full-system sources
82 Source('interrupts.cc')
83 Source('linux/system.cc')
84 Source('pagetable_walker.cc')

--- 239 unchanged lines hidden ---
77
78 SimObject('X86LocalApic.py')
79 SimObject('X86System.py')
80
81 # Full-system sources
82 Source('interrupts.cc')
83 Source('linux/system.cc')
84 Source('pagetable_walker.cc')

--- 239 unchanged lines hidden ---