commit | d51c4b4da7f8fae8c884e3b89fdab906f66da28a | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jun 27 21:24:25 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 31 15:31:40 2017 +0100 |
tree | cddf46879e8acd61976ea42412e96af7f4607343 | |
parent | e57a3e2847ad74bd3285287b0effc1cfcc3d8806 [diff] |
irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs A long time ago, GITS_CTLR[1] used to be called GITC_CTLR.EnableVLPI. It has been subsequently deprecated and is now an "Implementation Defined" bit that may ot may not be set for GICv4. Brilliant. And the current crop of the FastModel requires that bit for VLPIs to be enabled. Oh well... Let's set it and find out what breaks. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>