summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/memd_creation.pl
Commit message (Collapse)AuthorAgeFilesLines
* Only attempt to parse MEMD files that end in a *.*vpd suffix07-25-2019Raptor Engineering Development Team2020-02-191-1/+1
|
* Allow SPDX override as part of FW loadDan Crowell2018-07-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Memory VPD contents have changed since the cards have been built so we need to provide a method to override the data as part of a FW build. We have done the same thing previously for the MEMD record on the Nimbus machines so will use the same design here for SPDX. As part of this change, the previous MEMD support was refactored to be completely generic so a single code path can be used for any arbitrary record. Change-Id: I5af5e965429c881be3de0d18c82b1d7918ac9c22 CQ: SW430659 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61190 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60980
* Cleaning up git tree from memd_creation.plElizabeth Liner2018-02-081-1/+2
| | | | | | | | | | | | | | The memd_creation.pl script creates a temporary file in the buildroot submodule and not cleaned up. This results in a dirty tree and gross version strings. This commit removes the temporary file from the git tree. Resolves open-power/op-build/#1729 Change-Id: Ica28c61ab10455e8546ab6896775c46ab82dcd0b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51678 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix memd_creation file input and output pathsCorey Swenson2017-10-301-5/+19
| | | | | | | | | Change-Id: Ie1147e0b44263a1a75b999b099bbcb131d287c35 CQ:SW406277 CMVC-Coreq:1037546 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48958 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Specifying which machine we're building for memd changesElizabeth Liner2017-10-101-1/+1
| | | | | | | | | | | | | | | | | Due to the manner in which fspCI compiles, we were having an issue where a placeholder file was being overwritten by its counterpart for another machine. This commit moves the placeholder file from the common directory to the specific machine directory. Change-Id: I4ba995f71b41848510e165cb64a802d8041c080d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48141 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> 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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Removing first byte from MEMD binaryElizabeth Liner2017-09-251-1/+19
| | | | | | | | | | | | Change-Id: I8cd48e40be7e3f756daba2019e410881d563085d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46118 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Adding script to generate Memd header and binary fileElizabeth Liner2017-08-141-0/+176
Change-Id: Ia16626a5a3370256bf7f1af0cec3f01545c93590 RTC:175158 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44196 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
OpenPOWER on IntegriCloud