summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-10-06 11:48:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-29 13:38:51 -0400
commite25d145acec137a2ba2a62a6a9fe71c427c2353b (patch)
treee9c155c6a26b4e9b503cc87ca89297a35dfd6f46
parent61417e7e84ea0baf74b092111d7fcb3dc16a445e (diff)
downloadtalos-hostboot-e25d145acec137a2ba2a62a6a9fe71c427c2353b.tar.gz
talos-hostboot-e25d145acec137a2ba2a62a6a9fe71c427c2353b.zip
VBU IPL regression framework for isteps 0-5
- add model boot script (sc, sc_mem models) - add run scripts and config dependencies (sc, sc_mem models) - run_ipl script updates to track IPL spreadsheet - code sim workarounds in eCMD - add IPL phase attribute enum for chip contained work - fix SBE bootloader makefile Change-Id: I5fbcfb6e13cf5e16032c80fa74a262b889975c41 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20982 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Dev-Ready: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22121 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-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 c7b4183e4..bd98c3c93 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
@@ -470,7 +470,7 @@
<description>Define context for current phase of system IPL.
Provided by the platform. </description>
<valueType>uint8</valueType>
- <enum>HB_IPL = 0x1,HB_RUNTIME = 0x2,CACHE_CONTAINED = 0x4</enum>
+ <enum>HB_IPL = 0x1,HB_RUNTIME = 0x2,CACHE_CONTAINED = 0x4, CHIP_CONTAINED = 0x8</enum>
<persistRuntime/>
<writeable/>
</attribute>
OpenPOWER on IntegriCloud