SConscript (10037:5cac77888310) SConscript (10396:5eede8466691)
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

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

37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
43 SimObject('Gic.py')
44 SimObject('RealView.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

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

37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
43 SimObject('Gic.py')
44 SimObject('RealView.py')
45 SimObject('EnergyCtrl.py')
45
46 Source('a9scu.cc')
47 Source('amba_device.cc')
48 Source('amba_fake.cc')
49 Source('base_gic.cc')
50 Source('generic_timer.cc')
51 Source('gic_pl390.cc')
52 Source('pl011.cc')
53 Source('pl111.cc')
54 Source('hdlcd.cc')
55 Source('kmi.cc')
56 Source('timer_sp804.cc')
57 Source('rv_ctrl.cc')
58 Source('realview.cc')
59 Source('rtc_pl031.cc')
60 Source('timer_cpulocal.cc')
61 Source('vgic.cc')
46
47 Source('a9scu.cc')
48 Source('amba_device.cc')
49 Source('amba_fake.cc')
50 Source('base_gic.cc')
51 Source('generic_timer.cc')
52 Source('gic_pl390.cc')
53 Source('pl011.cc')
54 Source('pl111.cc')
55 Source('hdlcd.cc')
56 Source('kmi.cc')
57 Source('timer_sp804.cc')
58 Source('rv_ctrl.cc')
59 Source('realview.cc')
60 Source('rtc_pl031.cc')
61 Source('timer_cpulocal.cc')
62 Source('vgic.cc')
63 Source('energy_ctrl.cc')
62
63 DebugFlag('AMBA')
64 DebugFlag('HDLcd')
65 DebugFlag('PL111')
66 DebugFlag('Pl050')
67 DebugFlag('GIC')
68 DebugFlag('RVCTRL')
64
65 DebugFlag('AMBA')
66 DebugFlag('HDLcd')
67 DebugFlag('PL111')
68 DebugFlag('Pl050')
69 DebugFlag('GIC')
70 DebugFlag('RVCTRL')
71 DebugFlag('EnergyCtrl')
69 DebugFlag('VGIC')
72 DebugFlag('VGIC')