summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/build/citest/etc/workarounds.presimsetup6
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile4
2 files changed, 6 insertions, 4 deletions
diff --git a/src/build/citest/etc/workarounds.presimsetup b/src/build/citest/etc/workarounds.presimsetup
index bc7b98e21..21e23e5b7 100755
--- a/src/build/citest/etc/workarounds.presimsetup
+++ b/src/build/citest/etc/workarounds.presimsetup
@@ -35,9 +35,9 @@
#echo "WSALIAS DEFAULT FIPSLEVEL env/gfwb/simics-4.2.0/simics-4.2.83/fips/fld36/fi120201a700.42" >> $sb/simu/data/simicsInfo
#echo "WSALIAS DEFAULT SIMICSLEVEL env/vtechb/simics-4.2.0/simics-4.2.83/bin" >> $sb/simu/data/simicsInfo
-# Pull in SBE Support of Unsecure Memory Regions
-echo "Pull in SBE Support of Unsecure Memory Regions"
-sbex -t 1030098
+# Pull in SBE Support of Unsecure Memory Regions and Cumulus SBE Files
+echo "Pull in SBE Support of Unsecure Memory Regions and Cumulus SBE Files"
+sbex -t 1030098 1029840
mkdir -p $sb/sbei/sbfw/
cd $sb/sbei/sbfw
chmod 777 -R .
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index e3cb1bec2..0c262238e 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -175,9 +175,11 @@ CUMULUS_SBE_IMG = p9c.SbePartition.bin
P9N_EC10_BIN = ${SBEI_OBJPATH:Fp9n_10.sbe_seeprom.hdr.bin}
P9N_EC20_BIN = ${SBEI_OBJPATH:Fp9n_20.sbe_seeprom.hdr.bin}
+P9C_EC10_BIN = ${SBEI_OBJPATH:Fp9c_10.sbe_seeprom.hdr.bin}
SBE_PART_INFO = \
- ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN}
+ ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN} \
+ ${CUMULUS_SBE_IMG}:10=${P9C_EC10_BIN}
__SBE_PART_BUILD/% : .SPECTARG .PMAKE
OpenPOWER on IntegriCloud