diff options
| author | Grover Monster <bsilver@us.ibm.com> | 2016-08-19 15:45:23 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2016-09-02 15:07:25 -0400 |
| commit | abcddd674843ac76c72966014707369a2d73b8ec (patch) | |
| tree | cecec60b9b89cc072a9b8d9f0f85ba4c8795b7cf /src/import/hwpf/fapi2/xml | |
| parent | ad5994c1a9346903ef6bb5b0b69d700b39567b16 (diff) | |
| download | blackbird-hostboot-abcddd674843ac76c72966014707369a2d73b8ec.tar.gz blackbird-hostboot-abcddd674843ac76c72966014707369a2d73b8ec.zip | |
Change VPD for power on and VBU
Create directory for ZZ, vbu and templates
Add ZZ vpd, vbu vpd, dq map and cke map templates
Update hb_temp_defaults.xml with new attributes in MR
Update the accessor generator to handle non-array attrs
Update the vpd decoder generator to handle MCS attrs only
Add comment describing nibble/rank mapping for VPD
Add support for signed attributes
Change-Id: Ib37b21b72a9885e0a104d63e37005935a4c2d8b9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28961
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28994
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index 3bc0cce27..a4562b18b 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -423,8 +423,19 @@ <attribute> <id>ATTR_MSS_PORT_MAXPOWER</id> </attribute> - - <!-- ===================================================================== + <attribute> + <id>ATTR_MSS_VPD_MR_DPHY_RLO</id> + </attribute> + <attribute> + <id>ATTR_MSS_VPD_MR_DPHY_WLO</id> + </attribute> + <attribute> + <id>ATTR_MSS_VPD_MR_TSYS_ADR</id> + </attribute> + <attribute> + <id>ATTR_MSS_VPD_MR_TSYS_DATA</id> + </attribute> +<!-- ===================================================================== End of temporary definitions ================================================================= --> |

