arm-trusted-firmware/plat/marvell/armada/a8k/common
Pali Rohár 0412b7323d plat: marvell: armada: Fix including plat/marvell/marvell.mk file
Include file plat/marvell/marvell.mk for platform A3700 was included two
times. Once from file plat/marvell/armada/a3k/common/a3700_common.mk and
second time from common file plat/marvell/armada/common/marvell_common.mk.

It caused following warning every time was make called:

    plat/marvell/marvell.mk:51: warning: overriding recipe for target 'mrvl_clean'
    plat/marvell/marvell.mk:51: warning: ignoring old recipe for target 'mrvl_clean'

Change in this commit removes inclusion of plat/marvell/marvell.mk file in
common file plat/marvell/armada/common/marvell_common.mk. As a80x0 platform
needs this include file, add it also into a80x0 platform specific include
file lat/marvell/armada/a8k/common/a8k_common.mk.

Also moves inclusion of plat/marvell/marvell.mk file in a3700 platform file
plat/marvell/armada/a3k/common/a3700_common.mk at correct place. Global
plat/marvell/marvell.mk expects that variables DOIMAGEPATH and DOIMAGETOOL
are already defined, but it defines MARVELL_SECURE_BOOT variable which is
needed by plat/marvell/armada/a3k/common/a3700_common.mk.

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I5cbbd7eb8a3376924419f9850516b2a4924be5aa
2020-10-19 17:10:11 +02:00
..
aarch64 plat: marvell: ap806: implement workaround for errata-id FE-4265711 2020-10-04 15:20:55 +02:00
ble Use abspath to dereference $BUILD_BASE 2020-08-04 18:02:02 +01:00
include plat: marvell: ap806: implement workaround for errata-id FE-4265711 2020-10-04 15:20:55 +02:00
mss plat: marvell: t9130: pass actual CP count for load_image 2020-07-30 15:15:52 +02:00
a8k_common.mk plat: marvell: armada: Fix including plat/marvell/marvell.mk file 2020-10-19 17:10:11 +02:00
plat_bl1_setup.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
plat_bl31_setup.c plat: marvell: a8k: move address config of cp1/2 to BL2 2020-06-19 17:58:54 +02:00
plat_ble_setup.c plat: marvell: t9130: add SVC support 2020-07-30 15:15:52 +02:00
plat_pm.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
plat_pm_trace.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
plat_thermal.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00