From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] mips: bmips: add BCM6368 SoC support
Date: Sat, 20 Jan 2018 11:53:56 +0100 [thread overview]
Message-ID: <20180120105359.17981-1-noltari@gmail.com> (raw)
BCM6368 is a dual core BCM63xx SoC.
Álvaro Fernández Rojas (3):
dm: cpu: bmips: add BCM6368 support
MIPS: add support for Broadcom MIPS BCM6368 SoC family
MIPS: add BMIPS Comtrend WAP-5813n board
arch/mips/dts/brcm,bcm6368.dtsi | 168 ++++++++++++++++++++++++++++++
arch/mips/dts/comtrend,wap-5813n.dts | 65 ++++++++++++
arch/mips/mach-bmips/Kconfig | 24 +++++
board/comtrend/wap5813n/Kconfig | 12 +++
board/comtrend/wap5813n/MAINTAINERS | 6 ++
board/comtrend/wap5813n/Makefile | 5 +
board/comtrend/wap5813n/wap-5813n.c | 7 ++
configs/comtrend_wap5813n_ram_defconfig | 45 ++++++++
drivers/cpu/bmips_cpu.c | 36 +++++++
include/configs/bmips_bcm6368.h | 30 ++++++
include/configs/comtrend_wap5813n.h | 19 ++++
include/dt-bindings/clock/bcm6368-clock.h | 31 ++++++
include/dt-bindings/reset/bcm6368-reset.h | 22 ++++
13 files changed, 470 insertions(+)
create mode 100644 arch/mips/dts/brcm,bcm6368.dtsi
create mode 100644 arch/mips/dts/comtrend,wap-5813n.dts
create mode 100644 board/comtrend/wap5813n/Kconfig
create mode 100644 board/comtrend/wap5813n/MAINTAINERS
create mode 100644 board/comtrend/wap5813n/Makefile
create mode 100644 board/comtrend/wap5813n/wap-5813n.c
create mode 100644 configs/comtrend_wap5813n_ram_defconfig
create mode 100644 include/configs/bmips_bcm6368.h
create mode 100644 include/configs/comtrend_wap5813n.h
create mode 100644 include/dt-bindings/clock/bcm6368-clock.h
create mode 100644 include/dt-bindings/reset/bcm6368-reset.h
--
2.11.0
next reply other threads:[~2018-01-20 10:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-20 10:53 Álvaro Fernández Rojas [this message]
2018-01-20 10:53 ` [U-Boot] [PATCH 1/3] dm: cpu: bmips: add BCM6368 support Álvaro Fernández Rojas
2018-01-20 10:53 ` [U-Boot] [PATCH 2/3] MIPS: add support for Broadcom MIPS BCM6368 SoC family Álvaro Fernández Rojas
2018-01-20 10:53 ` [U-Boot] [PATCH 3/3] MIPS: add BMIPS Comtrend WAP-5813n board Álvaro Fernández Rojas
2018-01-20 13:16 ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6368 SoC support Álvaro Fernández Rojas
2018-01-20 13:16 ` [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM6368 support Álvaro Fernández Rojas
2018-01-21 16:46 ` Daniel Schwierzeck
2018-01-20 13:16 ` [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM6368 SoC family Álvaro Fernández Rojas
2018-01-21 16:46 ` Daniel Schwierzeck
2018-01-20 13:16 ` [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Comtrend WAP-5813n board Álvaro Fernández Rojas
2018-01-21 16:46 ` Daniel Schwierzeck
2018-01-26 12:18 ` [U-Boot] [PATCH 0/3] mips: bmips: add BCM6368 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=20180120105359.17981-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.