summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-11-14 17:15:08 +0200
committerKonstantin Porotchkin <kostap@marvell.com>2018-11-15 13:42:45 +0200
commitd7c4420cb8a745bf61c1de0df8858526002e16b0 (patch)
tree34c99fa20fa8a1b720c1263df6691dc5a45de365 /include/plat
parent076374c9b97d47b10ba5c6034817866c08d66ed4 (diff)
plat/marvell: Migrate to multi-console API
Migrate Marvell platforms from legacy console API to multi-console API. Change-Id: I647f5f49148b463a257a747af05b5f0c967f267c Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a3700/common/plat_marvell.h6
-rw-r--r--include/plat/marvell/a8k/common/plat_marvell.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/include/plat/marvell/a3700/common/plat_marvell.h b/include/plat/marvell/a3700/common/plat_marvell.h
index 8c289e98..01e42c54 100644
--- a/include/plat/marvell/a3700/common/plat_marvell.h
+++ b/include/plat/marvell/a3700/common/plat_marvell.h
@@ -39,6 +39,12 @@ void marvell_setup_page_tables(uintptr_t total_base,
#endif
);
+/* Console utility functions */
+void marvell_console_boot_init(void);
+void marvell_console_boot_end(void);
+void marvell_console_runtime_init(void);
+void marvell_console_runtime_end(void);
+
/* IO storage utility functions */
void marvell_io_setup(void);
diff --git a/include/plat/marvell/a8k/common/plat_marvell.h b/include/plat/marvell/a8k/common/plat_marvell.h
index f062491f..037548da 100644
--- a/include/plat/marvell/a8k/common/plat_marvell.h
+++ b/include/plat/marvell/a8k/common/plat_marvell.h
@@ -48,6 +48,12 @@ void marvell_setup_page_tables(uintptr_t total_base,
#endif
);
+/* Console utility functions */
+void marvell_console_boot_init(void);
+void marvell_console_boot_end(void);
+void marvell_console_runtime_init(void);
+void marvell_console_runtime_end(void);
+
/* IO storage utility functions */
void marvell_io_setup(void);