aboutsummaryrefslogtreecommitdiff
path: root/platforms/ibm-fsp/common.c
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-04-24 13:29:35 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-04-28 15:11:15 +1000
commit06117d0c466461458039d54e9cabcd706e4d8516 (patch)
tree5f7b765ae1bf50abfa998fe430f88b4912b951c0 /platforms/ibm-fsp/common.c
parenta2ecbe688943aaaf4d0c86b78dbeb362a6568f68 (diff)
downloadskiboot-06117d0c466461458039d54e9cabcd706e4d8516.zip
skiboot-06117d0c466461458039d54e9cabcd706e4d8516.tar.gz
skiboot-06117d0c466461458039d54e9cabcd706e4d8516.tar.bz2
ibm-fsp: use opal-prd on p9 and above
Previously the PRD tooling ran on the FSP, but it was moved into userspace on the host for OpenPower systems. For P9 this system was adopted for FSP systems too. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms/ibm-fsp/common.c')
-rw-r--r--platforms/ibm-fsp/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index dc3a002..237b63f 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -165,6 +165,9 @@ void ibm_fsp_init(void)
/* Setup console */
if (fsp_present())
fsp_console_add_nodes();
+
+ if (proc_gen >= proc_gen_p9)
+ prd_init();
}
void ibm_fsp_exit(void)