SConscript (7753:d3e613312953) | SConscript (7754:8ae6f4055594) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 33 unchanged lines hidden (view full) --- 42if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm': 43 SimObject('RealView.py') 44 45 Source('amba_device.cc') 46 Source('amba_fake.cc') 47 Source('gic.cc') 48 Source('pl011.cc') 49 Source('pl111.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 33 unchanged lines hidden (view full) --- 42if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm': 43 SimObject('RealView.py') 44 45 Source('amba_device.cc') 46 Source('amba_fake.cc') 47 Source('gic.cc') 48 Source('pl011.cc') 49 Source('pl111.cc') |
50 Source('kmi.cc') |
|
50 Source('timer_sp804.cc') 51 Source('rv_ctrl.cc') 52 Source('realview.cc') 53 54 TraceFlag('AMBA') 55 TraceFlag('PL111') | 51 Source('timer_sp804.cc') 52 Source('rv_ctrl.cc') 53 Source('realview.cc') 54 55 TraceFlag('AMBA') 56 TraceFlag('PL111') |
57 TraceFlag('Pl050') |
|
56 TraceFlag('GIC') | 58 TraceFlag('GIC') |