11 Oct, 2014

1 commit

  • The K2HK and K2E boards support SPL by default, so add
    CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE
    and TARGET_K2*_EVM options to spl/.config as they are the same.
    So now it's convinient to build gph images using only two commands:

    make k2hk_evm_defconfig
    make u-boot-spi.gph

    Acked-By: Murali Karicheri
    Signed-off-by: Murali Karicheri
    Signed-off-by: Ivan Khoronzhuk

    Murali Karicheri
     

10 Oct, 2014

5 commits


05 Oct, 2014

1 commit


26 Sep, 2014

3 commits


25 Sep, 2014

8 commits

  • This option specifies the default Device Tree used for the run-time
    configuration of U-Boot.

    Signed-off-by: Masahiro Yamada
    Cc: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Cc: Michal Simek

    Masahiro Yamada
     
  • This commit moves:
    CONFIG_OF_CONTROL
    CONFIG_OF_SEPARATE
    CONFIG_OF_EMBED
    CONFIG_OF_HOSTFILE

    Because these options are currently not supported for SPL,
    the "Device Tree Control" menu does not appear in the SPL
    configuration.

    Note:
    zynq-common.h should be adjusted so as not to change the
    default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Acked-by: Michal Simek

    Masahiro Yamada
     
  • Since CONFIG_CMD_IMPORTENV is defined in config_cmd_defaults.h,
    it should be enabled for all the boards except bf506f-ezkit
    that undefs it explicitely.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Masahiro Yamada
     
  • Since CONFIG_CMD_EXPORTENV is defined in config_cmd_defaults.h,
    it should be enabled for all the boards except bf506f-ezkit
    that undefs it explicitely.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Masahiro Yamada
     
  • Since CONFIG_CMD_CRC32 is defined in config_cmd_defaults.h,
    it is enabled for all the boards except the ones undefining it
    explicitly:
    kwb
    tseries_mmc
    tseries_nand
    tseries_spi
    vct_platinum_onenand_small
    vct_platinum_small
    vct_platinumavc_onenand_small
    vct_platinumavc_small
    vct_premium_onenand_small
    vct_premium_small

    The default value of this config option should be "y" and
    "# CONFIG_CMD_CRC32 is not set" should be added for those exceptions.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass

    Masahiro Yamada
     
  • CONFIG_CMD_BOOTM is defined in config_cmd_defaults.h
    which is forcebly included from each board.
    So, the default value of "config CMD_BOOTM" should be "y".

    For some boards undefining it (bf506f-ezkit, controlcenterd_TRAILBLA,
    controlcenterd_TRAILBLAZER_DEVELOP, controlcenterd_TRAILBLAZER),
    "# CONFIG_CMD_BOOTM is not set" should be added to their defconfig.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass

    Masahiro Yamada
     
  • If this option is enabled, the objects under lib/ directory
    are compiled with speed optimization, not size optimization.
    (Currently, only used by some Blackfin boards.)

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Masahiro Yamada
     
  • T1042RDB is a Freescale reference board that hosts the T1042 SoC
    (and variants). The board is similar to T1040RDB, T1042 is a reduced
    personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch).

    T1042RDB is configured with serdes protocol 0x86 which can support
    following interfaces
    - 2 RGMII's on DTSEC4, DTSEC5
    - 1 SGMII on DTSEC3
    DTSEC1, DTSEC2 are not connected on board.

    This Patch
    - add T1042RDB support
    - updates README file for T1042RDB details and update commands for switching
    to alternate banks from vBank0 to vBank4 and vice versa

    This patch also does minor clean ups for fdt defines for T1042RDB and
    T1042RDB_PI board

    Signed-off-by: Vijay Rai
    Signed-off-by: Priyanka Jain
    Reviewed-by: York Sun

    vijay rai
     

18 Sep, 2014

1 commit


17 Sep, 2014

2 commits


12 Sep, 2014

1 commit


09 Sep, 2014

5 commits


05 Sep, 2014

4 commits


01 Sep, 2014

1 commit

  • The QS Systems TQMa6 board support was added by commit cb07d74e
    and lost by commit e82abaeb.

    Commit e82abaeb merged the IMX branch based on pre-Kconfig
    and the mainline based on post-Kconfig, simply deleting
    the boards.cfg file. As a result, some boards added just before
    the merge were lost.

    This commit adds Kconfig, defconfig, MAINTAINERS for TQMa6 board
    to work on the Kconfig infrastructure.

    Signed-off-by: Masahiro Yamada
    Cc: Markus Niebel
    Cc: Stefano Babic

    Masahiro Yamada
     

31 Aug, 2014

8 commits