From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] mips: bmips: add BCM6318 SoC support
Date: Sat, 20 Jan 2018 19:16:01 +0100 [thread overview]
Message-ID: <20180120181605.13018-1-noltari@gmail.com> (raw)
In-Reply-To: <20180120131725.4451-1-noltari@gmail.com>
BCM6318 is a single core BCM63xx SoC.
v2: fix bcm6328 typo and add missing ngpios
Álvaro Fernández Rojas (4):
dm: cpu: bmips: add BCM6318 support
dm: ram: bmips: add BCM6318 support
MIPS: add support for Broadcom MIPS BCM6318 SoC family
MIPS: add BMIPS Comtrend AR-5315u board
arch/mips/dts/Makefile | 1 +
arch/mips/dts/brcm,bcm6318.dtsi | 157 +++++++++++++++++++++
arch/mips/dts/comtrend,ar-5315u.dts | 85 +++++++++++
arch/mips/mach-bmips/Kconfig | 24 ++++
board/comtrend/ar5315u/Kconfig | 12 ++
board/comtrend/ar5315u/MAINTAINERS | 6 +
board/comtrend/ar5315u/Makefile | 5 +
board/comtrend/ar5315u/ar-5315u.c | 7 +
configs/comtrend_ar5315u_ram_defconfig | 51 +++++++
drivers/cpu/bmips_cpu.c | 35 +++++
drivers/ram/bmips_ram.c | 19 +++
include/configs/bmips_bcm6318.h | 25 ++++
include/configs/comtrend_ar5315u.h | 16 +++
include/dt-bindings/clock/bcm6318-clock.h | 37 +++++
.../power-domain/bcm6318-power-domain.h | 13 ++
include/dt-bindings/reset/bcm6318-reset.h | 26 ++++
16 files changed, 519 insertions(+)
create mode 100644 arch/mips/dts/brcm,bcm6318.dtsi
create mode 100644 arch/mips/dts/comtrend,ar-5315u.dts
create mode 100644 board/comtrend/ar5315u/Kconfig
create mode 100644 board/comtrend/ar5315u/MAINTAINERS
create mode 100644 board/comtrend/ar5315u/Makefile
create mode 100644 board/comtrend/ar5315u/ar-5315u.c
create mode 100644 configs/comtrend_ar5315u_ram_defconfig
create mode 100644 include/configs/bmips_bcm6318.h
create mode 100644 include/configs/comtrend_ar5315u.h
create mode 100644 include/dt-bindings/clock/bcm6318-clock.h
create mode 100644 include/dt-bindings/power-domain/bcm6318-power-domain.h
create mode 100644 include/dt-bindings/reset/bcm6318-reset.h
--
2.11.0
next prev parent reply other threads:[~2018-01-20 18:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-20 13:17 [U-Boot] [PATCH 0/4] mips: bmips: add BCM6318 SoC support Álvaro Fernández Rojas
2018-01-20 13:17 ` [U-Boot] [PATCH 1/4] dm: cpu: bmips: add BCM6318 support Álvaro Fernández Rojas
2018-01-20 13:17 ` [U-Boot] [PATCH 2/4] dm: ram: " Álvaro Fernández Rojas
2018-01-20 13:17 ` [U-Boot] [PATCH 3/4] MIPS: add support for Broadcom MIPS BCM6318 SoC family Álvaro Fernández Rojas
2018-01-20 13:17 ` [U-Boot] [PATCH 4/4] MIPS: add BMIPS Comtrend AR-5315u board Álvaro Fernández Rojas
2018-01-20 18:16 ` Álvaro Fernández Rojas [this message]
2018-01-20 18:16 ` [U-Boot] [PATCH v2 1/4] dm: cpu: bmips: add BCM6318 support Álvaro Fernández Rojas
2018-01-21 16:47 ` Daniel Schwierzeck
2018-01-21 17:04 ` Daniel Schwierzeck
2018-01-20 18:16 ` [U-Boot] [PATCH v2 2/4] dm: ram: " Álvaro Fernández Rojas
2018-01-21 16:47 ` Daniel Schwierzeck
2018-01-21 17:03 ` Daniel Schwierzeck
2018-01-20 18:16 ` [U-Boot] [PATCH v2 3/4] MIPS: add support for Broadcom MIPS BCM6318 SoC family Álvaro Fernández Rojas
2018-01-21 16:47 ` Daniel Schwierzeck
2018-01-20 18:16 ` [U-Boot] [PATCH v2 4/4] MIPS: add BMIPS Comtrend AR-5315u board Álvaro Fernández Rojas
2018-01-21 16:48 ` Daniel Schwierzeck
2018-01-26 12:17 ` [U-Boot] [PATCH 0/4] mips: bmips: add BCM6318 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=20180120181605.13018-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 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.