24 Feb, 2018

7 commits


22 Feb, 2018

1 commit


15 Feb, 2018

2 commits

  • This converts the following to Kconfig:
    CONFIG_BOOTCOUNT_LIMIT

    Signed-off-by: Lukasz Majewski
    Tested-by: Alex Kiernan
    Reviewed-by: Hannes Schmelzer
    Acked-by: Hannes Schmelzer

    Lukasz Majewski
     
  • Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the
    current set of options we have in Kconfig. We will need to have some
    options available for SPL and !SPL_FRAMEWORK so this is important. In a
    few cases we re-order existing options so that we have less escapes from
    the SPL_FRAMEWORK guard.

    Signed-off-by: Tom Rini

    Tom Rini
     

14 Feb, 2018

2 commits


09 Feb, 2018

1 commit

  • Migrate the base and sub-options to Kconfig. Note that we only enable
    this in the base sandbox config now.

    Cc: Alexey Brodkin
    Cc: Michal Simek
    Signed-off-by: Tom Rini
    ---
    Is this driver still used anywhere? It's fishy that it's only enabled
    in sandbox anymore.

    Tom Rini
     

05 Feb, 2018

1 commit


12 Jan, 2018

1 commit


27 Dec, 2017

2 commits


25 Dec, 2017

1 commit

  • The MAC addresses get fixed in the device tree for "ethernet" nodes
    is by using trailing number behind "ethernet" found in "/aliases".
    It may not be necessary for the "ethernet" nodes to be sequential.
    There can be gaps in between or any node disabled

    So provide a support to fetch MAC addr sequentially from env
    and apply them to "ethernet" nodes in the order they appear in
    device tree only if "ethernet" is not "disabled"

    Signed-off-by: Prabhakar Kushwaha
    Reviewed-by: York Sun

    Prabhakar Kushwaha
     

13 Dec, 2017

1 commit


27 Nov, 2017

1 commit


21 Nov, 2017

1 commit


20 Nov, 2017

1 commit


21 Oct, 2017

1 commit

  • We add the various SMC91XX symbols to drivers/net/Kconfig and then this
    converts the following to Kconfig:
    CONFIG_SMC911X
    CONFIG_SMC911X_BASE
    CONFIG_SMC911X_16_BIT
    CONFIG_SMC911X_32_BIT

    Signed-off-by: Adam Ford
    [trini: Apply to the rest of the tree, re-squash old and new patch]
    Signed-off-by: Tom Rini

    Adam Ford
     

16 Oct, 2017

1 commit


11 Sep, 2017

2 commits

  • LS2080 family has CCN-504 cache coherent interconnet. Other SoCs
    in LSCH3 family may have differnt interconnect.

    Signed-off-by: Ashish Kumar
    Signed-off-by: Prabhakar Kushwaha
    [YS: revised commit message]
    Reviewed-by: York Sun

    Ashish Kumar
     
  • CoreLink Cache Coherent Interconnect (CCI) provides full cache
    coherency between two clusters of multi-core CPUs and I/O coherency
    for devices and I/O masters.

    This patch add new config option SYS_FSL_HAS_CCI400 and moves
    existing register space definaton of CCI-400 bus to fsl_immap to be
    shared. CONFIG_SYS_CCI400_ADDR is replaced with SYS_CCI400_OFFSET
    in Kconfig.

    Signed-off-by: Ashish Kumar
    Signed-off-by: Prabhakar Kushwaha
    [YS: revised commit message, squashed patches for armv8 and armv7]
    Reviewed-by: York Sun

    Ashish Kumar
     

08 Sep, 2017

1 commit


02 Sep, 2017

2 commits


20 Aug, 2017

1 commit


16 Aug, 2017

1 commit

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

15 Aug, 2017

1 commit


12 Aug, 2017

8 commits