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/include/usr/vpd/spdenums.H | |
| parent | 1428a1fabd827dcc8b43fd0039bfc75d2712c190 (diff) | |
| download | blackbird-hostboot-c9cf241bc97ff6aba866d6acf167fd910a0f39c5.tar.gz blackbird-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/include/usr/vpd/spdenums.H')
| -rw-r--r-- | src/include/usr/vpd/spdenums.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/vpd/spdenums.H b/src/include/usr/vpd/spdenums.H index 43465e01d..fdd6ce530 100644 --- a/src/include/usr/vpd/spdenums.H +++ b/src/include/usr/vpd/spdenums.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ |

