plat: marvell: armada: modify PLAT_FAMILY name for 37xx SoCs
The Marvell Armada 37xx SoCs-based platforms contain a bit
awkward directory structure because the currently only one
supported PLAT and PLAT_FAMILY are the same. Modify the latter
to 'a3k' in order to improve it and keep plat/marvell/armada
tree more consistent:

plat/marvell/
├── armada
│   ├── a3k
│   │   ├── a3700

[...]

│   ├── a8k
│   │   ├── a70x0

[...]

Change-Id: I693a6ef88e6ce49a326a3328875c90bbc186066a
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
1 parent 9935047 commit b5c850d48d49fd1afc3b8189bc2390f53770d4de
@Marcin Wojtas Marcin Wojtas authored on 18 Jun 2020
Showing 48 changed files
View
include/plat/marvell/armada/a3700/common/armada_common.h 100644 → 0
View
include/plat/marvell/armada/a3700/common/board_marvell_def.h 100644 → 0
View
include/plat/marvell/armada/a3700/common/marvell_def.h 100644 → 0
View
include/plat/marvell/armada/a3700/common/plat_marvell.h 100644 → 0
View
include/plat/marvell/armada/a3k/common/armada_common.h 0 → 100644
View
include/plat/marvell/armada/a3k/common/board_marvell_def.h 0 → 100644
View
include/plat/marvell/armada/a3k/common/marvell_def.h 0 → 100644
View
include/plat/marvell/armada/a3k/common/plat_marvell.h 0 → 100644
View
plat/marvell/armada/a3700/a3700/board/pm_src.c 100644 → 0
View
plat/marvell/armada/a3700/a3700/mvebu_def.h 100644 → 0
View
plat/marvell/armada/a3700/a3700/plat_bl31_setup.c 100644 → 0
View
plat/marvell/armada/a3700/a3700/platform.mk 100644 → 0
View
plat/marvell/armada/a3700/common/a3700_common.mk 100644 → 0
View
plat/marvell/armada/a3700/common/a3700_ea.c 100644 → 0
View
plat/marvell/armada/a3700/common/a3700_sip_svc.c 100644 → 0
View
plat/marvell/armada/a3700/common/aarch64/a3700_common.c 100644 → 0
View
plat/marvell/armada/a3700/common/aarch64/plat_helpers.S 100644 → 0
View
plat/marvell/armada/a3700/common/dram_win.c 100644 → 0
View
plat/marvell/armada/a3700/common/include/a3700_plat_def.h 100644 → 0
View
plat/marvell/armada/a3700/common/include/a3700_pm.h 100644 → 0
View
plat/marvell/armada/a3700/common/include/ddr_info.h 100644 → 0
View
plat/marvell/armada/a3700/common/include/dram_win.h 100644 → 0
View
plat/marvell/armada/a3700/common/include/io_addr_dec.h 100644 → 0
View
plat/marvell/armada/a3700/common/include/plat_macros.S 100644 → 0
View
plat/marvell/armada/a3700/common/include/platform_def.h 100644 → 0
View
plat/marvell/armada/a3700/common/io_addr_dec.c 100644 → 0
View
plat/marvell/armada/a3700/common/marvell_plat_config.c 100644 → 0
View
plat/marvell/armada/a3700/common/plat_pm.c 100644 → 0
View
plat/marvell/armada/a3k/a3700/board/pm_src.c 0 → 100644
View
plat/marvell/armada/a3k/a3700/mvebu_def.h 0 → 100644
View
plat/marvell/armada/a3k/a3700/plat_bl31_setup.c 0 → 100644
View
plat/marvell/armada/a3k/a3700/platform.mk 0 → 100644
View
plat/marvell/armada/a3k/common/a3700_common.mk 0 → 100644
View
plat/marvell/armada/a3k/common/a3700_ea.c 0 → 100644
View
plat/marvell/armada/a3k/common/a3700_sip_svc.c 0 → 100644
View
plat/marvell/armada/a3k/common/aarch64/a3700_common.c 0 → 100644
View
plat/marvell/armada/a3k/common/aarch64/plat_helpers.S 0 → 100644
View
plat/marvell/armada/a3k/common/dram_win.c 0 → 100644
View
plat/marvell/armada/a3k/common/include/a3700_plat_def.h 0 → 100644
View
plat/marvell/armada/a3k/common/include/a3700_pm.h 0 → 100644
View
plat/marvell/armada/a3k/common/include/ddr_info.h 0 → 100644
View
plat/marvell/armada/a3k/common/include/dram_win.h 0 → 100644
View
plat/marvell/armada/a3k/common/include/io_addr_dec.h 0 → 100644
View
plat/marvell/armada/a3k/common/include/plat_macros.S 0 → 100644
View
plat/marvell/armada/a3k/common/include/platform_def.h 0 → 100644
View
plat/marvell/armada/a3k/common/io_addr_dec.c 0 → 100644
View
plat/marvell/armada/a3k/common/marvell_plat_config.c 0 → 100644
View
plat/marvell/armada/a3k/common/plat_pm.c 0 → 100644