summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw/img
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2014-06-04 09:12:23 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-19 18:03:59 -0500
commit6979aceab47e607a86ae2c28e738b03e369d9680 (patch)
treea171e279ee18ab123debe7cc361438fd3cfe3803 /src/build/mkrules/hbfw/img
parent17da860915c6fb37f7e60adb697bb9a770c0fa0b (diff)
downloadtalos-hostboot-6979aceab47e607a86ae2c28e738b03e369d9680.tar.gz
talos-hostboot-6979aceab47e607a86ae2c28e738b03e369d9680.zip
Update/Fix Murano Simics Configuration
Change-Id: Ie4a93174534e71118504a26b291b329e4bdeb699 CMVC-Prereq: 928342 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11425 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw/img')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 9496fac8e..17b8bec16 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -163,17 +163,17 @@ clobber_cp_hbfiles:
#################################################
SBE_BUILD_SCRIPT = ${buildSbePart.pl:P}
-S1_EC10_BIN = ${ENGD_OBJPATH:Fs1_10.sbe_seeprom.hdr.bin}
-S1_EC12_BIN = ${ENGD_OBJPATH:Fs1_12.sbe_seeprom.hdr.bin}
S1_EC13_BIN = ${ENGD_OBJPATH:Fs1_13.sbe_seeprom.hdr.bin}
S1_EC20_BIN = ${ENGD_OBJPATH:Fs1_20.sbe_seeprom.hdr.bin}
+S1_EC21_BIN = ${ENGD_OBJPATH:Fs1_21.sbe_seeprom.hdr.bin}
P8_EC10_BIN = ${ENGD_OBJPATH:Fp8_10.sbe_seeprom.hdr.bin}
+P8_EC20_BIN = ${ENGD_OBJPATH:Fp8_20.sbe_seeprom.hdr.bin}
CENT_EC10_BIN = ${ENGD_OBJPATH:Fcentaur_10.sbe_seeprom.hdr.bin}
CENT_EC20_BIN = ${ENGD_OBJPATH:Fcentaur_20.sbe_seeprom.hdr.bin}
SBE_PART_INFO = \
- s1SbePartition.bin:10=${S1_EC10_BIN},12=${S1_EC12_BIN},13=${S1_EC13_BIN},20=${S1_EC20_BIN} \
- p8SbePartition.bin:10=${P8_EC10_BIN} \
+ s1SbePartition.bin:13=${S1_EC13_BIN},20=${S1_EC20_BIN},21=${S1_EC21_BIN} \
+ p8SbePartition.bin:10=${P8_EC10_BIN},20=${P8_EC20_BIN} \
centSbePartition.bin:10=${CENT_EC10_BIN},20=${CENT_EC20_BIN}
OpenPOWER on IntegriCloud