amd/agesa/f14/Proc/Mem/Tech/DDR3/mtlrdimm3.h: Correct SPD_PERSONALITY_BYTE
Regarding Annex K: Serial Presence Detect (SPD) for DDR3 SDRAM Modules DDR3 - Document Release 6 (JEDEC Standard No. 21-C Page 4.1.2.11 – 69) memory buffer personality bytes is located at bytes 102 ~ 116. Change-Id: I7d225fb5e80b537b4c0ce1c23b7a4524e9109a7b Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61900 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@tutanota.com>
This commit is contained in:
parent
ae2c045733
commit
90e4d744cc
|
@ -103,7 +103,7 @@
|
|||
#define SPD_MDQ_800_1066 72
|
||||
#define SPD_QXODT_800_1066 73
|
||||
#define SPD_MR1_MR2_800_1066 77
|
||||
#define SPD_PERSONALITY_BYTE 150
|
||||
#define SPD_PERSONALITY_BYTE 102
|
||||
|
||||
#define SPD_FREQ_DIFF_OFFSET 6
|
||||
|
||||
|
|
Loading…
Reference in New Issue