SConscript (9525:0587c8983d47) SConscript (9646:7a0c51f14095)
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

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

45
46 Source('a9scu.cc')
47 Source('amba_device.cc')
48 Source('amba_fake.cc')
49 Source('base_gic.cc')
50 Source('gic_pl390.cc')
51 Source('pl011.cc')
52 Source('pl111.cc')
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

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

45
46 Source('a9scu.cc')
47 Source('amba_device.cc')
48 Source('amba_fake.cc')
49 Source('base_gic.cc')
50 Source('gic_pl390.cc')
51 Source('pl011.cc')
52 Source('pl111.cc')
53 Source('hdlcd.cc')
53 Source('kmi.cc')
54 Source('timer_sp804.cc')
55 Source('rv_ctrl.cc')
56 Source('realview.cc')
57 Source('rtc_pl031.cc')
58 Source('timer_cpulocal.cc')
59
60 DebugFlag('AMBA')
54 Source('kmi.cc')
55 Source('timer_sp804.cc')
56 Source('rv_ctrl.cc')
57 Source('realview.cc')
58 Source('rtc_pl031.cc')
59 Source('timer_cpulocal.cc')
60
61 DebugFlag('AMBA')
62 DebugFlag('HDLcd')
61 DebugFlag('PL111')
62 DebugFlag('Pl050')
63 DebugFlag('GIC')
63 DebugFlag('PL111')
64 DebugFlag('Pl050')
65 DebugFlag('GIC')