]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat: marvell: armada: modify PLAT_FAMILY name for 37xx SoCs
authorMarcin Wojtas <mw@semihalf.com>
Thu, 18 Jun 2020 17:50:47 +0000 (19:50 +0200)
committerMarcin Wojtas <mw@semihalf.com>
Thu, 18 Jun 2020 18:57:45 +0000 (20:57 +0200)
commitb5c850d48d49fd1afc3b8189bc2390f53770d4de
tree77f32e773ca6cbcc287ad7ecd66d77440bb65072
parent9935047b2086faa3bf3ccf0b95a76510eb5a160b
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>
48 files changed:
include/plat/marvell/armada/a3700/common/armada_common.h [deleted file]
include/plat/marvell/armada/a3700/common/board_marvell_def.h [deleted file]
include/plat/marvell/armada/a3700/common/marvell_def.h [deleted file]
include/plat/marvell/armada/a3700/common/plat_marvell.h [deleted file]
include/plat/marvell/armada/a3k/common/armada_common.h [new file with mode: 0644]
include/plat/marvell/armada/a3k/common/board_marvell_def.h [new file with mode: 0644]
include/plat/marvell/armada/a3k/common/marvell_def.h [new file with mode: 0644]
include/plat/marvell/armada/a3k/common/plat_marvell.h [new file with mode: 0644]
plat/marvell/armada/a3700/a3700/board/pm_src.c [deleted file]
plat/marvell/armada/a3700/a3700/mvebu_def.h [deleted file]
plat/marvell/armada/a3700/a3700/plat_bl31_setup.c [deleted file]
plat/marvell/armada/a3700/a3700/platform.mk [deleted file]
plat/marvell/armada/a3700/common/a3700_common.mk [deleted file]
plat/marvell/armada/a3700/common/a3700_ea.c [deleted file]
plat/marvell/armada/a3700/common/a3700_sip_svc.c [deleted file]
plat/marvell/armada/a3700/common/aarch64/a3700_common.c [deleted file]
plat/marvell/armada/a3700/common/aarch64/plat_helpers.S [deleted file]
plat/marvell/armada/a3700/common/dram_win.c [deleted file]
plat/marvell/armada/a3700/common/include/a3700_plat_def.h [deleted file]
plat/marvell/armada/a3700/common/include/a3700_pm.h [deleted file]
plat/marvell/armada/a3700/common/include/ddr_info.h [deleted file]
plat/marvell/armada/a3700/common/include/dram_win.h [deleted file]
plat/marvell/armada/a3700/common/include/io_addr_dec.h [deleted file]
plat/marvell/armada/a3700/common/include/plat_macros.S [deleted file]
plat/marvell/armada/a3700/common/include/platform_def.h [deleted file]
plat/marvell/armada/a3700/common/io_addr_dec.c [deleted file]
plat/marvell/armada/a3700/common/marvell_plat_config.c [deleted file]
plat/marvell/armada/a3700/common/plat_pm.c [deleted file]
plat/marvell/armada/a3k/a3700/board/pm_src.c [new file with mode: 0644]
plat/marvell/armada/a3k/a3700/mvebu_def.h [new file with mode: 0644]
plat/marvell/armada/a3k/a3700/plat_bl31_setup.c [new file with mode: 0644]
plat/marvell/armada/a3k/a3700/platform.mk [new file with mode: 0644]
plat/marvell/armada/a3k/common/a3700_common.mk [new file with mode: 0644]
plat/marvell/armada/a3k/common/a3700_ea.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/a3700_sip_svc.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/aarch64/a3700_common.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/aarch64/plat_helpers.S [new file with mode: 0644]
plat/marvell/armada/a3k/common/dram_win.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/a3700_plat_def.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/a3700_pm.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/ddr_info.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/dram_win.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/io_addr_dec.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/plat_macros.S [new file with mode: 0644]
plat/marvell/armada/a3k/common/include/platform_def.h [new file with mode: 0644]
plat/marvell/armada/a3k/common/io_addr_dec.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/marvell_plat_config.c [new file with mode: 0644]
plat/marvell/armada/a3k/common/plat_pm.c [new file with mode: 0644]