diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2018-11-06 15:52:36 -0600 |
---|---|---|
committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2018-12-13 18:18:52 -0600 |
commit | 552d96423109ce112513f493edd286f708d9df19 (patch) | |
tree | c9a36b2a725d638fbe8a2128f374a9455b99b878 /src/usr/vpd/makefile | |
parent | 1851aa0056c54576d3b328f7b1c9070262857eb0 (diff) | |
download | blackbird-hostboot-552d96423109ce112513f493edd286f708d9df19.tar.gz blackbird-hostboot-552d96423109ce112513f493edd286f708d9df19.zip |
Hack to force OCMB presence detection
Temporary code that assumes the OCMB is present if the target is
in the model. Also adds a check to throw an error instead of
crashing if VPD_REC_NUM isn't set.
Change-Id: Iba87d13093f0044bdf28a10621561e02d10faaf6
RTC: 196805
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68488
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/makefile')
-rw-r--r-- | src/usr/vpd/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 8ba3fa45e..d5637f4dc 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -36,7 +36,6 @@ OBJS += rtvpd_load.o SUBDIRS += test.d SUBDIRS += runtime.d - #Updated mvpd to contain VRML so that part/serial numbers can be #found for procs CCIN 54E3 BINARY_FILES += $(IMGDIR)/procmvpd.dat:65759fa4aebd2e3b42b25309504a3007b3b51036 |