Skip to content

Commit

Permalink
Cumulus updates and testcase workarounds
Browse files Browse the repository at this point in the history
Change-Id: I24092ef382fc56b7d3e0aa90a2699ff6cf42d8e7
RTC:180894
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48703
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
cvswen authored and dcrowell77 committed Jan 25, 2018
1 parent 24d964b commit afa7087
Show file tree
Hide file tree
Showing 23 changed files with 1,181 additions and 486 deletions.
6 changes: 5 additions & 1 deletion src/build/citest/etc/workarounds.presimsetup
Expand Up @@ -37,7 +37,11 @@

echo "+++ Need to alter where we look for pnor images so they will be picked up properly"
mkdir -p $sb/simu/data
egrep -v "nimbus.pnor|cumulus.pnor" $BACKING_BUILD/src/simu/data/simicsInfo > $sb/simu/data/simicsInfo
echo "+++ Need to pick up simics fix first"
sbex -t 1043138
chmod +w $sb/simu/data/simicsInfo
egrep -v "nimbus.pnor|cumulus.pnor" $sb/simu/data/simicsInfo > $sb/simu/data/simicsInfo.new
mv $sb/simu/data/simicsInfo.new $sb/simu/data/simicsInfo
echo "IMGS:NIMBUS_PNOR_IMG | FLASH:nimbus.pnor | LOC:SB_CHAIN/images/ppc/lab/flash" >> $sb/simu/data/simicsInfo
echo "IMGS:BOSTON_PNOR_IMG | FLASH:nimbus.pnor | LOC:SB_CHAIN/images/ppc/lab/flash" >> $sb/simu/data/simicsInfo
echo "IMGS:CUMULUS_PNOR_IMG | FLASH:cumulus.pnor | LOC:SB_CHAIN/images/ppc/lab/flash" >> $sb/simu/data/simicsInfo
4 changes: 2 additions & 2 deletions src/include/usr/isteps/istep14list.H
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -46,7 +46,7 @@
* 14.7 proc_exit_cache_contained
* : Execution from memory
* 14.8 host_mpipl_service
* : Perform MPIPL tasks
* : Perform MPIPL tasks
*
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
Expand Down

0 comments on commit afa7087

Please sign in to comment.