summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2
diff options
context:
space:
mode:
authorSakethan R Kotta <sakkotta@in.ibm.com>2017-08-31 09:49:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-21 12:18:58 -0400
commit2fc4ac005e5f231de8ef685810487b3273cba44d (patch)
tree8d62fad2f4a184cd6f04562f158a622eb0d15822 /src/include/usr/fapi2
parentcd2a1b26917c798bb91038fbc6423b9c15d17ba9 (diff)
downloadtalos-hostboot-2fc4ac005e5f231de8ef685810487b3273cba44d.tar.gz
talos-hostboot-2fc4ac005e5f231de8ef685810487b3273cba44d.zip
HWPs for istep12
Change-Id: Ic51e6e69b5f900d4062ca8d4b5034ffab7e0d395 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45486 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Thomas R. Sand <trsand@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2')
-rw-r--r--src/include/usr/fapi2/target.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/target.H b/src/include/usr/fapi2/target.H
index 63024468e..a77182281 100644
--- a/src/include/usr/fapi2/target.H
+++ b/src/include/usr/fapi2/target.H
@@ -755,8 +755,10 @@ inline std::vector<Target<K_CHILD, V> >
// Cumulus Memory
// valid children for MC
// MC -> MI
+ // MC -> DMI
static_assert(!((T_SELF == fapi2::TARGET_TYPE_MC) &&
- (K_CHILD != fapi2::TARGET_TYPE_MI)),
+ (K_CHILD != fapi2::TARGET_TYPE_MI) &&
+ (K_CHILD != fapi2::TARGET_TYPE_DMI)),
"improper child of fapi2::TARGET_TYPE_MC");
// valid children for MI
OpenPOWER on IntegriCloud