Yu-hsin Wang has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/55306 )
Change subject: dev-arm: Mask el2_watchdog in VExpressFastmodel platform
......................................................................
dev-arm: Mask el2_watchdog in VExpressFastmodel platform
el2_watchdog depends on SystemCounter. However, we have mask
system_counter in the platform. We should also mask the el2_watchdog
accordingly.
Change-Id: I2ed774549272438d654e0573ffe9f482a6659d37
---
M src/dev/arm/VExpressFastmodel.py
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/dev/arm/VExpressFastmodel.py
b/src/dev/arm/VExpressFastmodel.py
index 6f9a731..6e5ade4 100644
--- a/src/dev/arm/VExpressFastmodel.py
+++ b/src/dev/arm/VExpressFastmodel.py
@@ -45,6 +45,7 @@
generic_timer = SubSystem()
generic_timer_mem = SubSystem()
sys_counter = SubSystem()
+ el2_watchdog = SubSystem()
def _on_chip_devices(self):
return [
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/55306
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I2ed774549272438d654e0573ffe9f482a6659d37
Gerrit-Change-Number: 55306
Gerrit-PatchSet: 1
Gerrit-Owner: Yu-hsin Wang <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s