dram/ddr3: Use the same naming convention as DDR4
Change-Id: Ifaff19c0117b5247d3321605ccc2e97bf8226ca8 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82216 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0f45e17f56
commit
8bcd8210ea
7 changed files with 39 additions and 39 deletions
|
|
@ -27,12 +27,12 @@
|
|||
*
|
||||
* @{
|
||||
*/
|
||||
#define SPD_DIMM_MOD_ID1 117
|
||||
#define SPD_DIMM_MOD_ID2 118
|
||||
#define SPD_DIMM_SERIAL_NUM 122
|
||||
#define SPD_DIMM_SERIAL_LEN 4
|
||||
#define SPD_DIMM_PART_NUM 128
|
||||
#define SPD_DIMM_PART_LEN 18
|
||||
#define SPD_DDR3_MOD_ID1 117
|
||||
#define SPD_DDR3_MOD_ID2 118
|
||||
#define SPD_DDR3_SERIAL_NUM 122
|
||||
#define SPD_DDR3_SERIAL_LEN 4
|
||||
#define SPD_DDR3_PART_NUM 128
|
||||
#define SPD_DDR3_PART_LEN 18
|
||||
/** @} */
|
||||
|
||||
/* Byte 3 [3:0]: DDR3 Module type information */
|
||||
|
|
@ -145,7 +145,7 @@ struct dimm_attr_ddr3_st {
|
|||
/* ASCII part number - NULL terminated */
|
||||
u8 part_number[17];
|
||||
/* Serial number */
|
||||
u8 serial[SPD_DIMM_SERIAL_LEN];
|
||||
u8 serial[SPD_DDR3_SERIAL_LEN];
|
||||
};
|
||||
|
||||
enum ddr3_xmp_profile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue