29 Jan, 2017

1 commit


18 Jan, 2017

1 commit

  • Once upon a time u-boot didn't support building with two usb host
    controller types, these days it does. Enable XHCI in addition to the
    existing EHCI support so user can plug usb devices in all available
    ports regardless of the controller type.

    Signed-off-by: Sjoerd Simons
    Reviewed-by: Javier Martinez Canillas
    Reviewed-by: Jaehoon Chung
    Signed-off-by: Minkyu Kang

    Sjoerd Simons
     

06 Aug, 2015

1 commit


19 Apr, 2015

6 commits


30 Jan, 2015

1 commit


30 Dec, 2014

1 commit

  • USB is a pretty common feature on exynos 5 board, so it seems sensible
    to configure it directly from exynos5-common. As a side-effect this
    makes USB available from u-boot on exynos 5420 based boards.

    While there enable support for common USB ethernet cards to make it more
    likely the default config allows booting for network and enable XHCI on
    SMDK5420 which has it defined in the dts but not in its config.

    Signed-off-by: Sjoerd Simons
    Acked-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Sjoerd Simons
     

17 Nov, 2014

1 commit

  • This replaces the existing CONFIG_BOOTCOMMAND for exynos5250 and 5420.

    exynos4 platforms seem to have existing complex extra env configuration for
    booting and so are excluded here. Hence the bootcmd.h is added to
    exynos5-common.h.

    I have build tested on all exynos platforms (MAKEALL -s exynos), but only boot
    tested on arndale.

    Signed-off-by: Ian Campbell
    Reviewed-by: Simon Glass
    Tested-by: Guillaume GARDET
    Signed-off-by: Minkyu Kang

    Ian Campbell
     

08 Oct, 2014

3 commits