diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2014-09-08 15:56:45 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-17 14:12:26 -0500 |
| commit | c9cf241bc97ff6aba866d6acf167fd910a0f39c5 (patch) | |
| tree | 37f0ddf358ee5cf5aff393ceee9d3aafb4887f72 /src/usr/vpd/HBconfig | |
| parent | 1428a1fabd827dcc8b43fd0039bfc75d2712c190 (diff) | |
| download | talos-hostboot-c9cf241bc97ff6aba866d6acf167fd910a0f39c5.tar.gz talos-hostboot-c9cf241bc97ff6aba866d6acf167fd910a0f39c5.zip | |
BMC: VPD Caching in PNOR
For MVPD CVPD SPD, during presence detect VPD part number and
serial number are compared between PNOR and SEEPROM. Mismatch
triggers copy of VPD from SEEPROM to PNOR.
Change-Id: Ia0a7b3fdf80bc15aee05c1303efa406fffa318ce
RTC: 106885
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13233
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/HBconfig')
| -rw-r--r-- | src/usr/vpd/HBconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr/vpd/HBconfig b/src/usr/vpd/HBconfig index 76aeb7192..3995b1982 100644 --- a/src/usr/vpd/HBconfig +++ b/src/usr/vpd/HBconfig @@ -24,13 +24,11 @@ config CVPD_WRITE_TO_HW config MVPD_READ_FROM_PNOR default y - depends on !MVPD_READ_FROM_HW help Read Module VPD data from PNOR cache config MVPD_READ_FROM_HW - default y if !MVPD_READ_FROM_PNOR - depends on !MVPD_READ_FROM_PNOR + default n help Read Module VPD data from HW resources @@ -48,13 +46,11 @@ config MVPD_WRITE_TO_HW config DJVPD_READ_FROM_PNOR default y - depends on !DJVPD_READ_FROM_HW help Read Dimm JEDEC VPD/SPD data from PNOR cache config DJVPD_READ_FROM_HW - default y if !DJVPD_READ_FROM_PNOR - depends on !DJVPD_READ_FROM_PNOR + default n help Read Dimm JEDEC VPD/SPD data from HW resources |

