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
     

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


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
     

12 May, 2010

1 commit

  • SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3.
    The difference has ben examined and the code is compatible.
    Speed bins is not verified on hardware for CL7 at this moment.

    This patch also enables SPD Rev 1.x where x is up to "F". According to SPD
    spec, the lower nibble is optionally used to determine which additinal bytes
    or attribute bits have been defined. Software can safely use defaults. However,
    the upper nibble should always be checked.

    Signed-off-by: York Sun
    Signed-off-by: Kumar Gala

    York Sun
     

31 Mar, 2009

1 commit


27 Aug, 2008

1 commit