07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

31 Jan, 2018

1 commit


19 Jan, 2016

1 commit

  • In a number of places we had wordings of the GPL (or LGPL in a few
    cases) license text that were split in such a way that it wasn't caught
    previously. Convert all of these to the correct SPDX-License-Identifier
    tag.

    Signed-off-by: Tom Rini

    Tom Rini
     

23 Apr, 2014

1 commit


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