summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep14list.H
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-12-12 14:26:12 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-15 08:14:42 -0600
commitb98d907837f340501e93f247c543ceda5e13a99d (patch)
tree4d0b997dee9c4c3de0d34248ffad9db7b227a510 /src/include/usr/isteps/istep14list.H
parentf448a9337fa31ff7b83a5b00330818c54a495e73 (diff)
downloadtalos-hostboot-b98d907837f340501e93f247c543ceda5e13a99d.tar.gz
talos-hostboot-b98d907837f340501e93f247c543ceda5e13a99d.zip
Check for attentions and do PRD analysis after each istep substep
Change-Id: Iec581a8be16b3ae392e7f467b7e69b867ecd1b1e RTC: 60409 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2660 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep14list.H')
-rw-r--r--src/include/usr/isteps/istep14list.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep14list.H b/src/include/usr/isteps/istep14list.H
index 225b5cf63..5880313ed 100644
--- a/src/include/usr/isteps/istep14list.H
+++ b/src/include/usr/isteps/istep14list.H
@@ -73,6 +73,7 @@ namespace INITSERVICE
NONE,
EXT_IMAGE,
IPL_NOOP,
+ false, // true = check for attentions
}
},
@@ -83,6 +84,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
{
@@ -92,6 +94,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
{
@@ -101,6 +104,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
{
@@ -110,6 +114,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
@@ -121,6 +126,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
@@ -132,6 +138,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
@@ -143,6 +150,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
+ true,
}
},
@@ -154,6 +162,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP | MPIPL_OP,
+ true,
}
},
{
@@ -163,6 +172,7 @@ namespace INITSERVICE
START_FN,
EXT_IMAGE,
MPIPL_OP,
+ true,
}
},
OpenPOWER on IntegriCloud