arm-trusted-firmware/plat/marvell/armada/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: armada: fix BL32 extra parameters usage 2020-07-10 10:55:40 +00:00
mss plat: marvell: armada: move mg conf related code to appropriate driver 2020-07-10 10:55:03 +00:00
marvell_bl1_setup.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_bl2_setup.c plat: marvell: armada: fix BL32 extra parameters usage 2020-07-10 10:55:40 +00:00
marvell_bl31_setup.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_cci.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_common.mk plat: marvell: armada: Fix including plat/marvell/marvell.mk file 2020-10-19 17:10:11 +02:00
marvell_console.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_ddr_info.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_gicv2.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_gicv3.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_image_load.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_io_storage.c plat: marvell: armada: fix BL32 extra parameters usage 2020-07-10 10:55:40 +00:00
marvell_pm.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_topology.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
mrvl_sip_svc.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
plat_delay_timer.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00