11 Oct, 2014

3 commits


10 Oct, 2014

6 commits


09 Oct, 2014

1 commit


08 Oct, 2014

3 commits


06 Oct, 2014

1 commit

  • This patch adds support for the OT1200 series of devices.

    Following components are used in u-boot:
    + ethernet
    + i2c
    + emmc
    + gpio

    For more details see README.

    Changes v1 > v2
    - make use of enable_cspi_clock(..)
    - fix usage of OUTPUT_40OHM define
    - added README

    Changes v2 > v3
    - improve spelling in README
    - added own copy of mx6q_4x_mt41j128.cfg

    Signed-off-by: Christian Gmeiner

    Christian Gmeiner
     

05 Oct, 2014

1 commit


30 Sep, 2014

2 commits

  • Update the ddr scripts for LPDDR2 and add two build configs for LPDDR2
    arm2 board. Since the LPDDR2 arm2 board has different DDR size, use
    CONFIG_DDR_MB in defconfig to replace the PHYS_SDRAM_SIZE.

    Signed-off-by: Ye.Li

    Ye.Li
     
  • This patch adds the i.MX6DL arm2 board support. The i.MX6DL ARM2
    shared the same board with i.MX6Q ARM2 board since the i.MX6DL is
    pin-pin compatible with i.MX6Q.

    The patch also support the DDR 32-BIT mode option. Please define
    CONFIG_DDR_32BIT in the board configure file to enable DDR 32-BIT
    mode.But due to the board design, it's 64bit DDR buswidth physically,
    so, if you CONFIG_DDR_32BIT, the DDR memory size will be half of it.

    Signed-off-by: Ye.Li

    Ye.Li
     

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
     

22 Sep, 2014

2 commits


18 Sep, 2014

1 commit


17 Sep, 2014

2 commits


16 Sep, 2014

1 commit

  • This adds NAND support for the Vybrid tower system (TWR-VF65GS10)
    provided by the vf610_nfc driver. Full 16-Bit bus width is
    supported. Also an aditional config vf610twr_nand is introduced
    which gets the environment from NAND. However, booting U-Boot from
    NAND is not yet possible due to missing boot configuration block
    (BCB).

    Signed-off-by: Stefan Agner

    Stefan Agner
     

12 Sep, 2014

1 commit


09 Sep, 2014

5 commits