26 Jul, 2015

1 commit


15 Jul, 2015

9 commits


09 Jul, 2015

2 commits


08 Jul, 2015

1 commit


06 Jul, 2015

1 commit


05 Jul, 2015

1 commit

  • Sinlinx SinA33 is a core/daughter board SDK kit from Sinlinx. It has
    the A33 SoC, USB host, USB OTG, audio input/output, LCD, camera, SDIO
    and GPIO headers.

    Signed-off-by: Chen-Yu Tsai
    Reviewed-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Chen-Yu Tsai
     

03 Jul, 2015

3 commits


02 Jul, 2015

3 commits


01 Jul, 2015

2 commits


30 Jun, 2015

1 commit


28 Jun, 2015

1 commit


27 Jun, 2015

3 commits


26 Jun, 2015

3 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
     
  • Boards using link-local need lib rand.

    When link-local is moved to Kconfig, this dependency will be described
    there.

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     

20 Jun, 2015

4 commits


17 Jun, 2015

1 commit

  • The MSI Primo 81 is an Allwinner A31s-based tablet on which the
    OTG port is the only accessible USB interface. The existing
    defconfig had VGA console on the LCD enabled, but was missing
    keyboard support because the prerequisites for that (sunxi MUSB
    support and AXP221 GPIO support) had not been available before.
    All previously missing dependencies are available now, so this
    patch enables keyboard support and its prerequisites in the
    defconfig.

    Signed-off-by: Karsten Merker
    Reviewed-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Karsten Merker
     

15 Jun, 2015

3 commits


12 Jun, 2015

1 commit