mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
drivers/ddr/fsl: Add calculation of register control words
DDR4 RDIMM has some information in SPD to be used to calculate the control words for register chip. The rest can be found from JEDEC spec DDR4RCD02. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -106,7 +106,7 @@ typedef struct dimm_params_s {
|
||||
int tqhs_ps; /* byte 45, spd->tqhs */
|
||||
#endif
|
||||
|
||||
/* DDR3 RDIMM */
|
||||
/* DDR3 & DDR4 RDIMM */
|
||||
unsigned char rcw[16]; /* Register Control Word 0-15 */
|
||||
#ifdef CONFIG_SYS_FSL_DDR4
|
||||
unsigned int dq_mapping[18];
|
||||
|
Reference in New Issue
Block a user