ARM: Add I/O devices for booting linux

--HG--
rename : src/dev/arm/Versatile.py => src/dev/arm/RealView.py
rename : src/dev/arm/versatile.cc => src/dev/arm/realview.cc
rename : src/dev/arm/versatile.hh => src/dev/arm/realview.hh
This commit is contained in:
Ali Saidi
2010-08-23 11:18:40 -05:00
parent 38cf6a164d
commit 8ed4f0a02c
18 changed files with 2391 additions and 87 deletions

View File

@@ -40,6 +40,14 @@
Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
SimObject('Versatile.py')
SimObject('RealView.py')
Source('versatile.cc')
Source('amba_device.cc')
Source('amba_fake.cc')
Source('gic.cc')
Source('pl011.cc')
Source('timer_sp804.cc')
Source('rv_ctrl.cc')
Source('realview.cc')
TraceFlag('AMBA')