ARM: Add a Keyboard Mouse Interface controller

This commit is contained in:
William Wang
2010-11-15 14:04:03 -06:00
parent fc1eeafc94
commit 6fbea15064
4 changed files with 333 additions and 10 deletions

View File

@@ -47,10 +47,12 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
Source('gic.cc')
Source('pl011.cc')
Source('pl111.cc')
Source('kmi.cc')
Source('timer_sp804.cc')
Source('rv_ctrl.cc')
Source('realview.cc')
TraceFlag('AMBA')
TraceFlag('PL111')
TraceFlag('Pl050')
TraceFlag('GIC')