summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoshua Hannan <jlhannan@us.ibm.com>2017-02-28 14:10:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-09 17:37:34 -0500
commitfb2cc79ce14a1caf2ecba3f78aa1417766b9fdef (patch)
treee2800f306445b68db9dcca2173ac742841a650bc /src
parent4040cb5501ed60d6c88d6d69041694450f711a3f (diff)
downloadtalos-hostboot-fb2cc79ce14a1caf2ecba3f78aa1417766b9fdef.tar.gz
talos-hostboot-fb2cc79ce14a1caf2ecba3f78aa1417766b9fdef.zip
adding non hostboot mode to run_ipl
Change-Id: Id17a33ee97ec1d42c62ff8efcdbe23a503d6b99f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37211 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37227 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index 5fad5802f..b146722f7 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -712,7 +712,7 @@
<description>Define context for current phase of system IPL.
</description>
<valueType>uint8</valueType>
- <enum>HB_IPL = 0x1,HB_RUNTIME = 0x2,CACHE_CONTAINED = 0x4, CHIP_CONTAINED = 0x8</enum>
+ <enum>HB_IPL = 0x1,HB_RUNTIME = 0x2,CACHE_CONTAINED = 0x4,CHIP_CONTAINED = 0x8,NONHB_IPL = 0x10</enum>
<persistRuntime/>
<platInit/>
<!-- TODO: Story 155081
OpenPOWER on IntegriCloud