[U-Boot] [PULL] u-boot-mips/master

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Fri Jan 26 12:45:32 UTC 2018


The following changes since commit fb4413295c765aa8c013650984dc2d908964c81d:

  Merge git://git.denx.de/u-boot-mmc (2018-01-24 11:28:44 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 664ec31db7b99269b612360ffb3c9840a195e263:

  MIPS: add BMIPS Comtrend AR-5315u board (2018-01-26 12:38:13 +0100)

----------------------------------------------------------------
Paul Burton (1):
      boston: Pad binary in .mcs to a multiple of 16 bytes

Álvaro Fernández Rojas (8):
      mips: bmips: increment SYS_MALLOC_F_LEN
      dm: cpu: bmips: add BCM6368 support
      MIPS: add support for Broadcom MIPS BCM6368 SoC family
      MIPS: add BMIPS Comtrend WAP-5813n board
      dm: cpu: bmips: add BCM6318 support
      dm: ram: bmips: add BCM6318 support
      MIPS: add support for Broadcom MIPS BCM6318 SoC family
      MIPS: add BMIPS Comtrend AR-5315u board

 arch/mips/dts/Makefile                                  |   2 ++
 arch/mips/dts/brcm,bcm6318.dtsi                         | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/dts/brcm,bcm6368.dtsi                         | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/dts/comtrend,ar-5315u.dts                     |  85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/dts/comtrend,wap-5813n.dts                    |  65 +++++++++++++++++++++++++++++++++++++++++++
 arch/mips/mach-bmips/Kconfig                            |  51 ++++++++++++++++++++++++++++++++++
 board/comtrend/ar5315u/Kconfig                          |  12 ++++++++
 board/comtrend/ar5315u/MAINTAINERS                      |   6 ++++
 board/comtrend/ar5315u/Makefile                         |   5 ++++
 board/comtrend/ar5315u/ar-5315u.c                       |   7 +++++
 board/comtrend/wap5813n/Kconfig                         |  12 ++++++++
 board/comtrend/wap5813n/MAINTAINERS                     |   6 ++++
 board/comtrend/wap5813n/Makefile                        |   5 ++++
 board/comtrend/wap5813n/wap-5813n.c                     |   7 +++++
 board/imgtec/boston/config.mk                           |   5 +++-
 configs/comtrend_ar5315u_ram_defconfig                  |  51 ++++++++++++++++++++++++++++++++++
 configs/comtrend_wap5813n_ram_defconfig                 |  43 ++++++++++++++++++++++++++++
 drivers/cpu/bmips_cpu.c                                 |  71 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ram/bmips_ram.c                                 |  19 +++++++++++++
 include/configs/bmips_bcm6318.h                         |  25 +++++++++++++++++
 include/configs/bmips_bcm6368.h                         |  30 ++++++++++++++++++++
 include/configs/comtrend_ar5315u.h                      |  16 +++++++++++
 include/configs/comtrend_wap5813n.h                     |  19 +++++++++++++
 include/dt-bindings/clock/bcm6318-clock.h               |  37 +++++++++++++++++++++++++
 include/dt-bindings/clock/bcm6368-clock.h               |  31 +++++++++++++++++++++
 include/dt-bindings/power-domain/bcm6318-power-domain.h |  13 +++++++++
 include/dt-bindings/reset/bcm6318-reset.h               |  26 +++++++++++++++++
 include/dt-bindings/reset/bcm6368-reset.h               |  22 +++++++++++++++
 28 files changed, 995 insertions(+), 1 deletion(-)
 create mode 100644 arch/mips/dts/brcm,bcm6318.dtsi
 create mode 100644 arch/mips/dts/brcm,bcm6368.dtsi
 create mode 100644 arch/mips/dts/comtrend,ar-5315u.dts
 create mode 100644 arch/mips/dts/comtrend,wap-5813n.dts
 create mode 100644 board/comtrend/ar5315u/Kconfig
 create mode 100644 board/comtrend/ar5315u/MAINTAINERS
 create mode 100644 board/comtrend/ar5315u/Makefile
 create mode 100644 board/comtrend/ar5315u/ar-5315u.c
 create mode 100644 board/comtrend/wap5813n/Kconfig
 create mode 100644 board/comtrend/wap5813n/MAINTAINERS
 create mode 100644 board/comtrend/wap5813n/Makefile
 create mode 100644 board/comtrend/wap5813n/wap-5813n.c
 create mode 100644 configs/comtrend_ar5315u_ram_defconfig
 create mode 100644 configs/comtrend_wap5813n_ram_defconfig
 create mode 100644 include/configs/bmips_bcm6318.h
 create mode 100644 include/configs/bmips_bcm6368.h
 create mode 100644 include/configs/comtrend_ar5315u.h
 create mode 100644 include/configs/comtrend_wap5813n.h
 create mode 100644 include/dt-bindings/clock/bcm6318-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6368-clock.h
 create mode 100644 include/dt-bindings/power-domain/bcm6318-power-domain.h
 create mode 100644 include/dt-bindings/reset/bcm6318-reset.h
 create mode 100644 include/dt-bindings/reset/bcm6368-reset.h

-------------- 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/20180126/7a1baaeb/attachment.sig>


More information about the U-Boot mailing list