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