diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2018-09-03 02:31:59 -0500 |
|---|---|---|
| committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2018-09-05 00:53:36 -0500 |
| commit | 4f68936b480161076ab91fa379c8f392aa2140b2 (patch) | |
| tree | 2d54052f6f64c1bb26059db80ad0e14914692ad7 /src/include/usr/vpd | |
| parent | 53569a27d4dadcae85450f8fdd2deeba189f1a83 (diff) | |
| download | blackbird-hostboot-4f68936b480161076ab91fa379c8f392aa2140b2.tar.gz blackbird-hostboot-4f68936b480161076ab91fa379c8f392aa2140b2.zip | |
Update VPD in correct node at runtime
Fixes VPD writes in runtime code to include the node HUID of the target
whose VPD is to be written in the communication to FSP so that FSP can
apply the update to the VPD within the correct node
Change-Id: Ic0801450e312714e80f067b4817b4d06d8236f0c
CQ: SW444403
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65615
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: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/include/usr/vpd')
| -rw-r--r-- | src/include/usr/vpd/vpdreasoncodes.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/vpd/vpdreasoncodes.H b/src/include/usr/vpd/vpdreasoncodes.H index 8c7402158..a0c552b29 100644 --- a/src/include/usr/vpd/vpdreasoncodes.H +++ b/src/include/usr/vpd/vpdreasoncodes.H @@ -148,7 +148,7 @@ enum vpdReasonCode VPD_EEPROM_VPD_PRIMARY_INFO_MISSING = VPD_COMP_ID | 0x3a, VPD_RT_NODE_TOO_LARGE = VPD_COMP_ID | 0x3b, VPD_CANNOT_WRITE_OVERRIDDEN_VPD = VPD_COMP_ID | 0x3c, - + VPD_FAILED_TO_RESOLVE_NODE_TARGET = VPD_COMP_ID | 0x3d, }; |

