dev, arm: ignore writes to the SCU
authorGedare Bloom <gedare@rtems.org>
Thu, 23 Feb 2017 20:50:49 +0000 (15:50 -0500)
committerGedare Bloom <gedare@rtems.org>
Wed, 31 May 2017 00:20:12 +0000 (00:20 +0000)
Change-Id: I31808b6d7ca2bc2af41deaec747e3a13bd4f77d2
Signed-off-by: Gedare Bloom <gedare@rtems.org>
Reviewed-on: https://gem5-review.googlesource.com/3261
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/dev/arm/a9scu.cc

index 32dc3f7dfa070e5a5b7caa19c579837a06e728d2..86a50ae8e78f02e81cfc1e6d549b67b8f5f26412 100644 (file)
@@ -96,7 +96,7 @@ A9SCU::write(PacketPtr pkt)
     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();