summaryrefslogtreecommitdiffstats
path: root/src/build/citest/etc/workarounds.postsimsetup
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2017-02-02 11:29:58 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-03 10:26:18 -0500
commit135b23e1902271c8df773c14994a84505e0b5c20 (patch)
tree682e18231ed56719596704d43a054e7a1cc0437d /src/build/citest/etc/workarounds.postsimsetup
parent1a26cf4d4ad0747239dca32de39865d7eb609e3e (diff)
downloadtalos-hostboot-135b23e1902271c8df773c14994a84505e0b5c20.tar.gz
talos-hostboot-135b23e1902271c8df773c14994a84505e0b5c20.zip
Update bbuild to b0129a and remove patches
Change-Id: Ia67c9211c7605466ce66bb97f27467ef40501a75 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35828 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/citest/etc/workarounds.postsimsetup')
-rwxr-xr-xsrc/build/citest/etc/workarounds.postsimsetup24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/build/citest/etc/workarounds.postsimsetup b/src/build/citest/etc/workarounds.postsimsetup
index b1a827966..af86463f9 100755
--- a/src/build/citest/etc/workarounds.postsimsetup
+++ b/src/build/citest/etc/workarounds.postsimsetup
@@ -34,27 +34,3 @@
#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
-### RTC 167283 - Patch begins
-echo "+++ Updating p9n action file for pcie_scom_init"
-echo "+++ SB: " $sb
-echo "+++ BACKING_BUILD: " $BACKING_BUILD
-echo "+++ PROJECT_ROOT: " $PROJECT_ROOT
-
-### Update p9_system.act for pcie_scom_init
-### Use this file in order to be able to checkin immediately, p9n.act is held up by other tracks
-mkdir -p $sb/simu/data/cec-chip/
-cp $BACKING_BUILD/src/simu/data/cec-chip/p9_system.act $sb/simu/data/cec-chip/
-patch -p0 $sb/simu/data/cec-chip/p9_system.act $PROJECT_ROOT/src/build/citest/etc/patches/p9_system.act_pcie_patch
-
-### Update p9n_10.scomdef for pcie_scom_init
-echo "+++ Adding addresses to p9n_10.scomdef for pcie_scom_init"
-mkdir -p $sb/engd/scomdef/
-cp $BACKING_BUILD/src/engd/scomdef/p9n_10.scomdef $sb/engd/scomdef/
-patch -p0 $sb/engd/scomdef/p9n_10.scomdef $PROJECT_ROOT/src/build/citest/etc/patches/p9n_10.scomdef_with_pcie_patch
-echo "+++ Building indirect scom action with new p9n_10.scomdef"
-cd $sb/simu/
-mk -a -j32
-#execute_in_sandbox "cd $sb/simu/ && mk -a -j32"
-echo "+++ Done building"
-### RTC 167283 - Patch ends
-
OpenPOWER on IntegriCloud