arch: arm: Program GIC LPI configuration table
authorBharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Mon, 16 Dec 2019 17:09:43 +0000 (09:09 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jan 2020 19:18:26 +0000 (14:18 -0500)
commit0bc4356deae7ff2de2441fc519f395e75bed8923
tree535d4de4b37f0adb3533e1f5fe1dfb66b2325cd1
parent5819466dc1d2856afa84188745eaa5f415ee08cb
arch: arm: Program GIC LPI configuration table

Programs the following:
1. Redistributor PROCBASER configuration table (which
is common for all redistributors)
2. Redistributor pending table (PENDBASER), for all the
available redistributors.

Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
arch/arm/Kconfig
arch/arm/include/asm/gic-v3.h [new file with mode: 0644]
arch/arm/lib/Makefile
arch/arm/lib/gic-v3-its.c [new file with mode: 0644]