09 Mar, 2018

1 commit


27 Oct, 2017

1 commit


29 Jan, 2017

1 commit

  • In the cases of some boards, a MACH_TYPE number is used which is either
    not registered upstream or worse (for functionality) is re-using the
    number of a different (or reference) platform instead. Make sure we
    have a comment in these cases.

    Cc: Albert ARIBAUD
    Cc: Walter Schweizer
    Cc: Stefan Roese
    Cc: Fabio Estevam
    Signed-off-by: Tom Rini
    Acked-by: Stefan Roese

    Tom Rini
     

04 Jun, 2016

1 commit

  • Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
    into CONFIG_USB_XHCI_HCD.

    As commented in the help of "config USB_XHCI" entry, this has been
    a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
    have been unified in favor of the former.

    Note:
    Some boards define CONFIG_USB_XHCI in their headers without
    CONFIG_USB, which does not meet the "depends on" in Kconfig.
    I added CONFIG_USB=y for those boards when converting.
    Otherwise, they would fail to build.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

06 Aug, 2015

2 commits


19 Apr, 2015

1 commit


28 Feb, 2015

1 commit

  • This patch adds "iRAM, CPU state and low power" configs
    which are the addresses acting as flag registers.

    iROM code checks CONFIG_LOWPOWER_FLAG address. If it is equal
    to CONFIG_LOWPOWER_EN then it jumps to the address (0x02020000+CPUID*4).
    This is a part of iROM logic. Rest other flags are being used at
    various places during kernel switching and reset.
    They are nowhere documented because they are part programming.
    These configs are serving as flags for us because they are
    representing the addresses in iRAM which we are using for
    storing and extracting CPU Status and GIC status.

    Signed-off-by: Akshay Saraswat
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Akshay Saraswat
     

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
     

22 Dec, 2014

1 commit

  • The media for boot and environment is a board-specific feature, not a
    processor-specific. This is same to console port number and some
    other addresses. This patch moves the that kinds of configs to each
    board-specific files from the common config file for Exynos5420.

    Signed-off-by: Hyungwon Hwang
    Acked-by: Simon Glass
    Tested-by: Kevin Hilman
    Signed-off-by: Minkyu Kang

    Hyungwon Hwang
     

17 Nov, 2014

3 commits

  • 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
     
  • Since, not every board may have all memory channels configured
    and all available banks of DMC used, we wish to refactor configs
    for Memory Bank size and numbers as per board memory config.
    For Example, Peach-Pit has 2GB memory and will be using only 4 banks
    but Peach-Pi has 3.5GB memory and will be using all 7 available
    SDRAM banks.

    Signed-off-by: Akshay Saraswat
    Acked-by: Simon Glass
    Tested-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Akshay Saraswat
     
  • This adds following things :
    - New config and defconfig for Peach-Pi board.
    - Alterations in Kconfig and MAINTAINERS.
    - Addition of CONFIG_EXYNOS5800.
    - ADdition of exynos5800-peach-pi in dts list.

    Signed-off-by: Akshay Saraswat
    Acked-by: Simon Glass
    Tested-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Akshay Saraswat
     

08 Oct, 2014

2 commits