[U-Boot] [PATCH v3 0/6] mips: bmips: add BCM6348 SoC support*
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sat May 20 16:08:32 UTC 2017
Am 16.05.2017 um 18:38 schrieb Álvaro Fernández Rojas:
> BCM6348 is one of the first BCM63xx SoCs and prior to BCM6358, which means
> that it also needs ioremap "hacks".
> Appart from that, rev a1 BCM6348 SoCs have a HW bug and it's pll_conf
> register can't be used to perform reboots.
>
> v3: introduce changes requested by Simon Glass.
> v2: minor fixes.
>
> Álvaro Fernández Rojas (6):
> dm: cpu: bmips: rename cpu_desc specific functions
> dm: cpu: bmips: add BCM6348 support
> dm: ram: bmips: split bcm6358_get_ram_size
> dm: ram: bmips: add BCM6338/BCM6348 support
> MIPS: add support for Broadcom MIPS BCM6348 SoC family
> MIPS: add BMIPS Comtrend CT-5361 board
>
> arch/mips/dts/Makefile | 1 +
> arch/mips/dts/brcm,bcm6348.dtsi | 127 ++++++++++++++++++++++++++++++
> arch/mips/dts/comtrend,ct-5361.dts | 49 ++++++++++++
> arch/mips/mach-bmips/Kconfig | 24 ++++++
> arch/mips/mach-bmips/include/ioremap.h | 3 +-
> board/comtrend/ct5361/Kconfig | 12 +++
> board/comtrend/ct5361/MAINTAINERS | 6 ++
> board/comtrend/ct5361/Makefile | 5 ++
> board/comtrend/ct5361/ct-5361.c | 7 ++
> configs/comtrend_ct5361_ram_defconfig | 57 ++++++++++++++
> drivers/cpu/bmips_cpu.c | 44 +++++++++--
> drivers/ram/bmips_ram.c | 54 ++++++++++---
> include/configs/bmips_bcm6348.h | 30 +++++++
> include/configs/comtrend_ct5361.h | 20 +++++
> include/dt-bindings/clock/bcm6348-clock.h | 22 ++++++
> include/dt-bindings/reset/bcm6348-reset.h | 22 ++++++
> 16 files changed, 467 insertions(+), 16 deletions(-)
> create mode 100644 arch/mips/dts/brcm,bcm6348.dtsi
> create mode 100644 arch/mips/dts/comtrend,ct-5361.dts
> create mode 100644 board/comtrend/ct5361/Kconfig
> create mode 100644 board/comtrend/ct5361/MAINTAINERS
> create mode 100644 board/comtrend/ct5361/Makefile
> create mode 100644 board/comtrend/ct5361/ct-5361.c
> create mode 100644 configs/comtrend_ct5361_ram_defconfig
> create mode 100644 include/configs/bmips_bcm6348.h
> create mode 100644 include/configs/comtrend_ct5361.h
> create mode 100644 include/dt-bindings/clock/bcm6348-clock.h
> create mode 100644 include/dt-bindings/reset/bcm6348-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/e8a70c49/attachment.sig>
More information about the U-Boot
mailing list