TF-A GICv3 driver: Introduce makefile
This patch moves all GICv3 driver files into new added
'gicv3.mk' makefile for the benefit of the generic driver
which can evolve in the future without affecting platforms.
The patch adds GICv3 driver configuration flags
'GICV3_IMPL', 'GICV3_IMPL_GIC600_MULTICHIP' and
'GICV3_OVERRIDE_DISTIF_PWR_OPS' described in
'GICv3 driver options' section of 'build-option.rst'
document.

NOTE: Platforms with GICv3 driver need to be modified to
include 'drivers/arm/gic/v3/gicv3.mk' in their makefiles.

Change-Id: If055f6770ff20f5dee5a3c99ae7ced7cdcac5c44
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
1 parent ee91cd2 commit a6ea06f563bf1a7545732892d1da3bf2dced2e47
@Alexei Fedorov Alexei Fedorov authored on 23 Mar 2020
Showing 20 changed files
View
docs/getting_started/build-options.rst
View
drivers/arm/gic/v3/gicv3.mk 0 → 100644
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/n1sdp/platform.mk
View
plat/arm/board/rdn1edge/platform.mk
View
plat/arm/css/sgi/sgi-common.mk
View
plat/arm/css/sgm/sgm-common.mk
View
plat/imx/imx8m/imx8mm/platform.mk
View
plat/imx/imx8m/imx8mq/platform.mk
View
plat/imx/imx8qm/platform.mk
View
plat/imx/imx8qx/platform.mk
View
plat/marvell/a3700/common/a3700_common.mk
View
plat/mediatek/mt8183/platform.mk
View
plat/qemu/qemu/platform.mk
View
plat/qemu/qemu_sbsa/platform.mk
View
plat/rockchip/rk3399/platform.mk
View
plat/socionext/synquacer/platform.mk
View
plat/socionext/uniphier/platform.mk
View
plat/ti/k3/common/plat_common.mk
View
plat/xilinx/versal/platform.mk