All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, V4, PATCH 1/1] mips: add initial support for qca956x referenced board
Date: Fri, 15 Mar 2019 12:19:25 +0100	[thread overview]
Message-ID: <2e25666a-bb7b-05bd-ae8b-34118d9522c5@gmail.com> (raw)
In-Reply-To: <20190308012426.13605-1-rosysong@rosinson.com>



Am 08.03.19 um 02:24 schrieb rosysong at rosinson.com:
> From: Rosy Song <rosysong@rosinson.com>
> 
> QCA9563 is CPU used on AP152 board :
> 
>     Clock speed : 750 MHz ,
>     Arch :  Mips 74Kc,
>     Eth : SGMII interface,
>     MIMO config : 3 * 3 450M,
>     2 * USB 2.0,
> 
> Signed-off-by: Rosy Song <rosysong@rosinson.com>
> 
> Changes for v2:
>    - coding Style cleanup
>    - remove ununsed flash chip in defconfig
>    - enable automatic icache / dcache size in defconfig
> 
> Changes for v3:
>    - add detailed information for qca956x in commit message
> 
> Changes for v4:
>    - remove pre-configured network settings in ap152.h
> ---
>  arch/mips/dts/Makefile                        |   1 +
>  arch/mips/dts/ap152.dts                       |  48 ++
>  arch/mips/dts/qca956x.dtsi                    |  87 ++++
>  arch/mips/mach-ath79/Kconfig                  |  14 +
>  arch/mips/mach-ath79/Makefile                 |   1 +
>  .../mach-ath79/include/mach/ar71xx_regs.h     |  73 +++
>  arch/mips/mach-ath79/include/mach/ath79.h     |   3 +
>  arch/mips/mach-ath79/qca956x/Makefile         |   5 +
>  arch/mips/mach-ath79/qca956x/clk.c            | 419 ++++++++++++++++++
>  arch/mips/mach-ath79/qca956x/cpu.c            |   9 +
>  arch/mips/mach-ath79/qca956x/ddr.c            | 308 +++++++++++++
>  .../mips/mach-ath79/qca956x/qca956x-ddr-tap.S | 193 ++++++++
>  arch/mips/mach-ath79/reset.c                  | 271 +++++++++++
>  board/qca/ap152/Kconfig                       |  15 +
>  board/qca/ap152/MAINTAINERS                   |   6 +
>  board/qca/ap152/Makefile                      |   3 +
>  board/qca/ap152/ap152.c                       |  81 ++++
>  configs/ap152_defconfig                       |  49 ++
>  include/configs/ap152.h                       |  50 +++
>  19 files changed, 1636 insertions(+)
>  create mode 100644 arch/mips/dts/ap152.dts
>  create mode 100644 arch/mips/dts/qca956x.dtsi
>  create mode 100644 arch/mips/mach-ath79/qca956x/Makefile
>  create mode 100644 arch/mips/mach-ath79/qca956x/clk.c
>  create mode 100644 arch/mips/mach-ath79/qca956x/cpu.c
>  create mode 100644 arch/mips/mach-ath79/qca956x/ddr.c
>  create mode 100644 arch/mips/mach-ath79/qca956x/qca956x-ddr-tap.S
>  create mode 100644 board/qca/ap152/Kconfig
>  create mode 100644 board/qca/ap152/MAINTAINERS
>  create mode 100644 board/qca/ap152/Makefile
>  create mode 100644 board/qca/ap152/ap152.c
>  create mode 100644 configs/ap152_defconfig
>  create mode 100644 include/configs/ap152.h
> 

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

-- 
- Daniel

  reply	other threads:[~2019-03-15 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08  1:24 [U-Boot] [U-Boot, V4, PATCH 1/1] mips: add initial support for qca956x referenced board rosysong at rosinson.com
2019-03-15 11:19 ` Daniel Schwierzeck [this message]
2019-03-15 11:44 ` Daniel Schwierzeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e25666a-bb7b-05bd-ae8b-34118d9522c5@gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.