diff options
| author | aalugore <aalugore@us.ibm.com> | 2016-01-22 13:36:14 -0600 |
|---|---|---|
| committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-21 13:51:43 -0500 |
| commit | 4f4f097d65e919bcc8bd5706f50ea0f413b8bfef (patch) | |
| tree | 90030301032f3a87e952e5c161763bab0ad812be /src/usr/ipmi | |
| parent | 18e7af4cee8e4a9b88dee257edffb528b969ecd3 (diff) | |
| download | blackbird-hostboot-4f4f097d65e919bcc8bd5706f50ea0f413b8bfef.tar.gz blackbird-hostboot-4f4f097d65e919bcc8bd5706f50ea0f413b8bfef.zip | |
DDR4 - Allow SPD writes
-DDR4 has 512-byte EEPROM with 2 256-byte pages.
This commit contains the necessary page switching
logic to support this.
Change-Id: Iaa8e3e344def98b71d6a9e9387c5e0d9137a0397
RTC:137707
ForwardPort: yes
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/797
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins OP Build CI
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/871
Diffstat (limited to 'src/usr/ipmi')
| -rw-r--r-- | src/usr/ipmi/ipmifruinv.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/ipmi/ipmifruinv.C b/src/usr/ipmi/ipmifruinv.C index 720b979a1..ab25c8c50 100644 --- a/src/usr/ipmi/ipmifruinv.C +++ b/src/usr/ipmi/ipmifruinv.C @@ -473,7 +473,8 @@ errlHndl_t isdimmIpmiFruInv::addVpdData(std::vector<uint8_t> &io_data, if (l_errl) { TRACFCOMP(g_trac_ipmi,"isdimmIpmiFruInv::addVpdData - " - "Error while reading SPD keyword size"); + "Error while reading SPD keyword size for keyword 0x%x", + i_keyword); break; } |

