18 Jan, 2020

2 commits


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
     

18 Aug, 2017

1 commit

  • Sysam stmark2 board is a generic and fully (hw and sw) open board, with
    a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
    as non volatile memories, and a wifi module included on-board.
    The board is actually used mainly for Coldfire custodian testing activity
    related to the mcf5441x Coldfire family.

    For further information please see: http://sysam.it/cff_stmark2.html

    Signed-off-by: Angelo Dureghello
    ---

    Changes in v2:
    - remove CMD_REGINFO
    - add board information in commit message

    Angelo Dureghello
     

13 Apr, 2017

1 commit


06 Apr, 2017

2 commits


31 Oct, 2016

1 commit


25 Sep, 2016

1 commit


20 Jan, 2016

1 commit

  • For historical reason, CONFIG_SYS_TEXT_BASE has been specified
    in various ways:

    [1] by board/${VENDOR}/${BOARD}/config.mk

    [2] by CONFIG_SYS_EXTRA_OPTIONS
    (This was "options" field of boards.cfg before Kconfig conversion)

    [3] by include/configs/${BOARD}.h

    [4] by configs/${BOARD}_defconfig

    Most of M68K boards use either [1] or [2], both of which we want to
    deprecate. Switch them into [4], which is the newest way (Kconfig).

    We still allow [3] too, because it is still used by many boards and
    we expect much time for conversion.

    Signed-off-by: Masahiro Yamada
    Acked-by: Angelo Dureghello
    Reviewed-by: Simon Glass

    Masahiro Yamada
     

24 Apr, 2015

1 commit


06 Mar, 2015

1 commit