SConscript (12077:3c014d139dc7) SConscript (12740:beed0805c651)
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

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

42if env['TARGET_ISA'] == 'arm':
43 SimObject('AbstractNVM.py')
44 SimObject('FlashDevice.py')
45 SimObject('Gic.py')
46 SimObject('RealView.py')
47 SimObject('UFSHostDevice.py')
48 SimObject('EnergyCtrl.py')
49 SimObject('NoMali.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

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

42if env['TARGET_ISA'] == 'arm':
43 SimObject('AbstractNVM.py')
44 SimObject('FlashDevice.py')
45 SimObject('Gic.py')
46 SimObject('RealView.py')
47 SimObject('UFSHostDevice.py')
48 SimObject('EnergyCtrl.py')
49 SimObject('NoMali.py')
50 SimObject('VirtIOMMIO.py')
50
51 Source('a9scu.cc')
52 Source('amba_device.cc')
53 Source('amba_fake.cc')
54 Source('base_gic.cc')
55 Source('flash_device.cc')
56 Source('generic_timer.cc')
57 Source('gic_pl390.cc')

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

64 Source('gpu_nomali.cc')
65 Source('pci_host.cc')
66 Source('rv_ctrl.cc')
67 Source('realview.cc')
68 Source('rtc_pl031.cc')
69 Source('timer_cpulocal.cc')
70 Source('timer_a9global.cc')
71 Source('vgic.cc')
51
52 Source('a9scu.cc')
53 Source('amba_device.cc')
54 Source('amba_fake.cc')
55 Source('base_gic.cc')
56 Source('flash_device.cc')
57 Source('generic_timer.cc')
58 Source('gic_pl390.cc')

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

65 Source('gpu_nomali.cc')
66 Source('pci_host.cc')
67 Source('rv_ctrl.cc')
68 Source('realview.cc')
69 Source('rtc_pl031.cc')
70 Source('timer_cpulocal.cc')
71 Source('timer_a9global.cc')
72 Source('vgic.cc')
73 Source('vio_mmio.cc')
72 Source('ufs_device.cc')
73 Source('energy_ctrl.cc')
74
75 DebugFlag('AMBA')
76 DebugFlag('FlashDevice')
77 DebugFlag('HDLcd')
78 DebugFlag('PL111')
79 DebugFlag('GICV2M')
80 DebugFlag('Pl050')
81 DebugFlag('GIC')
82 DebugFlag('RVCTRL')
83 DebugFlag('EnergyCtrl')
84 DebugFlag('UFSHostDevice')
85 DebugFlag('VGIC')
86 DebugFlag('NoMali')
74 Source('ufs_device.cc')
75 Source('energy_ctrl.cc')
76
77 DebugFlag('AMBA')
78 DebugFlag('FlashDevice')
79 DebugFlag('HDLcd')
80 DebugFlag('PL111')
81 DebugFlag('GICV2M')
82 DebugFlag('Pl050')
83 DebugFlag('GIC')
84 DebugFlag('RVCTRL')
85 DebugFlag('EnergyCtrl')
86 DebugFlag('UFSHostDevice')
87 DebugFlag('VGIC')
88 DebugFlag('NoMali')