From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 15 May 2017 22:49:54 +0200 Subject: [U-Boot] [PATCH 0/3] mips: bmips: add BCM6338 SoC support Message-ID: <1494881397-8935-1-git-send-email-noltari@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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