ARM: Implement a CLCD Frame buffer

This commit is contained in:
William Wang
2010-11-15 14:04:03 -06:00
parent 80db6a5ecb
commit fc1eeafc94
6 changed files with 1056 additions and 11 deletions

View File

@@ -46,9 +46,11 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
Source('amba_fake.cc')
Source('gic.cc')
Source('pl011.cc')
Source('pl111.cc')
Source('timer_sp804.cc')
Source('rv_ctrl.cc')
Source('realview.cc')
TraceFlag('AMBA')
TraceFlag('PL111')
TraceFlag('GIC')