dev: Don't access the platform directly in PCI devices
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 9 Nov 2015 13:44:04 +0000 (13:44 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 9 Nov 2015 13:44:04 +0000 (13:44 +0000)
commitc62fe43ba9134e62932105313a42d43589c413f8
treeb8fc2324e0307147e5098565b60e402936a6be68
parent324bc9771d1f3129aee87ccb73bcf23ea4c3b60e
dev: Don't access the platform directly in PCI devices

Cleanup PCI devices to avoid using the PciDevice::platform pointer
directly. The PCI-specific functionality provided by the Platform
should be accessed through the wrappers in PciDevice.
src/dev/copy_engine.cc
src/dev/i8254xGBe.hh
src/dev/pcidev.hh
src/dev/sinic.cc