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

BCM6338 is one of the first BCM63xx SoCs and prior to BCM6348/BCM6358, which
means that it also needs ioremap "hacks".

Álvaro Fernández Rojas (3):
  dm: cpu: bmips: add BCM6338 support
  MIPS: add support for Broadcom MIPS BCM6338 SoC family
  MIPS: add BMIPS Sagem F at ST1704 board

 arch/mips/dts/Makefile                    |   1 +
 arch/mips/dts/brcm,bcm6338.dtsi           | 118 ++++++++++++++++++++++++++++++
 arch/mips/dts/sagem,f at st1704.dts          |  50 +++++++++++++
 arch/mips/mach-bmips/Kconfig              |  18 +++++
 arch/mips/mach-bmips/include/ioremap.h    |   3 +-
 board/sagem/f at st1704/Kconfig              |  12 +++
 board/sagem/f at st1704/MAINTAINERS          |   6 ++
 board/sagem/f at st1704/Makefile             |   5 ++
 board/sagem/f at st1704/f at st1704.c           |   7 ++
 configs/sagem_f at st1704_ram_defconfig      |  52 +++++++++++++
 drivers/cpu/bmips_cpu.c                   |  14 ++++
 include/configs/bmips_bcm6338.h           |  30 ++++++++
 include/configs/sagem_f at st1704.h          |  15 ++++
 include/dt-bindings/clock/bcm6338-clock.h |  19 +++++
 include/dt-bindings/reset/bcm6338-reset.h |  22 ++++++
 15 files changed, 371 insertions(+), 1 deletion(-)
 create mode 100644 arch/mips/dts/brcm,bcm6338.dtsi
 create mode 100644 arch/mips/dts/sagem,f at st1704.dts
 create mode 100644 board/sagem/f at st1704/Kconfig
 create mode 100644 board/sagem/f at st1704/MAINTAINERS
 create mode 100644 board/sagem/f at st1704/Makefile
 create mode 100644 board/sagem/f at st1704/f at st1704.c
 create mode 100644 configs/sagem_f at st1704_ram_defconfig
 create mode 100644 include/configs/bmips_bcm6338.h
 create mode 100644 include/configs/sagem_f at st1704.h
 create mode 100644 include/dt-bindings/clock/bcm6338-clock.h
 create mode 100644 include/dt-bindings/reset/bcm6338-reset.h

-- 
2.1.4

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

end of thread, other threads:[~2017-05-20 16:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15 20:49 [U-Boot] [PATCH 0/3] mips: bmips: add BCM6338 SoC support Álvaro Fernández Rojas
2017-05-15 20:49 ` [U-Boot] [PATCH 1/3] dm: cpu: bmips: add BCM6338 support Álvaro Fernández Rojas
2017-05-15 20:49 ` [U-Boot] [PATCH 2/3] MIPS: add support for Broadcom MIPS BCM6338 SoC family Álvaro Fernández Rojas
2017-05-15 20:49 ` [U-Boot] [PATCH 3/3] MIPS: add BMIPS Sagem F@ST1704 board Álvaro Fernández Rojas
2017-05-16 11:40   ` Daniel Schwierzeck
2017-05-16 16:46 ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6338 SoC support Álvaro Fernández Rojas
2017-05-16 16:46   ` [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM6338 support Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:46   ` [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM6338 SoC family Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:46   ` [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Sagem F@ST1704 board Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-20 16:07   ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6338 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