aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-08-28 10:06:00 +0100
committerGitHub <noreply@github.com>2018-08-28 10:06:00 +0100
commit3c065eb1d20c250ee59249d8137c5abd69412eab (patch)
tree04cf946f3458447aa20efe0eeb0fcbe2c341e846 /include
parent6d4f6aea2cd96a4a57ffa2d88b9230e2cab88f28 (diff)
parentbbaa712ee933386f753fb68302e9a2002f4d2d1f (diff)
Merge pull request #1531 from MISL-EBU-System-SW/marvell-plat-updates
plat: marvell: bl31: Update the early platform setup API
Diffstat (limited to 'include')
-rw-r--r--include/plat/marvell/a8k/common/plat_marvell.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/plat/marvell/a8k/common/plat_marvell.h b/include/plat/marvell/a8k/common/plat_marvell.h
index aad5da79..81cbf387 100644
--- a/include/plat/marvell/a8k/common/plat_marvell.h
+++ b/include/plat/marvell/a8k/common/plat_marvell.h
@@ -67,8 +67,10 @@ uint32_t marvell_get_spsr_for_bl32_entry(void);
uint32_t marvell_get_spsr_for_bl33_entry(void);
/* BL31 utility functions */
-void marvell_bl31_early_platform_setup(bl31_params_t *from_bl2,
- void *plat_params_from_bl2);
+void marvell_bl31_early_platform_setup(struct bl31_params *from_bl2,
+ uintptr_t soc_fw_config,
+ uintptr_t hw_config,
+ void *plat_params_from_bl2);
void marvell_bl31_platform_setup(void);
void marvell_bl31_plat_runtime_setup(void);
void marvell_bl31_plat_arch_setup(void);