17 Oct, 2013

1 commit

  • Some DDR related structures present in fsl_ddr_dimm_params.h, fsl_ddr_sdram.h, ddr_spd.h
    has various parameters with embedded acronyms capitalized that trigger the CamelCase
    warning in checkpatch.pl

    Convert those variable names to smallcase naming convention and modify all files
    which are using these structures with modified structures.

    Signed-off-by: Priyanka Jain

    Priyanka Jain
     

15 Oct, 2013

1 commit


24 Aug, 2012

1 commit


29 Nov, 2011

1 commit


12 Jul, 2011

1 commit


04 Apr, 2011

1 commit

  • The numeric constants in the switch statements are replaced by #defines
    added to the common ddr_spd.h header. This dramatically improves the
    readability of the switch statments.

    In addition, a few of the longer lines were cleaned up, and the DDR2
    type for an SO-RDIMM module was added to the DDR2 switch statement.

    Signed-off-by: Kyle Moffett
    Cc: Andy Fleming
    Cc: Kim Phillips
    Acked-by: York Sun
    Signed-off-by: Kumar Gala

    Kyle Moffett
     

27 Jul, 2010

1 commit

  • Enabled registered DIMMs using data from SPD. RDIMMs have registers
    which need to be configured before using. The register configuration
    words are stored in SPD byte 60~116 (JEDEC standard No.21-C). Software
    should read those RCWs and put into DDR controller before initialization.

    Signed-off-by: York Sun

    york
     

31 Mar, 2009

1 commit


27 Aug, 2008

1 commit