Merge changes Ib9c82b85,Ib348e097,I4dc315e4,I58a8ce44,Iebc03361, ... into integration
* changes:
  plat: marvell: armada: a8k: add OP-TEE OS MMU tables
  drivers: marvell: add support for mapping the entire LLC to SRAM
  plat: marvell: armada: add LLC SRAM CCU setup for AP806/AP807 platforms
  plat: marvell: armada: reduce memory size reserved for FIP image
  plat: marvell: armada: platform definitions cleanup
  plat: marvell: armada: a8k: check CCU window state before loading MSS BL2
  drivers: marvell: add CCU driver API for window state checking
  drivers: marvell: align and extend llc macros
  plat: marvell: a8k: move address config of cp1/2 to BL2
  plat: marvell: armada: re-enable BL32_BASE definition
  plat: marvell: a8k: extend includes to take advantage of the phy_porting_layer
  marvell: comphy: initialize common phy selector for AP mode
  marvell: comphy: update rx_training procedure
  plat: marvell: armada: configure amb for all CPs
  plat: marvell: armada: modify PLAT_FAMILY name for 37xx SoCs
commit edd8188d32eb989c069da185f47425ac739bfdfd
2 parents b8247e1 + 47d1773
@Manish Pandey Manish Pandey authored on 26 Jun 2020
TrustedFirmware Code Review committed on 26 Jun 2020
Showing 68 changed files
View
docs/plat/marvell/armada/build.rst
View
drivers/marvell/cache_llc.c
View
drivers/marvell/ccu.c
View
drivers/marvell/comphy/comphy-cp110.h
View
drivers/marvell/comphy/phy-comphy-cp110.c
View
include/drivers/marvell/cache_llc.h
View
include/drivers/marvell/ccu.h
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
include/plat/marvell/armada/a8k/common/board_marvell_def.h
View
include/plat/marvell/armada/a8k/common/marvell_def.h
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
View
plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c
View
plat/marvell/armada/a8k/a70x0_amc/board/marvell_plat_config.c
View
plat/marvell/armada/a8k/a80x0/board/marvell_plat_config.c
View
plat/marvell/armada/a8k/a80x0_mcbin/board/marvell_plat_config.c
View
plat/marvell/armada/a8k/common/a8k_common.mk
View
plat/marvell/armada/a8k/common/aarch64/a8k_common.c
View
plat/marvell/armada/a8k/common/include/platform_def.h
View
plat/marvell/armada/a8k/common/mss/mss_bl2_setup.c
View
plat/marvell/armada/a8k/common/plat_bl31_setup.c
View
plat/marvell/armada/common/aarch64/marvell_helpers.S
View
plat/marvell/armada/common/marvell_common.mk