SConscript (12531:3141027bd11a) | SConscript (12605:16476b32138d) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009, 2012-2013 ARM Limited 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 --- 68 unchanged lines hidden (view full) --- 77 Source('remote_gdb.cc') 78 Source('semihosting.cc') 79 Source('stacktrace.cc') 80 Source('system.cc') 81 Source('table_walker.cc') 82 Source('stage2_mmu.cc') 83 Source('stage2_lookup.cc') 84 Source('tlb.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2009, 2012-2013 ARM Limited 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 --- 68 unchanged lines hidden (view full) --- 77 Source('remote_gdb.cc') 78 Source('semihosting.cc') 79 Source('stacktrace.cc') 80 Source('system.cc') 81 Source('table_walker.cc') 82 Source('stage2_mmu.cc') 83 Source('stage2_lookup.cc') 84 Source('tlb.cc') |
85 Source('tlbi_op.cc') |
|
85 Source('utility.cc') 86 Source('vtophys.cc') 87 88 SimObject('ArmInterrupts.py') 89 SimObject('ArmISA.py') 90 SimObject('ArmNativeTrace.py') 91 SimObject('ArmSemihosting.py') 92 SimObject('ArmSystem.py') --- 12 unchanged lines hidden --- | 86 Source('utility.cc') 87 Source('vtophys.cc') 88 89 SimObject('ArmInterrupts.py') 90 SimObject('ArmISA.py') 91 SimObject('ArmNativeTrace.py') 92 SimObject('ArmSemihosting.py') 93 SimObject('ArmSystem.py') --- 12 unchanged lines hidden --- |