summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-07-19 11:30:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-04 18:19:15 -0400
commit51dd9c2385c56836385acbc0d95258682b7d01d3 (patch)
treefbd74b0f09e7c8b31ef21ab69ac8dd63c5878f1b /src/build/mkrules
parent632dccdaa7a54c48bf472d0fc89e3344d6f6f135 (diff)
downloadtalos-hostboot-51dd9c2385c56836385acbc0d95258682b7d01d3.tar.gz
talos-hostboot-51dd9c2385c56836385acbc0d95258682b7d01d3.zip
Update pnor section names WINK -> HCODE and PAYLOAD -> POWERVM
Change-Id: I66cc8a060f0eb7b50275a42970661247d2916035 RTC:154286 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27228 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rw-r--r--src/build/mkrules/dist.targets.mk1
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk
index e01834e22..15e16a396 100644
--- a/src/build/mkrules/dist.targets.mk
+++ b/src/build/mkrules/dist.targets.mk
@@ -57,7 +57,6 @@ COPY_FILES = \
src/build/vpo/hb-virtdebug.pl:vpo \
src/build/vpo/VBU_Cacheline.pm:vpo \
src/build/simics/hb-pnor-vpd-preload.pl:vpo \
- src/build/buildpnor/pnorLayoutVpo.xml:vpo \
src/build/buildpnor/pnorLayoutFake.xml:vpo \
img/errlparser:tools,vpo,openpower \
img/hbotStringFile:tools,vpo,openpower \
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 530c9f63c..d003c8ac2 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -307,8 +307,8 @@ inject_ecc: build_sbe_partitions
rm ${TEMP_IMG}
#@fixme - Put SBEC back (RTC:154286) "SBEC=${SBEC_IMG_ECC},"
-NIMBUS_SECT = HBD=${NIMBUS_TARG_IMG_ECC},SBE=${NIMBUS_SBE_IMG_ECC},WINK=${NIMBUS_LOCAL_SLW_IMG_ECC}
-FAKE_SECT = HBD=${NIMBUS_TARG_IMG_FAKE},WINK=${NIMBUS_LOCAL_SLW_IMG}
+NIMBUS_SECT = HBD=${NIMBUS_TARG_IMG_ECC},SBE=${NIMBUS_SBE_IMG_ECC},HCODE=${NIMBUS_LOCAL_SLW_IMG_ECC}
+FAKE_SECT = HBD=${NIMBUS_TARG_IMG_FAKE},HCODE=${NIMBUS_LOCAL_SLW_IMG}
# To build fake PNOR, set FAKEPNOR to filename of file to build,
# ie, 'export FAKEPNOR=fake8m.pnor'
OpenPOWER on IntegriCloud