public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] mips: bmips: add BCM6318 SoC support
@ 2018-01-20 13:17 Álvaro Fernández Rojas
  2018-01-20 13:17 ` [U-Boot] [PATCH 1/4] dm: cpu: bmips: add BCM6318 support Álvaro Fernández Rojas
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Álvaro Fernández Rojas @ 2018-01-20 13:17 UTC (permalink / raw)
  To: u-boot

BCM6318 is a single core BCM63xx SoC.

Á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                    | 156 +++++++++++++++++++++
 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, 518 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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-01-26 12:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH v2 0/4] mips: bmips: add BCM6318 SoC support Álvaro Fernández Rojas
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox