summaryrefslogtreecommitdiff
path: root/src/dev/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Platform.py')
-rw-r--r--src/dev/Platform.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/Platform.py b/src/dev/Platform.py
index 8a9871b35..b182acfd6 100644
--- a/src/dev/Platform.py
+++ b/src/dev/Platform.py
@@ -34,3 +34,7 @@ class Platform(SimObject):
abstract = True
cxx_header = "dev/platform.hh"
intrctrl = Param.IntrControl(Parent.any, "interrupt controller")
+
+ # for platforms using device trees to set properties of CPU nodes
+ def annotateCpuDeviceNode(self, cpu, state):
+ pass