summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcustomrc2
-rwxr-xr-xsbe/build/citest/create-sandbox1
-rwxr-xr-xsbe/build/citest/populate-sandbox2
-rwxr-xr-xsbe/test/test.xml2
4 files changed, 4 insertions, 3 deletions
diff --git a/customrc b/customrc
index 3c0a8583..0f3efdbf 100755
--- a/customrc
+++ b/customrc
@@ -9,7 +9,7 @@
#export WORKSPACE=<set it to your root ppe directory. This is required if you
# to use build script locally>
export MACHINE=NIMBUS
-export BACKING_BUILD=/esw/fips910/Builds/b0212a_1604.910
+export BACKING_BUILD=/esw/fips910/Builds/b0222a_1610.910/
export SIMICSOPTIONS="-nre"
diff --git a/sbe/build/citest/create-sandbox b/sbe/build/citest/create-sandbox
index 3d9b76ae..e2b2f1f9 100755
--- a/sbe/build/citest/create-sandbox
+++ b/sbe/build/citest/create-sandbox
@@ -27,6 +27,7 @@ mksb -rc $SANDBOXRC -dir $SANDBOXROOT -back $BACKING_BUILD -sb $SANDBOXNAME \
# workaround scripts expect $sb variable to be populated.
export sb=$SANDBOXBASE/src
+execute_in_sandbox "ecc --inject ${SBE_IMG_OUT_LOC}/sbe_seeprom.bin --output ${SBE_IMG_OUT_LOC}/sbe_seeprom.bin.ecc --p8 " "ppc" || exit -1
# Run presimsetup workarounds.
echo "----Running presimsetup workarounds."
diff --git a/sbe/build/citest/populate-sandbox b/sbe/build/citest/populate-sandbox
index b66abc8e..cd377538 100755
--- a/sbe/build/citest/populate-sandbox
+++ b/sbe/build/citest/populate-sandbox
@@ -13,7 +13,7 @@ then
exit -1
fi
-# Create img directory.
+# Create test directory.
mkdir -p $SBETESTDIR || exit -1
# Copy test files.
diff --git a/sbe/test/test.xml b/sbe/test/test.xml
index c29a490e..abcb8c5c 100755
--- a/sbe/test/test.xml
+++ b/sbe/test/test.xml
@@ -7,7 +7,7 @@
<test>
<!-- Set IVPR to point to sbe start address ( currently PIBMEM) -->
<testcase>
- <simcmd>p9Proc0.sbe.mibo_space.write 0xc0000160 0xFFFE800000000000 8 -b</simcmd>
+ <simcmd>p9Proc0.sbe.mibo_space.write 0xc0000160 0x8000100000000000 8 -b</simcmd>
<exitonerror>yes</exitonerror>
</testcase>
<testcase>
OpenPOWER on IntegriCloud