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@ST1704 board arch/mips/dts/Makefile | 1 + arch/mips/dts/brcm,bcm6338.dtsi | 118 ++++++++++++++++++++++++++++++ arch/mips/dts/sagem,f...@st1704.dts | 50 +++++++++++++ arch/mips/mach-bmips/Kconfig | 18 +++++ arch/mips/mach-bmips/include/ioremap.h | 3 +- board/sagem/f@st1704/Kconfig | 12 +++ board/sagem/f@st1704/MAINTAINERS | 6 ++ board/sagem/f@st1704/Makefile | 5 ++ board/sagem/f@st1704/f@st1704.c | 7 ++ configs/sagem_f@st1704_ram_defconfig | 52 +++++++++++++ drivers/cpu/bmips_cpu.c | 14 ++++ include/configs/bmips_bcm6338.h | 30 ++++++++ include/configs/sagem_f@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...@st1704.dts create mode 100644 board/sagem/f@st1704/Kconfig create mode 100644 board/sagem/f@st1704/MAINTAINERS create mode 100644 board/sagem/f@st1704/Makefile create mode 100644 board/sagem/f@st1704/f@st1704.c create mode 100644 configs/sagem_f@st1704_ram_defconfig create mode 100644 include/configs/bmips_bcm6338.h create mode 100644 include/configs/sagem_f@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot