summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorSrikantha Meesala <srikantha@in.ibm.com>2019-01-08 11:55:42 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-23 08:23:42 -0600
commit720ee62acd978101afa34b99c46a00dda73ef8c1 (patch)
treeecde7617441410d455379a07f59a2f12bfb5b82d /src/build/citest
parentd276ff6b5326670bf5aea50262cd49d128a468ce (diff)
downloadtalos-hostboot-720ee62acd978101afa34b99c46a00dda73ef8c1.tar.gz
talos-hostboot-720ee62acd978101afa34b99c46a00dda73ef8c1.zip
Create and allow for PNOR SBE Partition to have DD2.3 Images
Include DD2.3 image in SBE pnor partition Extend pnor layout SBE section size Update NIMBUS Simics config to DD2.2 Change-Id: I1f36fd4d122c521d51ea15f68947fde8bd9361be Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70206 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>
Diffstat (limited to 'src/build/citest')
-rw-r--r--src/build/citest/etc/bbuild2
-rwxr-xr-xsrc/build/citest/etc/workarounds.postsimsetup10
2 files changed, 7 insertions, 5 deletions
diff --git a/src/build/citest/etc/bbuild b/src/build/citest/etc/bbuild
index 4afec9ea1..18e78d5c3 100644
--- a/src/build/citest/etc/bbuild
+++ b/src/build/citest/etc/bbuild
@@ -1 +1 @@
-/esw/fips930/Builds/b1114a_1846.930
+/esw/fips930/Builds/b0116a_1904.930
diff --git a/src/build/citest/etc/workarounds.postsimsetup b/src/build/citest/etc/workarounds.postsimsetup
index 650418d71..d904f6c3b 100755
--- a/src/build/citest/etc/workarounds.postsimsetup
+++ b/src/build/citest/etc/workarounds.postsimsetup
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2018
+# Contributors Listed Below - COPYRIGHT 2011,2019
# [+] International Business Machines Corp.
#
#
@@ -33,9 +33,11 @@
#cp $BACKING_BUILD/src/simu/data/cec-chip/base_cec_chip_file $sb/simu/data/cec-chip
#patch -p0 $sb/simu/data/cec-chip/base_cec_chip_file $PROJECT_ROOT/src/build/citest/etc/patches/my_patch_File
-#echo "+++ Adding reg 501081D to p9c.chip +++"
-mkdir -p $sb/simu/data/cec-chip/
-sbex -t 1067370 -f aix@auscmvc1.austin.ibm.com@2035 -r fips921 -d $sb/../
+
+# Bump NIMBUS up to DD2.2
+mkdir -p $sb/simu/configs/
+grep -v PROC_EC $BACKING_BUILD/src/simu/configs/P9_NIMBUS.config > $sb/simu/configs/P9_NIMBUS.config
+echo "SETENV PROC_EC 22" >> $sb/simu/configs/P9_NIMBUS.config
##########################################################################
OpenPOWER on IntegriCloud