dev-arm: Implement Generic Watchdog

Change-Id: I53bcb6ae77c0bcc080f4be0bd2339d4d1f6a4b28
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39699
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Giacomo Travaglini
2020-07-13 21:31:50 +01:00
parent b621de5cd6
commit 4a4f994ff1
4 changed files with 435 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ if env['TARGET_ISA'] == 'arm':
Source('smmu_v3_deviceifc.cc');
Source('smmu_v3_transl.cc');
Source('timer_sp804.cc')
Source('watchdog_generic.cc')
Source('watchdog_sp805.cc')
Source('gpu_nomali.cc')
Source('pci_host.cc')