30 Apr, 2019

1 commit


17 Aug, 2018

1 commit

  • We have the following cases:
    - CONFIG_NR_DRAM_BANKS was defined, migrate normally
    - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
    CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
    - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
    2), set this to 8.

    Signed-off-by: Tom Rini

    Tom Rini
     

07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

08 Sep, 2017

2 commits


16 May, 2017

1 commit


15 May, 2017

1 commit


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