26 Jun, 2015

2 commits

  • This sets the default commands Kconfig to match
    include/config_cmd_default.h commands in the common/Kconfig and removes
    them from include/configs.

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
    Signed-off-by: Tom Rini

    Joe Hershberger
     
  • Some archs/boards specify their own default by pre-defining the config
    which causes the Kconfig system to mix up the order of the configs in
    the defconfigs... This will cause merge pain if allowed to proliferate.

    Remove the configs that behave this way from the archs.

    A few configs still remain, but that is because they only exist as
    defaults and do not have a proper Kconfig entry. Those appear to be:

    SPIFLASH
    DISPLAY_BOARDINFO

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
    drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
    Signed-off-by: Tom Rini

    Joe Hershberger
     

01 Jun, 2015

2 commits


13 May, 2015

1 commit

  • In order to reduce merge conflicts and to maintain the simplest possible
    defconfig files, we should be using the savedefconfig feature of Kconfig
    every time a new feature is added. This keeps the defconfig settings to
    a minimum (only those things not default) and keeps them in the same
    order as the Kconfig options.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

25 Sep, 2014

1 commit

  • 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