History log of /u-boot/arch/mips/mach-ath79/Kconfig
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 56882dc4 09-Oct-2021 Marek BehĂșn <marek.behun@nic.cz>

Convert CONFIG_USB_EHCI_IS_TDI to Kconfig

On mvebu this is defined if and only if !ARM64.

Otherwise it is defined for boards with ARCH_MX23, ARCH_TEGRA and
ARCH_ZYNQ, and also for SOC_AR934X (tplink_wdr4300).

Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>

# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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

# 58008cba 23-Jul-2018 Michal Simek <michal.simek@xilinx.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

# af3971f8 14-Feb-2016 Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

MIPS: make inclusion of ROM exception vectors configurable

This adds a compile time option to include code for static
exception vectors. Static exception vectors are only needed,
when the U-Boot entry point is equal to the CPU reset exception
vector address. For instance this is the case when U-Boot is
used as ROM in Qemu or booted from parallel NOR flash. When
U-Boot is booted from RAM (e.g. loaded there by SPL), the
exception vectors need to be setup dynamically, which is done
in follow-up commits.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

# 400df309 06-May-2016 Marek Vasut <marex@denx.de>

mips: ath79: Add support for TPLink WDR4300

Add support for the TPLink WDR4300 router, which is based on the
AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported
on this system as well.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>

# e08539b7 06-May-2016 Marek Vasut <marex@denx.de>

mips: ath79: Add AR934x support

Add support for the Atheros AR934x WiSoCs. This patchs adds complete
system init, including PLL and DRAM init, both of which happen from
full C environment, since the AR934x has proper SRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>

# a2277cc3 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add AP143 reference board

This patch add board-level code and base DT for AP143.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

# 6a7b52bc 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add AP121 reference board

This patch add board-level code and base DT for AP121.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

# 9b03f802 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add support for QCA953x SOCs

This patch enable work for qca953x SOC.

Signed-off-by: Wills Wang <wills.wang@live.com>

# ee7bb5be 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add support for AR933x SOCs

This patch enable work for ar933x SOC.

Signed-off-by: Wills Wang <wills.wang@live.com>

# 1d3d0f1f 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: add base support for QCA/Atheros ath79 SOCs

This patch add some common code for QCA/Atheros ath79 SOCs such as
DDR tuning, chip reset and CPU detection.

Signed-off-by: Wills Wang <wills.wang@live.com>

# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 61290fb5 15-Mar-2019 Rosy Song <rosysong@rosinson.com>

mips: add initial support for qca956x referenced board

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 <rosysong@rosinson.com>

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


# 58008cba 23-Jul-2018 Michal Simek <michal.simek@xilinx.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>


# af3971f8 14-Feb-2016 Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

MIPS: make inclusion of ROM exception vectors configurable

This adds a compile time option to include code for static
exception vectors. Static exception vectors are only needed,
when the U-Boot entry point is equal to the CPU reset exception
vector address. For instance this is the case when U-Boot is
used as ROM in Qemu or booted from parallel NOR flash. When
U-Boot is booted from RAM (e.g. loaded there by SPL), the
exception vectors need to be setup dynamically, which is done
in follow-up commits.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>


# 400df309 06-May-2016 Marek Vasut <marex@denx.de>

mips: ath79: Add support for TPLink WDR4300

Add support for the TPLink WDR4300 router, which is based on the
AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported
on this system as well.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>


# e08539b7 06-May-2016 Marek Vasut <marex@denx.de>

mips: ath79: Add AR934x support

Add support for the Atheros AR934x WiSoCs. This patchs adds complete
system init, including PLL and DRAM init, both of which happen from
full C environment, since the AR934x has proper SRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>


# a2277cc3 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add AP143 reference board

This patch add board-level code and base DT for AP143.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>


# 6a7b52bc 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add AP121 reference board

This patch add board-level code and base DT for AP121.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>


# 9b03f802 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add support for QCA953x SOCs

This patch enable work for qca953x SOC.

Signed-off-by: Wills Wang <wills.wang@live.com>


# ee7bb5be 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: ath79: add support for AR933x SOCs

This patch enable work for ar933x SOC.

Signed-off-by: Wills Wang <wills.wang@live.com>


# 1d3d0f1f 16-Mar-2016 Wills Wang <wills.wang@live.com>

mips: add base support for QCA/Atheros ath79 SOCs

This patch add some common code for QCA/Atheros ath79 SOCs such as
DDR tuning, chip reset and CPU detection.

Signed-off-by: Wills Wang <wills.wang@live.com>