summaryrefslogtreecommitdiffstats
path: root/src/build/makefile
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-04-03 13:50:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-04 20:41:11 -0500
commit4e29fbf87555f7d1b4c9923203f091bde397e2a6 (patch)
tree6eb61e58da75f2cc58401a1e437b0a7887673476 /src/build/makefile
parentdd7a32e1a27ecac1c8decaa958cbca7ef139c6bc (diff)
downloadtalos-hostboot-4e29fbf87555f7d1b4c9923203f091bde397e2a6.tar.gz
talos-hostboot-4e29fbf87555f7d1b4c9923203f091bde397e2a6.zip
Automating creation of PNOR image with TOC and Section data.
Wrote buildpnor.pl which builds PNOR image based on pnorLayout.xml file and input binary files. Setup makefiles to create PNOR if input files change and to handle make clean. Updated PNORRP to support new section offsets and new MVPD and DIMM VPD sections. Also updated PNORDD to use 4 MB of L3 Cache as fake-PNOR. Change-Id: Ic40670a45a53211a2414570d7fe5632e19bd44ed RTC: 35043 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/819 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/makefile')
-rw-r--r--src/build/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/makefile b/src/build/makefile
index 9cc2341ff..b138664ca 100644
--- a/src/build/makefile
+++ b/src/build/makefile
@@ -22,6 +22,6 @@
# IBM_PROLOG_END
ROOTPATH = ../..
-SUBDIRS = linker.d tocgen.d
+SUBDIRS = linker.d buildpnor.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud