[Skiboot] [PATCH 3/3] ibm-fsp: use opal-prd on p9 and above

Oliver O'Halloran oohall at gmail.com
Mon Apr 24 13:29:35 AEST 2017


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 at gmail.com>
---
 platforms/ibm-fsp/common.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index dc3a002a8593..237b63fb4f05 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)
-- 
2.9.3



More information about the Skiboot mailing list