20 Feb, 2020

1 commit


18 Jan, 2020

2 commits


10 Jan, 2020

4 commits


03 Dec, 2019

6 commits


12 Aug, 2019

2 commits


23 Jun, 2019

1 commit


24 May, 2019

6 commits


16 Sep, 2018

3 commits


11 Sep, 2018

1 commit


24 Jul, 2018

1 commit


19 Jun, 2018

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
     

31 Jan, 2018

1 commit


24 Jan, 2018

1 commit


03 Oct, 2017

1 commit

  • Convert the m68k architecture to make use of the new asm-generic/io.h to
    provide address mapping functions. As the generic implementations are
    suitable for m68k this is primarily a matter of emoving code.

    Feedback from architecture maintainers is welcome.

    Signed-off-by: Paul Burton
    Cc: Huan Wang
    Cc: Angelo Dureghello
    Acked-by: Angelo Dureghello
    Tested-by: Angelo Dureghello

    Paul Burton
     

18 Aug, 2017

4 commits


16 Aug, 2017

2 commits

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • At present we support multiple environment drivers but there is not way to
    select between them at run time. Also settings related to the position and
    size of the environment area are global (i.e. apply to all locations).

    Until these limitations are removed we cannot really support more than one
    environment location. Adjust the location to be a choice so that only one
    can be selected. By default the environment is 'nowhere', meaning that the
    environment exists only in memory and cannot be saved.

    Also expand the help for the 'nowhere' option and move it to the top since
    it is the default.

    Signed-off-by: Simon Glass
    [trini: Move all of the imply logic to default X if Y so it works again]
    Signed-off-by: Tom Rini

    Simon Glass
     

26 Jul, 2017

1 commit


16 Jan, 2017

1 commit