public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] mips: bmips: add BCM3380 SoC support
Date: Mon, 15 May 2017 19:20:20 +0200	[thread overview]
Message-ID: <1494868823-7376-1-git-send-email-noltari@gmail.com> (raw)

BCM3380 is a dual core BCM33xx SoC, which means that it's pretty similar to
the BCM63xx, but it's meant for HFC instead of xDSL.
The pll_conf register seems to be bugged, because it just stalls the SoC
instead of performing a reboot, so the watchdog needs to be used as sysreset.

Álvaro Fernández Rojas (3):
  dm: cpu: bmips: add BCM3380 support
  MIPS: add support for Broadcom MIPS BCM3380 SoC family
  MIPS: add BMIPS Netgear CG3100D board

 arch/mips/dts/Makefile                    |   1 +
 arch/mips/dts/brcm,bcm3380.dtsi           | 154 ++++++++++++++++++++++++++++++
 arch/mips/dts/netgear,cg3100d.dts         |  96 +++++++++++++++++++
 arch/mips/mach-bmips/Kconfig              |  18 ++++
 board/netgear/cg3100d/Kconfig             |  12 +++
 board/netgear/cg3100d/MAINTAINERS         |   6 ++
 board/netgear/cg3100d/Makefile            |   5 +
 board/netgear/cg3100d/cg3100d.c           |   7 ++
 configs/netgear_cg3100d_ram_defconfig     |  56 +++++++++++
 drivers/cpu/bmips_cpu.c                   |  14 +++
 include/configs/bmips_bcm3380.h           |  25 +++++
 include/configs/netgear_cg3100d.h         |  15 +++
 include/dt-bindings/clock/bcm3380-clock.h |  23 +++++
 include/dt-bindings/reset/bcm3380-reset.h |  16 ++++
 14 files changed, 448 insertions(+)
 create mode 100644 arch/mips/dts/brcm,bcm3380.dtsi
 create mode 100644 arch/mips/dts/netgear,cg3100d.dts
 create mode 100644 board/netgear/cg3100d/Kconfig
 create mode 100644 board/netgear/cg3100d/MAINTAINERS
 create mode 100644 board/netgear/cg3100d/Makefile
 create mode 100644 board/netgear/cg3100d/cg3100d.c
 create mode 100644 configs/netgear_cg3100d_ram_defconfig
 create mode 100644 include/configs/bmips_bcm3380.h
 create mode 100644 include/configs/netgear_cg3100d.h
 create mode 100644 include/dt-bindings/clock/bcm3380-clock.h
 create mode 100644 include/dt-bindings/reset/bcm3380-reset.h

-- 
2.1.4

             reply	other threads:[~2017-05-15 17:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 17:20 Álvaro Fernández Rojas [this message]
2017-05-15 17:20 ` [U-Boot] [PATCH 1/3] dm: cpu: bmips: add BCM3380 support Álvaro Fernández Rojas
2017-05-15 17:20 ` [U-Boot] [PATCH 2/3] MIPS: add support for Broadcom MIPS BCM3380 SoC family Álvaro Fernández Rojas
2017-05-15 17:20 ` [U-Boot] [PATCH 3/3] MIPS: add BMIPS Netgear CG3100D board Álvaro Fernández Rojas
2017-05-16 16:42 ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM3380 SoC support Álvaro Fernández Rojas
2017-05-16 16:42   ` [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM3380 support Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:42   ` [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM3380 SoC family Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:42   ` [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Netgear CG3100D board Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-20 16:07   ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM3380 SoC support 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=1494868823-7376-1-git-send-email-noltari@gmail.com \
    --to=noltari@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox