ARM: Build vtophys in SE mode.
This commit is contained in:
parent
b2af015b97
commit
1eb459a79e
1 changed files with 3 additions and 3 deletions
|
@ -57,12 +57,13 @@ if env['TARGET_ISA'] == 'arm':
|
||||||
Source('interrupts.cc')
|
Source('interrupts.cc')
|
||||||
Source('isa.cc')
|
Source('isa.cc')
|
||||||
Source('miscregs.cc')
|
Source('miscregs.cc')
|
||||||
Source('predecoder.cc')
|
|
||||||
Source('nativetrace.cc')
|
Source('nativetrace.cc')
|
||||||
|
Source('predecoder.cc')
|
||||||
|
Source('remote_gdb.cc')
|
||||||
Source('table_walker.cc')
|
Source('table_walker.cc')
|
||||||
Source('tlb.cc')
|
Source('tlb.cc')
|
||||||
Source('utility.cc')
|
Source('utility.cc')
|
||||||
Source('remote_gdb.cc')
|
Source('vtophys.cc')
|
||||||
|
|
||||||
SimObject('ArmInterrupts.py')
|
SimObject('ArmInterrupts.py')
|
||||||
SimObject('ArmNativeTrace.py')
|
SimObject('ArmNativeTrace.py')
|
||||||
|
@ -75,7 +76,6 @@ if env['TARGET_ISA'] == 'arm':
|
||||||
if env['FULL_SYSTEM']:
|
if env['FULL_SYSTEM']:
|
||||||
Source('stacktrace.cc')
|
Source('stacktrace.cc')
|
||||||
Source('system.cc')
|
Source('system.cc')
|
||||||
Source('vtophys.cc')
|
|
||||||
Source('linux/system.cc')
|
Source('linux/system.cc')
|
||||||
|
|
||||||
SimObject('ArmSystem.py')
|
SimObject('ArmSystem.py')
|
||||||
|
|
Loading…
Reference in a new issue