From 845e199934fede335b90620e9a2080a1d869c89c Mon Sep 17 00:00:00 2001 From: Geoffrey Blake Date: Wed, 3 Sep 2014 07:43:01 -0400 Subject: config: Refactor RealviewEMM to fit into new config system This eliminates some default devices and adds in helper functions to connect the devices defined here to associate with the proper clock domains. --- configs/common/FSConfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/common/FSConfig.py') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index dc24adf6f..89f05c92c 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -221,6 +221,9 @@ def makeArmSystem(mem_mode, machine_type, mdesc = None, self.cf0 = CowIdeDisk(driveID='master') self.cf0.childImage(mdesc.disk()) + + # Attach any PCI devices this platform supports + self.realview.attachPciDevices() # default to an IDE controller rather than a CF one # assuming we've got one; EMM64 is an exception for the moment if machine_type != "VExpress_EMM64": -- cgit v1.2.3