Gedare Bloom has submitted this change and it was merged. ( https://gem5-review.googlesource.com/3261 )

Change subject: dev, arm: ignore writes to the SCU
......................................................................

dev, arm: ignore writes to the SCU

Change-Id: I31808b6d7ca2bc2af41deaec747e3a13bd4f77d2
Signed-off-by: Gedare Bloom <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/3261
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Andreas Sandberg <[email protected]>
---
M src/dev/arm/a9scu.cc
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved



diff --git a/src/dev/arm/a9scu.cc b/src/dev/arm/a9scu.cc
index 32dc3f7..86a50ae 100644
--- a/src/dev/arm/a9scu.cc
+++ b/src/dev/arm/a9scu.cc
@@ -96,7 +96,7 @@
     switch (daddr) {
       default:
         // Nothing implemented at this point
-        panic("Tried to write SCU at offset %#x\n", daddr);
+        warn("Tried to write SCU at offset %#x\n", daddr);
         break;
     }
     pkt->makeAtomicResponse();

--
To view, visit https://gem5-review.googlesource.com/3261
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I31808b6d7ca2bc2af41deaec747e3a13bd4f77d2
Gerrit-Change-Number: 3261
Gerrit-PatchSet: 4
Gerrit-Owner: Gedare Bloom <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gedare Bloom <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to