aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mpic_helper.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf1-35/+0
We already used to support the external proxy facility of FSL MPICs, but only implemented it halfway correctly. This patch adds support for * dynamic enablement of the EPR facility * interrupt acknowledgement only when the interrupt is delivered This way the implementation now is closer to real hardware. Signed-off-by: Alexander Graf <agraf@suse.de>
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf1-0/+35
On the e500 series, accessing SPR_EPR magically turns into an access at that CPU's IACK register on the MPIC. Implement that logic to get kernels that make use of that feature work. Signed-off-by: Alexander Graf <agraf@suse.de>