ARM: Add system for ARM/Linux and bootstrapping

This commit is contained in:
Ali Saidi
2010-08-23 11:18:40 -05:00
parent 8ed4f0a02c
commit bb5377899a
7 changed files with 520 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ if env['TARGET_ISA'] == 'arm':
Source('interrupts.cc')
Source('stacktrace.cc')
Source('system.cc')
Source('linux/system.cc')
Source('table_walker.cc')
SimObject('ArmInterrupts.py')