summaryrefslogtreecommitdiff
path: root/src/dev/arm/a9scu.cc
AgeCommit message (Collapse)Author
2013-07-11dev: make BasicPioDevice take size in constructorSteve Reinhardt
Instead of relying on derived classes explicitly assigning to the BasicPioDevice pioSize field, require them to pass a size value in to the constructor. Committed by: Nilay Vaish <nilay@cs.wisc.edu>
2011-05-04ARM: Add snoop control unit device.Ali Saidi