arm: Wire up the GIC with the platform in the base class
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 16 Feb 2015 08:34:18 +0000 (03:34 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 16 Feb 2015 08:34:18 +0000 (03:34 -0500)
commit0a2ee7761617355dd981ce255aa082102d7316b4
tree9245ff7fdcc1f4f5f288b79ff4d50ee65d0f3c40
parente17328a227a47089e6f3c8fd82cc988f03807549
arm: Wire up the GIC with the platform in the base class

Move the (common) GIC initialization code that notifies the platform
code of the new GIC to the base class (BaseGic) instead of the Pl390
implementation.
src/dev/arm/base_gic.cc
src/dev/arm/gic_pl390.cc