From 720ee62acd978101afa34b99c46a00dda73ef8c1 Mon Sep 17 00:00:00 2001 From: Srikantha Meesala Date: Tue, 8 Jan 2019 11:55:42 -0600 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/build/citest/etc/workarounds.postsimsetup | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/build/citest/etc/workarounds.postsimsetup') 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 ########################################################################## -- cgit v1.2.1