SConscript (14039:4991b2a345a1) SConscript (14283:b02cde4661e1)
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 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

--- 27 unchanged lines hidden (view full) ---

36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
43 SimObject('AbstractNVM.py')
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 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

--- 27 unchanged lines hidden (view full) ---

36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
43 SimObject('AbstractNVM.py')
44 SimObject('Display.py')
44 SimObject('FlashDevice.py')
45 SimObject('Gic.py')
46 SimObject('RealView.py')
47 SimObject('SMMUv3.py')
48 SimObject('UFSHostDevice.py')
49 SimObject('EnergyCtrl.py')
50 SimObject('NoMali.py')
51 SimObject('VirtIOMMIO.py')
52
53 Source('a9scu.cc')
54 Source('amba_device.cc')
55 Source('amba_fake.cc')
56 Source('base_gic.cc')
45 SimObject('FlashDevice.py')
46 SimObject('Gic.py')
47 SimObject('RealView.py')
48 SimObject('SMMUv3.py')
49 SimObject('UFSHostDevice.py')
50 SimObject('EnergyCtrl.py')
51 SimObject('NoMali.py')
52 SimObject('VirtIOMMIO.py')
53
54 Source('a9scu.cc')
55 Source('amba_device.cc')
56 Source('amba_fake.cc')
57 Source('base_gic.cc')
58 Source('display.cc')
57 Source('flash_device.cc')
58 Source('generic_timer.cc')
59 Source('gic_v2.cc')
60 Source('gic_v2m.cc')
61 Source('gic_v3.cc')
62 Source('gic_v3_cpu_interface.cc')
63 Source('gic_v3_distributor.cc')
64 Source('gic_v3_redistributor.cc')

--- 42 unchanged lines hidden ---
59 Source('flash_device.cc')
60 Source('generic_timer.cc')
61 Source('gic_v2.cc')
62 Source('gic_v2m.cc')
63 Source('gic_v3.cc')
64 Source('gic_v3_cpu_interface.cc')
65 Source('gic_v3_distributor.cc')
66 Source('gic_v3_redistributor.cc')

--- 42 unchanged lines hidden ---