aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2014-08-13 14:27:44 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-13 19:01:36 +1000
commit0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca (patch)
tree8738d392c6bac1af311c49d64ea30f7ffb714a9f /platforms
parent41534a8beee61413ef302370375f56542b8f029f (diff)
downloadskiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.zip
skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.tar.gz
skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.tar.bz2
dpo: Move the FSP async messagae handling into a separate file
This patch moves the DPO message handling from FSP core code into a separate file to make it more cleaner and to add OPAL interfaces in the subsequent patch. It does not change anything functionally. Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/ibm-fsp/common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index 91eaeea..4a2c6c1 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -146,6 +146,10 @@ void ibm_fsp_init(void)
op_display(OP_LOG, OP_MOD_INIT, 0x000A);
fsp_epow_init();
+ /* EPOW */
+ op_display(OP_LOG, OP_MOD_INIT, 0x000B);
+ fsp_dpo_init();
+
/* Setup console */
if (fsp_present())
fsp_console_add_nodes();