mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 22:12:40 +00:00
driver/ddr/fsl: Add address parity support for DDR4 UDIMM/discrete
Add support of address parity for DDR4 UDIMM or discrete memory. It requires to configurate corresponding MR5[2:0] and TIMING_CFG_7[PAR_LAT]. Parity can be turned on by hwconfig, e.g. hwconfig=fsl_ddr:parity=on. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
5e8e27b743
commit
eb118807a4
4 changed files with 82 additions and 8 deletions
|
@ -123,6 +123,14 @@ ECC can be turned on/off by hwconfig.
|
|||
Syntax is
|
||||
hwconfig=fsl_ddr:ecc=off
|
||||
|
||||
|
||||
Memory address parity on/off
|
||||
============================
|
||||
address parity can be turned on/off by hwconfig.
|
||||
Syntax is:
|
||||
hwconfig=fsl_ddr:parity=on
|
||||
|
||||
|
||||
Memory testing options for mpc85xx
|
||||
==================================
|
||||
1. Memory test can be done once U-Boot prompt comes up using mtest, or
|
||||
|
@ -143,6 +151,7 @@ platform
|
|||
|
||||
hwconfig=fsl_ddr:addr_hash=true,ctlr_intlv=cacheline,bank_intlv=cs0_cs1_cs2_cs3,ecc=on
|
||||
|
||||
|
||||
Table for dynamic ODT for DDR3
|
||||
==============================
|
||||
For single-slot system with quad-rank DIMM and dual-slot system, dynamic ODT may
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue