diff options
author | Andre Marin <aamarin@us.ibm.com> | 2017-10-11 17:16:47 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-10-17 16:00:30 -0400 |
commit | 9bc838a525559eb6e68494b51931846975d17ac2 (patch) | |
tree | 288e5043c1425b620dda4284917fa411260bfffc /src/import | |
parent | ebea5e69f6c3a86de8103126dc69a3d8942227e9 (diff) | |
download | talos-hostboot-9bc838a525559eb6e68494b51931846975d17ac2.tar.gz talos-hostboot-9bc838a525559eb6e68494b51931846975d17ac2.zip |
Add 16Gb trfc_dlr missing timing values
Change-Id: I8398d6d46263c238aec6ab1ce7453ada0d944fd9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48271
Reviewed-by: Michael D. Pardeik <pardeik@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48274
Reviewed-by: Hostboot Team <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>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.C | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.C b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.C index 04e3ff0ea..ebc203f2e 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.C +++ b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.C @@ -58,7 +58,7 @@ static const std::vector<std::pair<uint8_t, uint64_t> > TRFC_DLR1 = // { density in GBs, tRFC4(min) in picoseconds } {4, 90000}, {8, 120000}, - // 16Gb - TBD + {16, 185000}, }; // Proposed DDR4 3DS Addendum @@ -69,8 +69,8 @@ static const std::vector<std::pair<uint8_t, uint64_t> > TRFC_DLR2 = { // { density in GBs, tRFC4(min) in picoseconds } {4, 55000}, - {8, 90000} - // 16Gb - TBD + {8, 90000}, + {16, 120000}, }; // Proposed DDR4 3DS Addendum @@ -81,8 +81,8 @@ static const std::vector<std::pair<uint8_t, uint64_t> > TRFC_DLR4 = { // { density in GBs, tRFC4(min) in picoseconds } {4, 40000}, - {8, 55000} - // 16Gb - TBD + {8, 55000}, + {16, 90000}, }; /// |