From b2e82859d8551ef4ee4c6e270794b2fd2d5ad3a4 Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Tue, 22 Nov 2016 09:59:07 -0600 Subject: Start PM Complex during IPL for OPAL - load/start PM complex in istep21 - make some rt_pm functions common - load/start PM by default in HB standalone - load OCC image into PNOR - fix bug in UtilLidMgr - add patch for p9n.act bug Change-Id: I6c41934cf1614018da7dcad67573c3edc2d081b6 RTC:159931 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32918 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Martin Gloff Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime_reasoncodes.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/usr/runtime') diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H index ab75d4bfd..afff1c07b 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -54,6 +54,8 @@ namespace RUNTIME MOD_CUST_COMP_NON_PHYP_RT_TARGET = 0x12, MOD_CUST_CONF_HBRT_HYP_IDS = 0x13, MOD_POPULATE_RTDATABYNODE = 0x14, /**< populate_hbruntime.C */ + + MOD_PM_RT_LOAD_PM_COMPLEX = 0x15, /**< rt_pm.C */ }; enum RuntimeReasonCode @@ -87,6 +89,7 @@ namespace RUNTIME RT_TARGET_TYPE_NOT_SUPPORTED = RUNTIME_COMP_ID | 0x1A, RT_NO_PROC_TARGET = RUNTIME_COMP_ID | 0x1B, RC_UNMAP_FAIL = RUNTIME_COMP_ID | 0x1C, + RC_PM_RT_UNKNOWN_MODE = RUNTIME_COMP_ID | 0x1D, }; enum UserDetailsTypes -- cgit v1.2.3