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

2018-06-01 Thread Tom Rini
On Fri, Jun 01, 2018 at 09:24:58PM +0200, Daniel Schwierzeck wrote:

> 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)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-01 Thread Daniel Schwierzeck
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(-)




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-22 Thread Tom Rini
On Wed, Mar 21, 2018 at 11:31:14PM +0100, Daniel Schwierzeck wrote:

> 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)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-21 Thread Daniel Schwierzeck
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@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|  

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

2018-01-26 Thread Tom Rini
On Fri, Jan 26, 2018 at 01:45:32PM +0100, Daniel Schwierzeck wrote:

> 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)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-26 Thread Daniel Schwierzeck
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



signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-11-28 Thread Daniel Schwierzeck
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 0x8800
  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


___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2016-02-01 Thread Daniel Schwierzeck
Hi Tom,

please pull some small MIPS updates and the initial Microchip PIC32
support. Thanks!


The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:

  video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7d514a7407756d96996960c2ae539a4b464c65bc:

  board: Enable ethernet, tftpboot support to pic32mzdask board.
(2016-02-01 22:14:02 +0100)


Andrei Pistirica (1):
  drivers: mmc: add driver for Microchip PIC32 SDHCI controller.

Daniel Schwierzeck (1):
  MIPS: start.S: fix and optimize instructions

Marek Vasut (1):
  mips: cache: Bulletproof the code against cornercases

Paul Burton (4):
  MIPS: Remove SLOW_DOWN_IO
  MIPS: Support dynamic I/O port base address
  malta: Set I/O port base early
  malta: Use I/O accessors for SuperI/O controller

Paul Thacker (1):
  drivers: serial: add driver for Microchip PIC32 UART controller.

Purna Chandra Mandal (12):
  MIPS: initialize board_init_f() argument to zero.
  MIPS: initial infrastructure for Microchip PIC32 architecture
  drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.
  drivers: pinctrl: Add pinctrl driver for Microchip PIC32.
  drivers: gpio: add driver for Microchip PIC32 GPIO controller.
  drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.
  MIPS: Add support for Microchip PIC32MZ[DA] SoC family.
  board: Add Microchip PIC32MZ[DA]-Starter-Kit board.
  board: add SDHCI support for PIC32MZDASK board.
  drivers: net: phy: add SMSC LAN8740 Phy support.
  drivers: net: Add ethernet driver for Microchip PIC32.
  board: Enable ethernet, tftpboot support to pic32mzdask board.

 arch/mips/Kconfig|  10 +
 arch/mips/Makefile   |   1 +
 arch/mips/cpu/start.S|  22 +--
 arch/mips/dts/Makefile   |   2 +-
 arch/mips/dts/pic32mzda.dtsi | 174 
 arch/mips/dts/pic32mzda_sk.dts   |  55 ++
 arch/mips/include/asm/global_data.h  |   3 +
 arch/mips/include/asm/io.h   |  82 +++-
 arch/mips/lib/Makefile   |   1 -
 arch/mips/lib/cache.c|   8 +
 arch/mips/lib/io.c   |  12 --
 arch/mips/mach-pic32/Kconfig |  35 
 arch/mips/mach-pic32/Makefile|   7 +
 arch/mips/mach-pic32/cpu.c   | 156 +++
 arch/mips/mach-pic32/include/mach/ddr.h  |  32 +++
 arch/mips/mach-pic32/include/mach/pic32.h|  79 
 arch/mips/mach-pic32/lowlevel_init.S |  27 +++
 arch/mips/mach-pic32/reset.c |  36 
 board/imgtec/malta/malta.c   |  14 +-
 board/imgtec/malta/superio.c |  10 +-
 board/imgtec/malta/superio.h |   2 +-
 board/microchip/pic32mzda/Kconfig|  13 ++
 board/microchip/pic32mzda/MAINTAINERS|   6 +
 board/microchip/pic32mzda/Makefile   |   7 +
 board/microchip/pic32mzda/README |  22 +++
 board/microchip/pic32mzda/pic32mzda.c|  31 +++
 configs/pic32mzdask_defconfig|  34 
 doc/device-tree-bindings/clock/microchip,pic32-clock.txt |  33 
 doc/device-tree-bindings/serial/microchip,pic32-uart.txt |   5 +
 drivers/Makefile |   1 +
 drivers/clk/Makefile |   1 +
 drivers/clk/clk_pic32.c  | 433

 drivers/ddr/microchip/Makefile   |   6 +
 drivers/ddr/microchip/ddr2.c | 278
++
 drivers/ddr/microchip/ddr2_regs.h| 148 ++
 drivers/ddr/microchip/ddr2_timing.h  |  65 ++
 drivers/gpio/Kconfig |   7 +
 drivers/gpio/Makefile|   2 +-
 drivers/gpio/pic32_gpio.c| 174 
 drivers/mmc/Kconfig  |   6 +
 drivers/mmc/Makefile |   2 +-
 drivers/mmc/pic32_sdhci.c|  58 ++
 drivers/mmc/sdhci.c  |   7 +
 drivers/net/Kconfig  |   8 +
 drivers/net/Makefile  

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

2016-02-01 Thread Tom Rini
On Mon, Feb 01, 2016 at 10:53:29PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull some small MIPS updates and the initial Microchip PIC32
> support. Thanks!
> 
> 
> The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:
> 
>   video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 7d514a7407756d96996960c2ae539a4b464c65bc:
> 
>   board: Enable ethernet, tftpboot support to pic32mzdask board.
> (2016-02-01 22:14:02 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot