summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/targetservicestart.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/targetservicestart.C')
-rw-r--r--src/usr/targeting/targetservicestart.C16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/usr/targeting/targetservicestart.C b/src/usr/targeting/targetservicestart.C
index 4252ca32b..203468510 100644
--- a/src/usr/targeting/targetservicestart.C
+++ b/src/usr/targeting/targetservicestart.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -86,7 +86,7 @@ static void checkProcessorTargeting(TargetService& i_targetService);
/**
* @brief Entry point for initialization service to initialize the targeting
* code
- *
+ *
* @param[in] io_pError
* Error log handle; returns NULL on success, !NULL otherwise
*
@@ -178,6 +178,18 @@ static void checkProcessorTargeting(TargetService& i_targetService)
l_haveOneCorrectProcessor = true;
}
break;
+ case MODEL_NIMBUS:
+ if(l_coreType == CORE_POWER9_NIMBUS)
+ {
+ l_haveOneCorrectProcessor = true;
+ }
+ break;
+ case MODEL_CUMULUS:
+ if(l_coreType == CORE_POWER9_CUMULUS)
+ {
+ l_haveOneCorrectProcessor = true;
+ }
+ break;
default:
break;
OpenPOWER on IntegriCloud