commit | e2a4027b1b5b5af0bedd9a9626ca6b70040901d5 | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Tue Apr 07 18:16:18 2020 +0100 |
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | Tue Apr 07 18:40:44 2020 +0100 |
tree | e435378dcf581978dcf6678fd395c60aa3ee625d | |
parent | 5875f2665d7efd7fe3e71e53a7c83dafc9717315 [diff] |
TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors To support compatibility with previous GICv3 driver version this patch: - restores original API for gicr_read_ipriority() and gicr_wrtite_ipriority() functions; - adds accessor functions for GICR_XXX0,1 registers, e.g. GICR_IGROUPR0, GICR_ICFGR0, GICR_ICFGR1, etc. Change-Id: I796a312a61665ff384e3d9de2f4b3c60f700b43b Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>