Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

fsl_ddr_gen4.c

  • York Sun's avatar
    f80d6472
    driver/ddr/fsl: Fix DDR4 driver · f80d6472
    York Sun authored
    
    When accumulated ECC is enabled, the DQ_MAP for ECC[4:7] needs to be set
    to 0, i.e. 0->0, 1->1, etc., required by controller logic, even these pins
    are not actually connected.
    
    Also fix a bug when reading from DDR register to use proper accessor for
    correct endianess.
    
    Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
    f80d6472
    History
    driver/ddr/fsl: Fix DDR4 driver
    York Sun authored
    
    When accumulated ECC is enabled, the DQ_MAP for ECC[4:7] needs to be set
    to 0, i.e. 0->0, 1->1, etc., required by controller logic, even these pins
    are not actually connected.
    
    Also fix a bug when reading from DDR register to use proper accessor for
    correct endianess.
    
    Signed-off-by: default avatarYork Sun <yorksun@freescale.com>