12 Apr, 2019

1 commit

  • QCA9563 is CPU used on AP152 board :

    Clock speed : 750 MHz ,
    Arch : Mips 74Kc,
    Eth : SGMII interface,
    MIMO config : 3 * 3 450M,
    2 * USB 2.0,

    Signed-off-by: Rosy Song

    Changes for v2:
    - coding style cleanup
    - remove ununsed flash chip in defconfig
    - enable automatic icache / dcache size in defconfig

    Changes for v3:
    - add detailed information for qca956x in commit message

    Changes for v4:
    - remove pre-configured network settings in ap152.h

    Changes for v5:
    - coding style cleanup

    Rosy Song
     

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
     

28 Apr, 2018

1 commit


10 May, 2017

2 commits


31 May, 2016

4 commits

  • This patch reset the ethernet controller for ap143 board

    Signed-off-by: Wills Wang

    Wills Wang
     
  • This patch enable network function for ap121 board.

    Signed-off-by: Wills Wang
    Acked-by: Marek Vasut

    Wills Wang
     
  • Allow L1 Icache & L1 Dcache line size to be specified separately, since
    there's no architectural mandate that they be the same. The
    [id]cache_line_size functions are tidied up to take advantage of the
    fact that the Kconfig entries are always present to simply check them
    for zero rather than needing to #ifdef on their presence.

    Signed-off-by: Paul Burton
    [removed CONFIG_SYS_CACHELINE_SIZE in include/configs/pic32mzdask.h]
    Signed-off-by: Daniel Schwierzeck

    Paul Burton
     
  • Move details of the L1 cache line sizes & total sizes into Kconfig,
    defaulting to 0. A new CONFIG_SYS_CACHE_SIZE_AUTO Kconfig entry is
    introduced to allow platforms to select auto-detection of cache sizes,
    and it defaults to being enabled if none of the cache sizes are set by
    the configuration (ie. sizes are all the default 0), and code is
    adjusted to #ifdef on that rather than on the definition of the sizes
    (which will always be defined even if 0).

    Signed-off-by: Paul Burton

    Paul Burton
     

26 May, 2016

1 commit

  • Move CONFIG_SYS_TEXT_BASE to Kconfig, and add default values in board
    Kconfig files matching what was present in their config headers. This
    will make it cleaner to conditionalise the value for Malta based on 32
    vs 64 bit builds.

    Signed-off-by: Paul Burton

    Paul Burton
     

21 May, 2016

2 commits