From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM3380 SoC support
Date: Sat, 20 May 2017 18:07:53 +0200 [thread overview]
Message-ID: <e97729fb-021c-1cb4-e5dd-c1ed5f077915@gmail.com> (raw)
In-Reply-To: <1494952963-27196-1-git-send-email-noltari@gmail.com>
Am 16.05.2017 um 18:42 schrieb Álvaro Fernández Rojas:
> 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.
>
> v2: Introduce changes requested by Simon Glass.
>
> Á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 | 24 +++++
> 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, 454 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
>
series applied to u-boot-mips, thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170520/1c526b06/attachment.sig>
prev parent reply other threads:[~2017-05-20 16:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-15 17:20 [U-Boot] [PATCH 0/3] mips: bmips: add BCM3380 SoC support Álvaro Fernández Rojas
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 ` Daniel Schwierzeck [this message]
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=e97729fb-021c-1cb4-e5dd-c1ed5f077915@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox