23 Nov, 2014

4 commits

  • Some CPUs of some architectures have SOC directories.
    At present, the build system directly descends into SOC directories
    from the top Makefile, but it should generally descend into each
    directory from its parent directory.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • bcm11130
    bcm11130_nand

    Signed-off-by: Steve Rae

    Steve Rae
     
  • bcm911360_entphn
    bcm911360_entphn-ns
    bcm911360k
    bcm958300k-ns
    bcm958305k

    - updates to support Cygnus and NSP board families better
    - add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards

    Signed-off-by: Steve Rae

    Steve Rae
     
  • U-Boot has never cared about the type when we get max/min of two
    values, but Linux Kernel does. This commit gets min, max, min3, max3
    macros synced with the kernel introducing type checks.

    Many of references of those macros must be fixed to suppress warnings.
    We have two options:
    - Use min, max, min3, max3 only when the arguments have the same type
    (or add casts to the arguments)
    - Use min_t/max_t instead with the appropriate type for the first
    argument

    Signed-off-by: Masahiro Yamada
    Acked-by: Pavel Machek
    Acked-by: Lukasz Majewski
    Tested-by: Lukasz Majewski
    [trini: Fixup arch/blackfin/lib/string.c]
    Signed-off-by: Tom Rini

    Masahiro Yamada
     

19 Nov, 2014

4 commits


17 Nov, 2014

11 commits


15 Nov, 2014

6 commits


14 Nov, 2014

3 commits


13 Nov, 2014

12 commits