summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2018-01-19 11:43:13 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-02-06 11:23:49 +0200
commitee098633be674924ff88fb0b72739ab06994fc7b (patch)
tree403659cd2bef39dd1b4b1ce1b6cde9b5a601944d /include/plat
parent15d2ed344ed21d32746dbac6475058407a5fac89 (diff)
ble: a8k: split ddr functions to update the ddr topology
Change-Id: Ie70a8155e9f23e6adf573e90ea600b53c19bd73e Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/49233 Reviewed-by: Victor Axelrod <victora@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a8k/common/plat_marvell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plat/marvell/a8k/common/plat_marvell.h b/include/plat/marvell/a8k/common/plat_marvell.h
index 779c235b..87d9a8a6 100644
--- a/include/plat/marvell/a8k/common/plat_marvell.h
+++ b/include/plat/marvell/a8k/common/plat_marvell.h
@@ -77,6 +77,7 @@ int marvell_check_mpidr(u_register_t mpidr);
/* BLE utility functions */
int ble_plat_setup(int *skip);
void *plat_get_dram_data(void);
+void plat_dram_update_topology(void);
void ble_plat_pcie_ep_setup(void);
struct pci_hw_cfg *plat_get_pcie_hw_data(void);