From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6362 SoC support
Date: Sat, 3 Feb 2018 10:30:25 +0100 [thread overview]
Message-ID: <20180203093028.30655-1-noltari@gmail.com> (raw)
In-Reply-To: <20180126203059.18206-1-noltari@gmail.com>
BCM6362 is a dual core BCM63xx SoC.
v2: Introduce changes suggested by Daniel Schwierzeck:
- Use setbits_be32()
Álvaro Fernández Rojas (3):
dm: cpu: bmips: add BCM6362 support
MIPS: add support for Broadcom MIPS BCM6362 SoC family
MIPS: add BMIPS Netgear DGND3700v2 board
arch/mips/dts/Makefile | 1 +
arch/mips/dts/brcm,bcm6362.dtsi | 186 +++++++++++++++++++++
arch/mips/dts/netgear,dgnd3700v2.dts | 121 ++++++++++++++
arch/mips/mach-bmips/Kconfig | 24 +++
board/netgear/dgnd3700v2/Kconfig | 12 ++
board/netgear/dgnd3700v2/MAINTAINERS | 6 +
board/netgear/dgnd3700v2/Makefile | 5 +
board/netgear/dgnd3700v2/dgnd3700v2.c | 28 ++++
configs/netgear_dgnd3700v2_ram_defconfig | 46 +++++
drivers/cpu/bmips_cpu.c | 51 ++++++
include/configs/bmips_bcm6362.h | 25 +++
include/configs/netgear_dgnd3700v2.h | 16 ++
include/dt-bindings/clock/bcm6362-clock.h | 33 ++++
.../power-domain/bcm6362-power-domain.h | 25 +++
include/dt-bindings/reset/bcm6362-reset.h | 28 ++++
15 files changed, 607 insertions(+)
create mode 100644 arch/mips/dts/brcm,bcm6362.dtsi
create mode 100644 arch/mips/dts/netgear,dgnd3700v2.dts
create mode 100644 board/netgear/dgnd3700v2/Kconfig
create mode 100644 board/netgear/dgnd3700v2/MAINTAINERS
create mode 100644 board/netgear/dgnd3700v2/Makefile
create mode 100644 board/netgear/dgnd3700v2/dgnd3700v2.c
create mode 100644 configs/netgear_dgnd3700v2_ram_defconfig
create mode 100644 include/configs/bmips_bcm6362.h
create mode 100644 include/configs/netgear_dgnd3700v2.h
create mode 100644 include/dt-bindings/clock/bcm6362-clock.h
create mode 100644 include/dt-bindings/power-domain/bcm6362-power-domain.h
create mode 100644 include/dt-bindings/reset/bcm6362-reset.h
--
2.11.0
next prev parent reply other threads:[~2018-02-03 9:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-26 20:30 [U-Boot] [PATCH 0/3] mips: bmips: add BCM6362 SoC support Álvaro Fernández Rojas
2018-01-26 20:30 ` [U-Boot] [PATCH 1/3] dm: cpu: bmips: add BCM6362 support Álvaro Fernández Rojas
2018-01-26 20:30 ` [U-Boot] [PATCH 2/3] MIPS: add support for Broadcom MIPS BCM6362 SoC family Álvaro Fernández Rojas
2018-01-26 20:30 ` [U-Boot] [PATCH 3/3] MIPS: add BMIPS Netgear DGND3700v2 board Álvaro Fernández Rojas
2018-01-30 17:03 ` Daniel Schwierzeck
2018-02-03 9:30 ` Álvaro Fernández Rojas [this message]
2018-02-03 9:30 ` [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM6362 support Álvaro Fernández Rojas
2018-02-03 9:30 ` [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM6362 SoC family Álvaro Fernández Rojas
2018-02-03 9:30 ` [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Netgear DGND3700v2 board Álvaro Fernández Rojas
2018-03-17 19:17 ` [U-Boot] [PATCH 0/3] mips: bmips: add BCM6362 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=20180203093028.30655-1-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