public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-mips/master
@ 2018-06-01 19:24 Daniel Schwierzeck
  2018-06-02  1:09 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Schwierzeck @ 2018-06-01 19:24 UTC (permalink / raw)
  To: u-boot

Travis CI build:

  https://travis-ci.org/danielschwierzeck/u-boot/builds/386679112



The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:

  add FIT data-position & data-offset property support (2018-05-26 18:19:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9ca33ebf1c3a950d06cb50dba8d0a94e150bc0fd:

  phy: bcm6318-usbh: convert to use live dt (2018-06-01 15:56:02 +0200)

----------------------------------------------------------------
Álvaro Fernández Rojas (17):
      dm: core: add functions to get memory-mapped I/O addresses
      watchdog: bcm6345: convert to use live dt
      serial: bcm6345: convert to use live dt
      clk: bcm6345: convert to use live dt
      reset: bcm6345: convert to use live dt
      gpio: bcm6345: convert to use live dt
      led: bcm6358: convert to use live dt
      led: bcm6328: convert to use live dt
      power: domain: bcm6328: convert to use live dt
      spi: bcm63xx_spi: convert to use live dt
      spi: bcm63xx_hsspi: convert to use live dt
      ram: bmips: convert to use live dt
      cpu: bmips: convert to use live dt
      phy: bcm6348-usbh: convert to use live dt
      phy: bcm6358-usbh: convert to use live dt
      phy: bcm6368-usbh: convert to use live dt
      phy: bcm6318-usbh: convert to use live dt

 drivers/clk/clk_bcm6345.c                   |  8 ++------
 drivers/core/fdtaddr.c                      | 15 +++++++++++++++
 drivers/core/read.c                         | 17 +++++++++++++++++
 drivers/cpu/bmips_cpu.c                     | 12 +++---------
 drivers/gpio/bcm6345_gpio.c                 | 18 +++++-------------
 drivers/led/led_bcm6328.c                   | 52 +++++++++++++++++-----------------------------------
 drivers/led/led_bcm6358.c                   | 44 +++++++++++++++-----------------------------
 drivers/phy/bcm6318-usbh-phy.c              | 10 +++-------
 drivers/phy/bcm6348-usbh-phy.c              | 10 +++-------
 drivers/phy/bcm6358-usbh-phy.c              | 10 +++-------
 drivers/phy/bcm6368-usbh-phy.c              |  9 +++------
 drivers/power/domain/bcm6328-power-domain.c |  8 ++------
 drivers/ram/bmips_ram.c                     |  7 ++-----
 drivers/reset/reset-bcm6345.c               |  8 ++------
 drivers/serial/serial_bcm6345.c             |  8 ++------
 drivers/spi/bcm63xx_hsspi.c                 | 12 +++---------
 drivers/spi/bcm63xx_spi.c                   | 12 +++---------
 drivers/watchdog/bcm6345_wdt.c              |  8 ++------
 include/dm/fdtaddr.h                        | 22 ++++++++++++++++++++++
 include/dm/read.h                           | 32 ++++++++++++++++++++++++++++++++
 test/dm/test-fdt.c                          | 42 ++++++++++++++++++++++++++++++++++++++++++
 21 files changed, 198 insertions(+), 166 deletions(-)


-------------- 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/20180601/7b9a7039/attachment.sig>

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [PULL] u-boot-mips/master
@ 2018-03-21 22:31 Daniel Schwierzeck
  2018-03-22 12:23 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Schwierzeck @ 2018-03-21 22:31 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull following changes:

- add initial support for Broadcom BCM6362 SoC and Netgear DGND3700v2 board
- add USB support for all Broadcom MIPS SoCs
- fix an array bounds check


The following changes since commit 9c0e2f6ed391f199ba1bf30c7d0b71123a012958:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2018-03-20 18:39:27 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011:

  mips: bmips: add ar-5315 usb support (2018-03-21 23:23:13 +0100)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      mips: micronas/vct: check array bounds before access

Álvaro Fernández Rojas (23):
      dm: cpu: bmips: add BCM6362 support
      MIPS: add support for Broadcom MIPS BCM6362 SoC family
      MIPS: add BMIPS Netgear DGND3700v2 board
      mips: bmips: select OF_EMBED for all boards
      phy: add support for bcm6348 usbh phy
      mips: bmips: add support for bcm6348 usb
      mips: bmips: add ct-5361 usb support
      phy: add support for bcm6358 usbh phy
      mips: bmips: add support for bcm6358 usb
      mips: bmips: add hg556a usb support
      mips: bmips: add nb4-ser usb support
      phy: add support for bcm6368 usbh phy
      mips: bmips: add support for bcm6368 usb
      mips: bmips: add wap-5813n usb support
      mips: bmips: add support for bcm6328 usb
      mips: bmips: add ar-5387un usb support
      mips: bmips: add support for bcm6362 usb
      mips: bmips: add dgnd3700v2 usb support
      mips: bmips: add support for bcm63268 usb
      mips: bmips: add vr-3032u usb support
      phy: add support for bcm6318 usbh phy
      mips: bmips: add support for bcm6318 usb
      mips: bmips: add ar-5315 usb support

 arch/mips/dts/Makefile                                  |   1 +
 arch/mips/dts/brcm,bcm6318.dtsi                         |  30 ++++++++++++
 arch/mips/dts/brcm,bcm63268.dtsi                        |  30 ++++++++++++
 arch/mips/dts/brcm,bcm6328.dtsi                         |  30 ++++++++++++
 arch/mips/dts/brcm,bcm6348.dtsi                         |  20 ++++++++
 arch/mips/dts/brcm,bcm6358.dtsi                         |  27 +++++++++++
 arch/mips/dts/brcm,bcm6362.dtsi                         | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/dts/brcm,bcm6368.dtsi                         |  29 ++++++++++++
 arch/mips/dts/comtrend,ar-5315u.dts                     |  12 +++++
 arch/mips/dts/comtrend,ar-5387un.dts                    |  12 +++++
 arch/mips/dts/comtrend,ct-5361.dts                      |   8 ++++
 arch/mips/dts/comtrend,vr-3032u.dts                     |  12 +++++
 arch/mips/dts/comtrend,wap-5813n.dts                    |  12 +++++
 arch/mips/dts/huawei,hg556a.dts                         |  12 +++++
 arch/mips/dts/netgear,dgnd3700v2.dts                    | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/dts/sfr,nb4-ser.dts                           |  12 +++++
 arch/mips/mach-bmips/Kconfig                            |  24 ++++++++++
 board/micronas/vct/scc.c                                |   4 +-
 board/netgear/dgnd3700v2/Kconfig                        |  12 +++++
 board/netgear/dgnd3700v2/MAINTAINERS                    |   6 +++
 board/netgear/dgnd3700v2/Makefile                       |   5 ++
 board/netgear/dgnd3700v2/dgnd3700v2.c                   |  28 +++++++++++
 configs/comtrend_ar5315u_ram_defconfig                  |  11 ++++-
 configs/comtrend_ar5387un_ram_defconfig                 |  10 ++++
 configs/comtrend_ct5361_ram_defconfig                   |   8 ++++
 configs/comtrend_vr3032u_ram_defconfig                  |  10 ++++
 configs/comtrend_wap5813n_ram_defconfig                 |  10 ++++
 configs/huawei_hg556a_ram_defconfig                     |  10 ++++
 configs/netgear_cg3100d_ram_defconfig                   |   1 +
 configs/netgear_dgnd3700v2_ram_defconfig                |  55 ++++++++++++++++++++++
 configs/sagem_f at st1704_ram_defconfig                    |   1 +
 configs/sfr_nb4-ser_ram_defconfig                       |  10 ++++
 drivers/cpu/bmips_cpu.c                                 |  51 ++++++++++++++++++++
 drivers/phy/Kconfig                                     |  25 ++++++++++
 drivers/phy/Makefile                                    |   4 ++
 drivers/phy/bcm6318-usbh-phy.c                          | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/phy/bcm6348-usbh-phy.c                          |  94 +++++++++++++++++++++++++++++++++++++
 drivers/phy/bcm6358-usbh-phy.c                          |  94 +++++++++++++++++++++++++++++++++++++
 drivers/phy/bcm6368-usbh-phy.c                          | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/bmips_bcm6318.h                         |   7 +++
 include/configs/bmips_bcm63268.h                        |   7 +++
 include/configs/bmips_bcm6328.h                         |   7 +++
 include/configs/bmips_bcm6348.h                         |   5 ++
 include/configs/bmips_bcm6358.h                         |   7 +++
 include/configs/bmips_bcm6362.h                         |  32 +++++++++++++
 include/configs/bmips_bcm6368.h                         |   7 +++
 include/configs/netgear_dgnd3700v2.h                    |  13 +++++
 include/dt-bindings/clock/bcm6362-clock.h               |  33 +++++++++++++
 include/dt-bindings/power-domain/bcm6362-power-domain.h |  25 ++++++++++
 include/dt-bindings/reset/bcm6362-reset.h               |  28 +++++++++++
 50 files changed, 1578 insertions(+), 2 deletions(-)
 create mode 100644 arch/mips/dts/brcm,bcm6362.dtsi
 create mode 100644 arch/mips/dts/netgear,dgnd3700v2.dts
 create mode 100644 board/netgear/dgnd3700v2/Kconfig
 create mode 100644 board/netgear/dgnd3700v2/MAINTAINERS
 create mode 100644 board/netgear/dgnd3700v2/Makefile
 create mode 100644 board/netgear/dgnd3700v2/dgnd3700v2.c
 create mode 100644 configs/netgear_dgnd3700v2_ram_defconfig
 create mode 100644 drivers/phy/bcm6318-usbh-phy.c
 create mode 100644 drivers/phy/bcm6348-usbh-phy.c
 create mode 100644 drivers/phy/bcm6358-usbh-phy.c
 create mode 100644 drivers/phy/bcm6368-usbh-phy.c
 create mode 100644 include/configs/bmips_bcm6362.h
 create mode 100644 include/configs/netgear_dgnd3700v2.h
 create mode 100644 include/dt-bindings/clock/bcm6362-clock.h
 create mode 100644 include/dt-bindings/power-domain/bcm6362-power-domain.h
 create mode 100644 include/dt-bindings/reset/bcm6362-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/20180321/3cee92a0/attachment.sig>

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [PULL] u-boot-mips/master
@ 2018-01-26 12:45 Daniel Schwierzeck
  2018-01-26 18:22 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Schwierzeck @ 2018-01-26 12:45 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [PULL] u-boot-mips/master
@ 2017-11-28 23:34 Daniel Schwierzeck
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Schwierzeck @ 2017-11-28 23:34 UTC (permalink / raw)
  To: u-boot

The following changes since commit 73a01d90c0b2ed2527283f289f73d69ef52cafa5:

  test: Correct operation when tests pass (2017-11-27 23:05:22 -0500)

are available in the Git repository at:

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

for you to fetch changes up to caead80a66271d2de809acf410f8648c31ed5805:

  boston: Add u-boot.mcs make target (2017-11-28 21:59:30 +0100)

----------------------------------------------------------------
Paul Burton (9):
      boston: Drop unused return value
      boston: Remove unused label in lowlevel_display
      MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds
      Update Paul Burton's email address
      MIPS: Ensure cache ops complete in cache maintenance functions
      MIPS: Clear instruction hazards in flush_cache()
      MIPS: Break out of cache loops for unimplemented caches
      boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000
      boston: Add u-boot.mcs make target

 .mailmap                            |  1 +
 arch/mips/cpu/u-boot.lds            |  6 ------
 arch/mips/include/asm/system.h      | 13 +++++++++++++
 arch/mips/lib/cache.c               | 30 ++++++++++++++++++++++--------
 board/imgtec/boston/MAINTAINERS     |  2 +-
 board/imgtec/boston/config.mk       | 14 ++++++++++++++
 board/imgtec/boston/lowlevel_init.S |  3 +--
 board/imgtec/malta/MAINTAINERS      |  2 +-
 board/imgtec/malta/superio.c        |  2 +-
 board/imgtec/malta/superio.h        |  2 +-
 drivers/pci/pci_msc01.c             |  2 +-
 include/configs/boston.h            |  2 +-
 include/msc01.h                     |  2 +-
 include/pci_msc01.h                 |  2 +-
 14 files changed, 59 insertions(+), 24 deletions(-)
 create mode 100644 board/imgtec/boston/config.mk

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <CACUy__WFTeXy=asRLzGjfxtbC+F1d-S-h_wKo2aVBGYqpGFjYA@mail.gmail.com>]

end of thread, other threads:[~2018-06-02  1:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-01 19:24 [U-Boot] [PULL] u-boot-mips/master Daniel Schwierzeck
2018-06-02  1:09 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-03-21 22:31 Daniel Schwierzeck
2018-03-22 12:23 ` Tom Rini
2018-01-26 12:45 Daniel Schwierzeck
2018-01-26 18:22 ` Tom Rini
2017-11-28 23:34 Daniel Schwierzeck
     [not found] <CACUy__WFTeXy=asRLzGjfxtbC+F1d-S-h_wKo2aVBGYqpGFjYA@mail.gmail.com>
2016-02-01 21:53 ` Daniel Schwierzeck
2016-02-02  1:58   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox