summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/plat_spd_access.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2/plat_spd_access.C')
-rw-r--r--src/usr/fapi2/plat_spd_access.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/fapi2/plat_spd_access.C b/src/usr/fapi2/plat_spd_access.C
index 0d354020d..6f3107f0c 100644
--- a/src/usr/fapi2/plat_spd_access.C
+++ b/src/usr/fapi2/plat_spd_access.C
@@ -108,7 +108,10 @@ fapi2::ReturnCode getSPD(
if( l_memModule == SPD::MEM_DDIMM )
{
- o_size = SPD::DDIMM_DDR4_SPD_SIZE;
+ // currently getSPD only supports the ENTIRE_SPD
+ // keyword. In the DDIMM case this include the EFD
+ // data so be sure to reflect that in the size we return.
+ o_size = SPD::OCMB_SPD_EFD_COMBINED_SIZE;
}
else
{
OpenPOWER on IntegriCloud