summaryrefslogtreecommitdiff
path: root/src/dev/arm/SConscript
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-02-23 15:51:49 -0500
committerGedare Bloom <gedare@rtems.org>2017-06-19 12:34:51 +0000
commitf24059005f1b4bc36f3925b7d7f58d3d6ba6ebc0 (patch)
tree7a2c8671c80d2f147e5763ae49e21b94d044acbf /src/dev/arm/SConscript
parentd9843b21b7ddd3a9ab2ce403ced88ad68d6f1d55 (diff)
downloadgem5-f24059005f1b4bc36f3925b7d7f58d3d6ba6ebc0.tar.xz
dev, arm: add a9mpcore global timer device
Change-Id: I6d8a5e3795291b2a4cce022f555cf4b04f997538 Signed-off-by: Gedare Bloom <gedare@rtems.org> Reviewed-on: https://gem5-review.googlesource.com/3262 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/dev/arm/SConscript')
-rw-r--r--src/dev/arm/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript
index 7a559928b..ae3ed7194 100644
--- a/src/dev/arm/SConscript
+++ b/src/dev/arm/SConscript
@@ -67,6 +67,7 @@ if env['TARGET_ISA'] == 'arm':
Source('realview.cc')
Source('rtc_pl031.cc')
Source('timer_cpulocal.cc')
+ Source('timer_a9global.cc')
Source('vgic.cc')
Source('ufs_device.cc')
Source('energy_ctrl.cc')