From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sat, 20 May 2017 18:07:53 +0200 Subject: [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM3380 SoC support In-Reply-To: <1494952963-27196-1-git-send-email-noltari@gmail.com> References: <1494868823-7376-1-git-send-email-noltari@gmail.com> <1494952963-27196-1-git-send-email-noltari@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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: