]> git.baikalelectronics.ru Git - arm-tf.git/commit
TF-A GICv3 driver: Introduce makefile
authorAlexei Fedorov <Alexei.Fedorov@arm.com>
Mon, 23 Mar 2020 18:45:17 +0000 (18:45 +0000)
committerAlexei Fedorov <Alexei.Fedorov@arm.com>
Mon, 30 Mar 2020 10:54:01 +0000 (10:54 +0000)
commita6ea06f563bf1a7545732892d1da3bf2dced2e47
tree56feef09f093e7cf73c67889c98f4e677109c06a
parentee91cd2ed35d148b02639e130a0656b29f7d5a7b
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>
20 files changed:
docs/getting_started/build-options.rst
drivers/arm/gic/v3/gicv3.mk [new file with mode: 0644]
plat/arm/board/fvp/platform.mk
plat/arm/board/n1sdp/platform.mk
plat/arm/board/rdn1edge/platform.mk
plat/arm/css/sgi/sgi-common.mk
plat/arm/css/sgm/sgm-common.mk
plat/imx/imx8m/imx8mm/platform.mk
plat/imx/imx8m/imx8mq/platform.mk
plat/imx/imx8qm/platform.mk
plat/imx/imx8qx/platform.mk
plat/marvell/a3700/common/a3700_common.mk
plat/mediatek/mt8183/platform.mk
plat/qemu/qemu/platform.mk
plat/qemu/qemu_sbsa/platform.mk
plat/rockchip/rk3399/platform.mk
plat/socionext/synquacer/platform.mk
plat/socionext/uniphier/platform.mk
plat/ti/k3/common/plat_common.mk
plat/xilinx/versal/platform.mk