SConscript (7090:5f64c5048fbd) | SConscript (7584:28ddf6d9e982) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# Authors: Ali Saidi 39 40Import('*') 41 42if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm': | 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 --- 26 unchanged lines hidden (view full) --- 35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# Authors: Ali Saidi 39 40Import('*') 41 42if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm': |
43 SimObject('Versatile.py') | 43 SimObject('RealView.py') |
44 | 44 |
45 Source('versatile.cc') | 45 Source('amba_device.cc') 46 Source('amba_fake.cc') 47 Source('gic.cc') 48 Source('pl011.cc') 49 Source('timer_sp804.cc') 50 Source('rv_ctrl.cc') 51 Source('realview.cc') 52 53 TraceFlag('AMBA') |