SConscript (13531:e6f1bf55d038) SConscript (13996:8a567118e670)
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

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

56 Source('flash_device.cc')
57 Source('generic_timer.cc')
58 Source('gic_v2.cc')
59 Source('gic_v2m.cc')
60 Source('gic_v3.cc')
61 Source('gic_v3_cpu_interface.cc')
62 Source('gic_v3_distributor.cc')
63 Source('gic_v3_redistributor.cc')
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

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

56 Source('flash_device.cc')
57 Source('generic_timer.cc')
58 Source('gic_v2.cc')
59 Source('gic_v2m.cc')
60 Source('gic_v3.cc')
61 Source('gic_v3_cpu_interface.cc')
62 Source('gic_v3_distributor.cc')
63 Source('gic_v3_redistributor.cc')
64 Source('gic_v3_its.cc')
64 Source('pl011.cc')
65 Source('pl111.cc')
66 Source('hdlcd.cc')
67 Source('kmi.cc')
68 Source('timer_sp804.cc')
69 Source('gpu_nomali.cc')
70 Source('pci_host.cc')
71 Source('rv_ctrl.cc')

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

80
81 DebugFlag('AMBA')
82 DebugFlag('FlashDevice')
83 DebugFlag('HDLcd')
84 DebugFlag('PL111')
85 DebugFlag('GICV2M')
86 DebugFlag('Pl050')
87 DebugFlag('GIC')
65 Source('pl011.cc')
66 Source('pl111.cc')
67 Source('hdlcd.cc')
68 Source('kmi.cc')
69 Source('timer_sp804.cc')
70 Source('gpu_nomali.cc')
71 Source('pci_host.cc')
72 Source('rv_ctrl.cc')

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

81
82 DebugFlag('AMBA')
83 DebugFlag('FlashDevice')
84 DebugFlag('HDLcd')
85 DebugFlag('PL111')
86 DebugFlag('GICV2M')
87 DebugFlag('Pl050')
88 DebugFlag('GIC')
89 DebugFlag('ITS')
88 DebugFlag('RVCTRL')
89 DebugFlag('EnergyCtrl')
90 DebugFlag('UFSHostDevice')
91 DebugFlag('VGIC')
92 DebugFlag('NoMali')
90 DebugFlag('RVCTRL')
91 DebugFlag('EnergyCtrl')
92 DebugFlag('UFSHostDevice')
93 DebugFlag('VGIC')
94 DebugFlag('NoMali')