summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-08-28 15:19:56 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-18 10:42:45 -0500
commit2fb853f4dbc589e955f4d364a5aa33aa37a88da3 (patch)
tree2d46dfecb37fcd8e4fc37f9a364a1e7d821e995b /src/build
parent5652d7c0c6a8db05699f2b4334e4615e1ba22127 (diff)
downloadtalos-hostboot-2fb853f4dbc589e955f4d364a5aa33aa37a88da3.tar.gz
talos-hostboot-2fb853f4dbc589e955f4d364a5aa33aa37a88da3.zip
Update bbuild to b0913a_1339.810.
* Picks up simics fix for missing i2c no-ack status. * Resolves ring length / VPD mismatch for MURANO. Change-Id: I0b52dd10ef6951307333ec255105e55f52fef75b CQ: SW224584 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5979 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/citest/etc/bbuild2
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/build/citest/etc/bbuild b/src/build/citest/etc/bbuild
index e2ac352b0..86078676b 100644
--- a/src/build/citest/etc/bbuild
+++ b/src/build/citest/etc/bbuild
@@ -1 +1 @@
-/esw/fips810/Builds/b0910a_1337.810/
+/esw/fips810/Builds/b0913a_1339.810/
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 54d1baa39..e6f4b39a0 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -93,9 +93,10 @@ HOSTBOOT_DEFAULT_SECTIONS = HBB=${BASE_W_HEADER_ECC_IMAGE},HBI=${EXT_IMAGE},HBRT
HBFW_OBJPATH = ${.PATH:M*obj*}
ENGD_OBJPATH = ${HBFW_OBJPATH:S/hbfw\/img/engd\/href/g}
-SLW_IMG = ${ENGD_OBJPATH:Fp8.ref_image.bin}
-MURANO_SECT = HBD=simics_MURANO_targeting.bin,WINK=${SLW_IMG}
-VENICE_SECT = HBD=simics_VENICE_targeting.bin,WINK=${SLW_IMG}
+MURANO_SLW_IMG = ${ENGD_OBJPATH:Fs1.ref_image.bin}
+VENICE_SLW_IMG = ${ENGD_OBJPATH:Fp8.ref_image.bin}
+MURANO_SECT = HBD=simics_MURANO_targeting.bin,WINK=${MURANO_SLW_IMG}
+VENICE_SECT = HBD=simics_VENICE_targeting.bin,WINK=${VENICE_SLW_IMG}
PNOR_IMG_INFO = \
murano.pnor:defaultPnorLayout.xml:${MURANO_SECT},${HOSTBOOT_DEFAULT_SECTIONS} \
OpenPOWER on IntegriCloud