[U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6338 SoC support

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sat May 20 16:07:18 UTC 2017



Am 16.05.2017 um 18:46 schrieb Álvaro Fernández Rojas:
> BCM6338 is one of the first BCM63xx SoCs and prior to BCM6348/BCM6358, which
> means that it also needs ioremap "hacks".
> 
> v2: introduce changes requested by Simon Glass and Daniel Schwierzeck.
> 
> Á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              |  24 ++++++
>  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, 377 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
> 

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: <http://lists.denx.de/pipermail/u-boot/attachments/20170520/e265f90f/attachment.sig>


More information about the U-Boot mailing list