diff options
author | crgeddes <crgeddes@us.ibm.com> | 2015-06-22 12:21:00 -0500 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:56:27 -0600 |
commit | ff8370f21221daec72973dd6cabdff839b8e3d80 (patch) | |
tree | 1d692eae17e571b82f38d692a86bda803f9c6992 /src/usr/vpd/makefile | |
parent | 9627b4c4bc588981f2d9c76d6fc36b03ee26c800 (diff) | |
download | talos-hostboot-ff8370f21221daec72973dd6cabdff839b8e3d80.tar.gz talos-hostboot-ff8370f21221daec72973dd6cabdff839b8e3d80.zip |
Updates to standalone vpd support for Nimbus config
Generated mvpd dat file containing records used for simics
to run the nimbus model
Change-Id: If2a2a9c9e325f11d59c845f92b3f338025f3564f
RTC:127341
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18658
Tested-by: Jenkins Server
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/makefile')
-rw-r--r-- | src/usr/vpd/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 59fa95977..3a0990a4e 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -36,11 +36,13 @@ OBJS += rtvpd_load.o SUBDIRS += test.d SUBDIRS += runtime.d - BINARY_FILES = $(IMGDIR)/dimmspd.dat:3a9f53e3684e57401ed0aed75f25980fca99f40b -#Updated mvpd to contain VRML so the part/serial numbers can be found for procs CCIN 54E3 +#Updated mvpd to contain VRML so that part/serial numbers can be +#found for procs CCIN 54E3 BINARY_FILES += $(IMGDIR)/procmvpd.dat:65759fa4aebd2e3b42b25309504a3007b3b51036 BINARY_FILES += $(IMGDIR)/procmvpd_ven.dat:dd8507bec946283260f82af212ed32feaeb3363a +BINARY_FILES += $(IMGDIR)/procmvpd_p9n.dat:c459021cad3335d42274fbf151ecd3647d0df578 + #Update to Centaur DD2.0 for CCIN 31E8 BINARY_FILES += $(IMGDIR)/cvpd.dat:2e33352ca95279b992927336567adf960dca7d46 |