SConscript (10396:5eede8466691) | SConscript (10749:ac3611ba911c) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 45 SimObject('EnergyCtrl.py') 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') | 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 --- 36 unchanged lines hidden (view full) --- 45 SimObject('EnergyCtrl.py') 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('gic_v2m.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') 64 65 DebugFlag('AMBA') 66 DebugFlag('HDLcd') 67 DebugFlag('PL111') | 54 Source('pl011.cc') 55 Source('pl111.cc') 56 Source('hdlcd.cc') 57 Source('kmi.cc') 58 Source('timer_sp804.cc') 59 Source('rv_ctrl.cc') 60 Source('realview.cc') 61 Source('rtc_pl031.cc') 62 Source('timer_cpulocal.cc') 63 Source('vgic.cc') 64 Source('energy_ctrl.cc') 65 66 DebugFlag('AMBA') 67 DebugFlag('HDLcd') 68 DebugFlag('PL111') |
69 DebugFlag('GICV2M') |
|
68 DebugFlag('Pl050') 69 DebugFlag('GIC') 70 DebugFlag('RVCTRL') 71 DebugFlag('EnergyCtrl') 72 DebugFlag('VGIC') | 70 DebugFlag('Pl050') 71 DebugFlag('GIC') 72 DebugFlag('RVCTRL') 73 DebugFlag('EnergyCtrl') 74 DebugFlag('VGIC') |