12 Aug, 2019

1 commit


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 Nov, 2014

1 commit

  • The device id makes u-boot think that this chip needs
    cfi_reverse_geometry(), which is not the case.
    Add it to jedec_flash, so it is handled properly.

    Signed-off-by: Dirk Eibach
    Signed-off-by: Stefan Roese

    Dirk Eibach
     

24 Jul, 2013

1 commit


09 Feb, 2012

1 commit


28 Oct, 2011

1 commit

  • jedec_flash.c: In function 'fill_info':
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'ulong'
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 3 has type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 2 has
    type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 3 has
    type 'ulong'

    Signed-off-by: Marek Vasut
    Cc: Wolfgang Denk
    Cc: Simon Glass
    Cc: Mike Frysinger
    Cc: Scott Wood

    Marek Vasut
     

11 Jan, 2011

1 commit


26 Aug, 2009

1 commit


05 Feb, 2009

1 commit

  • This patch removes the double defined manufacturer defines from
    jedec_flash.c. Since the common defines in flash.h are 32bit
    we now need the (16) cast. This patch also removes the compilation
    warning (e.g. seen on hcu5):

    ./MAKEALL hcu5
    Configuring for hcu5 board...
    jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type

    Signed-off-by: Stefan Roese

    Stefan Roese
     

24 Jan, 2009

1 commit


19 Oct, 2008

1 commit


06 Aug, 2008

1 commit


08 Jul, 2008

1 commit


28 Mar, 2008

1 commit


14 Feb, 2008

1 commit


08 Dec, 2007

2 commits