[U-Boot] [PATCH 0/3] mips: bmips: add BCM6362 SoC support
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sat Mar 17 19:17:31 UTC 2018
On 26.01.2018 21:30, Álvaro Fernández Rojas wrote:
> BCM6362 is a dual core BCM63xx SoC.
>
> Á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 | 30 ++++
> 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, 609 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
>
applied to u-boot-mips/next, thanks.
--
- Daniel
-------------- 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/20180317/a5fa85a9/attachment.sig>
More information about the U-Boot
mailing list