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
     

10 Nov, 2015

1 commit

  • After consulting with some of the SPDX team, the conclusion is that
    Makefiles are worth adding SPDX-License-Identifier tags too, and most of
    ours have one. This adds tags to ones that lack them and converts a few
    that had full (or in one case, very partial) license blobs into the
    equivalent tag.

    Cc: Kate Stewart
    Signed-off-by: Tom Rini

    Tom Rini
     

20 Feb, 2014

1 commit


21 Jul, 2009

1 commit


23 Feb, 2009

1 commit

  • A forward port of the last version to work with the newer smc911x driver.
    I only have a board with a LAN9218 part on it, so that is the only one
    I've tested. But there isn't anything in this that would make it terribly
    chip specific afaik.

    Signed-off-by: Mike Frysinger
    CC: Sascha Hauer
    CC: Guennadi Liakhovetski
    CC: Magnus Lilja
    Signed-off-by: Ben Warren

    Mike Frysinger
     

25 Jan, 2009

1 commit


31 Aug, 2008

1 commit


08 Apr, 2008

1 commit


04 Mar, 2008

1 commit


03 Mar, 2008

1 commit


05 Feb, 2008

2 commits


13 May, 2007

1 commit


19 Mar, 2007

1 commit


24 Oct, 2006

2 commits


09 Oct, 2006

1 commit


04 Sep, 2006

1 commit


02 Sep, 2006

1 commit

  • Modifications are based on the linux kernel approach and
    support two use cases:

    1) Add O= to the make command line
    'make O=/tmp/build all'

    2) Set environement variable BUILD_DIR to point to the desired location
    'export BUILD_DIR=/tmp/build'
    'make'

    The second approach can also be used with a MAKEALL script
    'export BUILD_DIR=/tmp/build'
    './MAKEALL'

    Command line 'O=' setting overrides BUILD_DIR environent variable.

    When none of the above methods is used the local build is performed and
    the object files are placed in the source directory.

    Marian Balakowicz
     

01 Sep, 2006

1 commit


08 Jun, 2006

1 commit


02 Jun, 2006

1 commit


28 Apr, 2006

1 commit


12 Mar, 2006

1 commit

  • - add support for Analog Devices Blackfin BF533 CPU
    - add support for the ADI BF533 Stamp uClinux board
    - add support for the ADI BF533 EZKit board
    Patches by Richard Klingler, June 11th 2005:

    Wolfgang Denk
     

27 Jan, 2006

1 commit


16 May, 2005

1 commit


08 May, 2005

1 commit


10 Jan, 2005

1 commit


11 Oct, 2004

1 commit


11 Jul, 2004

1 commit

  • Add support for WindRiver's SBC8560 board

    * Patch by Nicolas Lacressonniere, 24 Jun 2004
    Small Bugs fixes for "at91rm9200dk" board:
    - Timing modifications for SPI DataFlash access
    - Fix NAND flash detection bug

    * Patch by Nicolas Lacressonniere, 24 Jun 2004:
    Add Support for Flash AT49BV6416 for AT91RM9200DK board

    wdenk
     

20 May, 2004

1 commit


19 Apr, 2004

1 commit


12 Feb, 2004

1 commit

  • * Patch by Josef Baumgartner, 10 Feb 2004:
    Fixes for Coldfire port

    * Patch by Brad Kemp, 11 Feb 2004:
    Fix CFI flash driver problems

    wdenk
     

03 Jan, 2004

1 commit


08 Dec, 2003

2 commits


15 Oct, 2003

1 commit


09 Oct, 2003

1 commit

  • - add support for Altera Nios-32 CPU
    - add support for Nios Cyclone Development Kit (DK-1C20)

    * Patch by Steven Scholz, 29 Sep 2003:
    - A second parameter for bootm overwrites the load address for
    "Standalone Application" images.
    - bootm sets environment variable "filesize" to the resulting
    (uncompressed) data length for "Standalone Application" images
    when autostart is set to "no". Now you can do something like
    if bootm $fpgadata $some_free_ram ; then
    fpga load 0 $some_free_ram $filesize
    fi

    * Patch by Denis Peter, 25 Sept 2003:
    add support for the MIP405 Rev. C board

    wdenk
     

12 Sep, 2003

2 commits