Re: [U-Boot] Please pull u-boot-marvell/master

2019-11-17 Thread Tom Rini
On Thu, Nov 14, 2019 at 08:39:42AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following MVEBU related fixes:
> 

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] Please pull u-boot-marvell/master

2019-11-13 Thread Stefan Roese

Hi Tom,

please pull the following MVEBU related fixes:


- Clearfog: Fix SD card booting (Baruch)
- Fix potential dereference NULL pointer in dram_init() (Chris)


Thanks,
Stefan

The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:

  Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT' (2019-11-12 
13:40:58 -0500)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 70bae02f71d4d4f7bfadd4f68f0823a453bbd7e6:

  arm: mvebu: clearfog: fix boot from SD card (2019-11-14 08:28:39 +0100)


Baruch Siach (1):
  arm: mvebu: clearfog: fix boot from SD card

Chris Packham (1):
  ARM: mvebu: don't dereference null bd pointer

 arch/arm/dts/armada-388-clearfog-u-boot.dtsi |  4 
 arch/arm/mach-mvebu/dram.c   | 10 --
 2 files changed, 4 insertions(+), 10 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master (cfi-flash related)

2019-10-24 Thread Tom Rini
On Thu, Oct 24, 2019 at 09:55:35AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following cfi-flash related patches:
> 

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] Please pull u-boot-marvell/master (cfi-flash related)

2019-10-24 Thread Stefan Roese

Hi Tom,

please pull the following cfi-flash related patches:


- Add support for HyperBus Memory Controller of TI's J721e
  and AM654 SoCs (Vignesh)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/601693002

Thanks,
Stefan

The following changes since commit 44510daea4d07fee736dd90411c4b503340b449e:

  dm: pinctrl: fix for introduce PINCONF_RECURSIVE option (2019-10-21 09:40:54 
-0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to a360e42216d5c43e28ed067b6e1c48d00cd4763f:

  configs: j721e_evm_a72_defconfig: Add HBMC related configs (2019-10-24 
09:49:32 +0200)


Vignesh Raghavendra (6):
  mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined
  mtd: Add TI HyperBus Memory Controller driver
  arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node
  arm: dts: k3-j721e-som-p0: Add HyperFlash node
  configs: j721e_evm.h: Define CONFIG_SYS_MAX_FLASH_BANKS_DETECT
  configs: j721e_evm_a72_defconfig: Add HBMC related configs

 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi |  26 +
 arch/arm/dts/k3-j721e-som-p0.dtsi |  34 +++
 configs/j721e_evm_a72_defconfig   |  12 
 drivers/mtd/Kconfig   |   7 +++
 drivers/mtd/Makefile  |   1 +
 drivers/mtd/cfi_flash.c   |   6 +-
 drivers/mtd/hbmc-am654.c  | 105 ++
 include/configs/j721e_evm.h   |   3 +
 8 files changed, 192 insertions(+), 2 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master (watchdog related)

2019-10-09 Thread Tom Rini
On Tue, Oct 08, 2019 at 12:38:57PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches:
> 

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] Please pull u-boot-marvell/master (watchdog related)

2019-10-08 Thread Stefan Roese

Hi Tom,

please pull the following watchdog related patches:


- Move WATCHDOG_TIMEOUT_MSECS to Kconfig (Heiko)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/594946794

Thanks,
Stefan


The following changes since commit 61ba1244b548463dbfb3c5285b6b22e7c772c5bd:

  Prepare v2019.10 (2019-10-07 17:14:02 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to ca51ef7c0c6140e6590746b07dad19040f95ef60:

  watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig (2019-10-08 07:46:38 +0200)


Heiko Schocher (1):
  watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

 arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 | 1 -
 configs/dh_imx6_defconfig  | 1 +
 configs/display5_defconfig | 1 +
 configs/display5_factory_defconfig | 1 +
 configs/ge_bx50v3_defconfig| 1 +
 configs/kp_imx6q_tpc_defconfig | 1 +
 configs/m53menlo_defconfig | 1 +
 configs/mx53ppd_defconfig  | 1 +
 configs/tqma6s_wru4_mmc_defconfig  | 1 +
 configs/warp_defconfig | 1 +
 drivers/watchdog/Kconfig   | 9 +
 include/configs/dh_imx6.h  | 1 -
 include/configs/display5.h | 1 -
 include/configs/ge_bx50v3.h| 2 --
 include/configs/kp_imx6q_tpc.h | 1 -
 include/configs/m53menlo.h | 1 -
 include/configs/mx53ppd.h  | 2 --
 include/configs/socfpga_common.h   | 1 -
 include/configs/socfpga_stratix10_socdk.h  | 1 -
 include/configs/tqma6_wru4.h   | 1 -
 include/configs/warp.h | 1 -
 scripts/config_whitelist.txt   | 1 -
 22 files changed, 18 insertions(+), 14 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-08-13 Thread Tom Rini
On Mon, Aug 12, 2019 at 02:08:18PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first Marvell patches in this merge window with the
> following changes:
> 

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] Please pull u-boot-marvell/master

2019-08-12 Thread Stefan Roese

Hi Tom,

please pull the first Marvell patches in this merge window with the
following changes:


- Various improvements to Keymile boards - mostly DT conversation
  (Pascal & Holger)
- Removal of now unsupported Keymile boards (Pascal & Holger)
- Small MVEBU PCI fix (Marek)
- Turris Omnia defconfig update (Marek)
- Misc Allied Telesis defconfig updates (Chris)


Thanks,
Stefan


The following changes since commit feb5a02f869d5678190dfc915ef6c2781b4f7a6c:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-08-10 17:57:58 
-0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 193a1e9f196b7fb7e913a70936c8a49060a1859c:

  pci: pci_mvebu: set BAR0 after memory space is set (2019-08-12 13:59:31 +0200)


Chris Packham (1):
  ARM: configs: Enable DM_ETH for SBx81LIFKW and SBx81LIFXCAT

Holger Brunck (2):
  powerpc/km: remove unmaintained target KMVECT1
  powerpc/km: remove unmaintained board KMLION1

Marek Behún (2):
  arm: mvebu: turris_omnia: update defconfig
  pci: pci_mvebu: set BAR0 after memory space is set

Pascal Linder (7):
  km: add Kconfig menus for KM boards
  km: remove obsolete definitions in KM header files
  km: clean up header files for KM Kirkwood boards
  km: fixed typo in KM Kirkwood header file
  km/uart: port UART interface of KM Kirkwood boards to driver model
  km/rgmii: port Ethernet interface of KM Kirkwood boards to driver model
  km/arm: remove unmaintained target PORTL2

 arch/arm/dts/kirkwood-km_common.dtsi |   1 +
 arch/powerpc/cpu/mpc83xx/Kconfig |   4 -
 board/keymile/Kconfig| 101 +
 board/keymile/common/common.h|   4 -
 board/keymile/common/ivm.c   |   5 -
 board/keymile/km83xx/Kconfig |  19 --
 board/keymile/km83xx/MAINTAINERS |   1 -
 board/keymile/km83xx/km83xx.c|  81 ---
 board/keymile/km_arm/Kconfig |  31 +++
 board/keymile/km_arm/MAINTAINERS |   1 -
 board/keymile/kmp204x/MAINTAINERS|   1 -
 configs/SBx81LIFKW_defconfig |   3 +
 configs/SBx81LIFXCAT_defconfig   |   3 +
 configs/km_kirkwood_pci_defconfig|   1 +
 configs/kmcoge5un_defconfig  |   3 +
 configs/kmlion1_defconfig|  57 -
 configs/kmnusa_defconfig |   4 +
 configs/kmsugp1_defconfig|   4 +
 configs/kmsuv31_defconfig|   2 +
 configs/kmvect1_defconfig| 180 ---
 configs/mgcoge3un_defconfig  |   2 +
 configs/portl2_defconfig |  46 
 configs/turris_omnia_defconfig   |   3 +
 drivers/pci/pci_mvebu.c  |   8 +-
 include/configs/km/keymile-common.h  |   8 -
 include/configs/km/km-mpc83xx.h  |   4 -
 include/configs/km/km-powerpc.h  |  13 --
 include/configs/km/km_arm.h  |  54 +
 include/configs/km/kmp204x-common.h  | 409 --
 include/configs/km_kirkwood.h|  28 +--
 include/configs/kmp204x.h| 410 +--
 include/configs/kmvect1.h|  61 --
 scripts/config_whitelist.txt |  22 --
 33 files changed, 554 insertions(+), 1020 deletions(-)
 delete mode 100644 configs/kmlion1_defconfig
 delete mode 100644 configs/kmvect1_defconfig
 delete mode 100644 configs/portl2_defconfig
 delete mode 100644 include/configs/km/kmp204x-common.h
 delete mode 100644 include/configs/kmvect1.h
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master (watchdog related)

2019-08-08 Thread Tom Rini
On Mon, Aug 05, 2019 at 04:46:43PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches:
> 

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] Please pull u-boot-marvell/master (watchdog related)

2019-08-05 Thread Stefan Roese

Hi Tom,

please pull the following watchdog related patches:


- Remove unused bcm2835 watchdog driver (still non-DM)
- Cosmetic fixup of mtk_wdt.c


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/567804616

Thanks,
Stefan


The following changes since commit 898c40c0d6f9e53dafcfdf6f870190faef6e088b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2019-08-02 
13:29:46 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to c07f68dd66f305baf930c660493c4db4e2a50ff2:

  watchdog: mtk_wdt: Cosmetic cleanup of latest changes (2019-08-05 11:50:11 
+0200)


Stefan Roese (2):
  watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its 
references
  watchdog: mtk_wdt: Cosmetic cleanup of latest changes

 arch/arm/mach-bcm283x/reset.c  |  4 
 drivers/watchdog/Kconfig   |  9 -
 drivers/watchdog/Makefile  |  1 -
 drivers/watchdog/bcm2835_wdt.c | 34 --
 drivers/watchdog/mtk_wdt.c | 25 -
 5 files changed, 16 insertions(+), 57 deletions(-)
 delete mode 100644 drivers/watchdog/bcm2835_wdt.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-07-12 Thread Tom Rini
On Thu, Jul 11, 2019 at 06:01:47PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches:
> 

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] Please pull u-boot-marvell/master

2019-07-11 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches:


- SPL SATA enhancements to allow booting from RAW SATA device
  needed for Clearfog (Baruch)
- Enable SATA booting on Clearfog (Baruch)
- Misc changes to Turris Omnia (Marek)
- Enable CMD_BOOTZ and increase SYS_BOOTM_LEN on crs305-1g-4s
  (Luka)
- Enable FIT support for db-xc3-24g4xg (Chris)
- Enable DM_SPI on Keymile Kirkwood board with necessary changes
  for this (Pascal)
- Set 38x and 39x AVS on lower frequency (Baruch)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/557220799

Thanks,
Stefan

The following changes since commit ef8b7e045ec744dce385cac4b1438c9be6e2bbc8:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2019-07-10 
13:51:53 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to cc66ebdeeca5c4ed095bbd521b748bb009d99728:

  arm: mvebu: set 38x and 39x AVS on lower frequency (2019-07-11 10:58:03 +0200)


Baruch Siach (9):
  spl: sata: add default partition and image name
  spl: sata: fix build with DM_SCSI
  spl: sata: don't force FS_FAT support
  arm: mvebu: fix ahci mbus config in SPL
  arm: mvebu: add support for boot from SATA
  arm: mvebu: clearfog: enable SATA in SPL
  arm: mvebu: clearfog: set U-Boot offset for SATA boot
  arm: mvebu: clearfog: document boot from SATA
  arm: mvebu: set 38x and 39x AVS on lower frequency

Chris Packham (1):
  ARM: mvebu: Enable FIT support for db-xc3-24g4xg

Luka Kovacic (1):
  arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN

Marek Behún (7):
  arm: mvebu: turris_omnia: set default ethernet adapter
  arm: mvebu: turris_omnia: fix adapters MAC addresses
  arm: mvebu: turris_omnia: change environment address in SPI flash
  arm: mvebu: turris_omnia: remove unneeded macro from board config
  arm: mvebu: turris_omnia: prefer SCSI booting before USB
  arm: mvebu: turris_omnia: call pci_init from board init code
  arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs setting

Pascal Linder (6):
  km: modify Kconfig file organization for KM boards
  km/spi: add weak functions to kirkwood_spi driver (DM part)
  km/spi: overwrite kirkwood_spi weak functions for KM Kirkwood boards
  km/spi: add SPI configuration to KM Kirkwood device tree
  km/spi: activate driver model for SPI flash on KM Kirkwood boards
  km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards

 arch/arm/dts/armada-388-clearfog-u-boot.dtsi  |  8 
 arch/arm/dts/kirkwood-km_kirkwood.dts | 22 ++
 arch/arm/include/asm/arch-mvebu/spi.h | 11 -
 arch/arm/mach-kirkwood/Kconfig|  9 ++--
 arch/arm/mach-mvebu/Kconfig   |  5 +++
 arch/arm/mach-mvebu/Makefile  |  3 ++
 arch/arm/mach-mvebu/cpu.c |  4 ++
 arch/arm/mach-mvebu/include/mach/cpu.h|  7 +++
 arch/arm/mach-mvebu/include/mach/soc.h|  2 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c | 26 +++
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h |  4 ++
 arch/arm/mach-mvebu/spl.c |  8 
 arch/powerpc/cpu/mpc83xx/Kconfig  | 44 +--
 arch/powerpc/cpu/mpc85xx/Kconfig  |  8 +---
 board/CZ.NIC/turris_omnia/turris_omnia.c  | 10 +++--
 board/keymile/Kconfig | 16 +++
 board/keymile/km83xx/Kconfig  | 62 +++
 board/keymile/km_arm/Kconfig  | 10 +
 board/keymile/km_arm/km_arm.c | 23 +-
 board/keymile/kmp204x/Kconfig |  8 
 board/solidrun/clearfog/README|  6 +++
 common/spl/spl_sata.c | 20 +++--
 configs/crs305-1g-4s_defconfig|  1 +
 configs/db-xc3-24g4xg_defconfig   |  3 ++
 configs/portl2_defconfig  |  3 +-
 drivers/spi/kirkwood_spi.c| 52 +++---
 include/configs/clearfog.h|  2 +-
 include/configs/crs305-1g-4s.h|  1 +
 include/configs/km/km_arm.h   |  5 ---
 include/configs/turris_omnia.h| 12 ++
 scripts/config_whitelist.txt  |  1 -
 31 files changed, 279 insertions(+), 117 deletions(-)

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


Re: [U-Boot] Please pull u-boot-marvell/master

2019-06-05 Thread Tom Rini
On Tue, Jun 04, 2019 at 08:39:58AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related fix:
> 

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] Please pull u-boot-marvell/master

2019-06-04 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related fix:


- Enable MMC in SPL to enable DM MMC booting on helios4 (Dennis)


Thanks,
Stefan

The following changes since commit 55cae6458d51294f4ded1d9d2339dfed5afa90ed:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2019-06-02 08:33:10 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 7505075dffb8bf0584f01872fea476bcd03978b9:

  arm: mvebu: helios4: add MMC to SPL DT (2019-06-04 08:33:24 +0200)


Dennis Gilmore (1):
  arm: mvebu: helios4: add MMC to SPL DT

 arch/arm/dts/armada-388-helios4-u-boot.dtsi | 4 
 1 file changed, 4 insertions(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-05-27 Thread Tom Rini
On Mon, May 27, 2019 at 01:35:21PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related fix:
> 

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] Please pull u-boot-marvell/master

2019-05-27 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related fix:


- defconfig updates to remove the DM-move build warnings
  for helios4 and controlcenterdc (Mario & Stefan)


Thanks,
Stefan

The following changes since commit 344a0e4367d0820b8eb2ea4a90132433e038095f:

  configs: Resync with savedefconfig (2019-05-26 14:45:25 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 0a60da960fead40a73e306ac5e6b5e399329a5d1:

  arm: mvebu: controlcenterdc: Update config (2019-05-27 13:31:04 +0200)


Mario Six (1):
  arm: mvebu: controlcenterdc: Update config

Stefan Roese (1):
  arm: mvebu: helios4: Enable CONFIG_BLK and CONFIG_DM_MMC

 configs/controlcenterdc_defconfig | 2 ++
 configs/helios4_defconfig | 1 +
 2 files changed, 3 insertions(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-05-20 Thread Tom Rini
On Mon, May 20, 2019 at 09:59:13AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related fix:
> 

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] Please pull u-boot-marvell/master

2019-05-20 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related fix:


- Fix SPL build on Armada XP (theadorable etc) (Stefan)


Thanks,
Stefan

The following changes since commit e14d9ca4919e5bc987fc628135104f2b2c91af90:

  Merge git://git.denx.de/u-boot-x86 (2019-05-19 09:42:19 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 1718a9f3b7882c6a1a751d84c58fcd7c8bdb0365:

  arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to "internal-regs" 
(2019-05-20 09:27:36 +0200)


Stefan Roese (1):
  arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to 
"internal-regs"

 arch/arm/dts/armada-370-xp.dtsi | 1 +
 1 file changed, 1 insertion(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-05-09 Thread Tom Rini
On Thu, May 09, 2019 at 12:08:29PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches:
> 

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] Please pull u-boot-marvell/master

2019-05-09 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches:


- DM updates for multiple MVEBU boards (Stefan)
- Add CRS305-1G-4S board (Luka)
- Enable MMC in SPL on clearfog (Baruch)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/530119803

Thanks,
Stefan

The following changes since commit 504bf790da08db9b4a443566cf6ef577f9c7996a:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-05-08 16:21:43 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 13cba82b51f57e9a06ebf3d9490e1f682e55ed97:

  arm: mvebu: clearfog: add MMC to SPL DT (2019-05-09 07:35:04 +0200)


Baruch Siach (1):
  arm: mvebu: clearfog: add MMC to SPL DT

Luka Kovacic (1):
  arm: mvebu: Add CRS305-1G-4S board

Stefan Roese (3):
  arm: mvebu: clearfog: Enable BLK and DM support
  arm: mvebu: db-88f6720: Enable CONFIG_BLK
  arm: mvebu: db-88f6820-gp: Enable BLK and DM support

 arch/arm/dts/Makefile   |   3 +-
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi|   4 +
 arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi |  13 +++
 arch/arm/dts/armada-xp-crs305-1g-4s.dts | 110 
 arch/arm/mach-mvebu/Kconfig |   7 ++
 board/mikrotik/crs305-1g-4s/.gitignore  |   1 +
 board/mikrotik/crs305-1g-4s/MAINTAINERS |   7 ++
 board/mikrotik/crs305-1g-4s/Makefile|  14 +++
 board/mikrotik/crs305-1g-4s/README  |  23 +
 board/mikrotik/crs305-1g-4s/binary.0|  11 +++
 board/mikrotik/crs305-1g-4s/crs305-1g-4s.c  |  75 
 board/mikrotik/crs305-1g-4s/kwbimage.cfg.in |  12 +++
 configs/clearfog_defconfig  |   4 +-
 configs/crs305-1g-4s_defconfig  |  52 +++
 configs/db-88f6720_defconfig|   1 +
 configs/db-88f6820-gp_defconfig |   4 +-
 include/configs/crs305-1g-4s.h  |  37 
 17 files changed, 375 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s.dts
 create mode 100644 board/mikrotik/crs305-1g-4s/.gitignore
 create mode 100644 board/mikrotik/crs305-1g-4s/MAINTAINERS
 create mode 100644 board/mikrotik/crs305-1g-4s/Makefile
 create mode 100644 board/mikrotik/crs305-1g-4s/README
 create mode 100644 board/mikrotik/crs305-1g-4s/binary.0
 create mode 100644 board/mikrotik/crs305-1g-4s/crs305-1g-4s.c
 create mode 100644 board/mikrotik/crs305-1g-4s/kwbimage.cfg.in
 create mode 100644 configs/crs305-1g-4s_defconfig
 create mode 100644 include/configs/crs305-1g-4s.h

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


Re: [U-Boot] Please pull u-boot-marvell/master

2019-05-04 Thread Tom Rini
On Fri, May 03, 2019 at 01:49:51PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches:
> 

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] Please pull u-boot-marvell/master

2019-05-03 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches:


- Fix in kwbimage (return code checking) (Young Xiao)
- Misc updates to Turris Omnia (Marek)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/527629166

Thanks,
Stefan


The following changes since commit b4ee6daad7a2604ca9466b2ba48de86cc27d381f:

  Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx (2019-05-01 
07:25:51 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 5859a39a43d15cb775478bd4537e9a2eac1c4cf2:

  arm: mvebu: turris_omnia: enable defconfig options needed by vendor 
(2019-05-03 08:18:00 +0200)


Marek Behún (17):
  arm: mvebu: turris_omnia: remove redundant code
  arm: mvebu: turris_omnia: add XHCI to defconfig
  arm: mvebu: turris_omnia: use AHCI and SATA driver model
  arm: mvebu: turris_omnia: remove legacy macros from board header
  arm: mvebu: turris_omnia: move I2C dependencies to Kconfig
  arm: mvebu: turris_omnia: add SCSI as boot target
  arm: mvebu: turris_omnia: refactor I2C accessing code
  arm: mvebu: turris_omnia: fix checkpatch warnings
  arm: mvebu: turris_omnia: move ATSHA204A from defconfig to Kconfig
  arm: mvebu: turris_omnia: refactor more code
  arm: mvebu: turris_omnia: print board info as Turris Mox
  arm: mvebu: turris_*: remove watchdog include
  arm: mvebu: turris_omnia: fix regdomain env var setting
  arm: mvebu: turris_omnia: add RESET button handling
  i2c: mvtwsi: fix reading status register after interrupt
  arm: mvebu: turris_omnia: add GPIO support to defconfig
  arm: mvebu: turris_omnia: enable defconfig options needed by vendor

Young Xiao (1):
  kwbimage: fixing the issue with proper return code checking

 arch/arm/mach-mvebu/Kconfig  |   7 +
 board/CZ.NIC/turris_mox/turris_mox.c |   4 -
 board/CZ.NIC/turris_omnia/turris_omnia.c | 348 ---
 configs/turris_omnia_defconfig   |  19 +-
 drivers/i2c/mvtwsi.c |  11 +
 include/configs/turris_omnia.h   |  32 +--
 tools/kwbimage.c |   2 +-
 7 files changed, 228 insertions(+), 195 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-04-27 Thread Tom Rini
On Fri, Apr 26, 2019 at 12:58:33PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell and watchdog related patches:
> 

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] Please pull u-boot-marvell/master

2019-04-26 Thread Stefan Roese

Hi Tom,

please pull the following Marvell and watchdog related patches:


- Add DM based generic watchdog start and reset implementation
  and remove all ad-hoc implementations (Stefan)
- Move mv_sdhci to DM (Pierre)
- Misc turris_omnia updates (Pierre)
- Change openrd targets to correctly build again (size changes
  and fixes to the dts targets) and bring it back into Travis
  builds (Stefan)
- Add Kirkwood db-88f6281-bp board (Chris)


Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/524793378

Thanks,
Stefan


The following changes since commit 7d994067424776b6184872b82fcaf4c0b95528f9:

  Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm (2019-04-24 12:27:29 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to b684d4031b38b6b6a9e22676c7c6e2770e767cc7:

  arm: kirkwood: openrd: Mark openrd boards as maintained again (2019-04-26 
09:16:32 +0200)


Chris Packham (2):
  ARM: kirkwood: add db-88f6281-bp board
  ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp

Michael Walle (1):
  arm: kirkwood: lsxl: add note about sata in README

Pierre Bourdon (3):
  arm: mvebu: turris_omnia: fix eeprom/mcu device names
  mmc: mv_sdhci: add driver model support
  arm: mvebu: turris_omnia: use MMC driver model

Stefan Roese (9):
  arm: kirkwood: dts: Add openrd-* dtb makefile build targets
  arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR
  arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit
  arm: mvebu: turris_omnia: Use thumb instructions in SPL to save space
  watchdog: Implement generic watchdog_reset() version
  watchdog: cadence: Remove driver specific "timeout-sec" handling
  watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup
  watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset
  arm: kirkwood: openrd: Mark openrd boards as maintained again

 .travis.yml|   4 +-
 arch/arm/dts/Makefile  |   5 +
 arch/arm/dts/kirkwood-db-88f6281-spi.dts   |  48 ++
 arch/arm/dts/kirkwood-db-88f6281.dts   |  26 ++
 arch/arm/dts/kirkwood-db.dtsi  |  94 +++
 arch/arm/mach-at91/clock.c |  45 -
 arch/arm/mach-at91/include/mach/at91_wdt.h |   2 -
 arch/arm/mach-kirkwood/Kconfig |   4 +
 arch/arm/mach-mvebu/cpu.c  |   2 +-
 arch/arm/mach-mvebu/include/mach/cpu.h |   2 +
 arch/mips/mach-mt7620/cpu.c|  36 ---
 arch/powerpc/Kconfig   |   2 +-
 arch/powerpc/cpu/mpc8xx/Kconfig|   6 +-
 board/CZ.NIC/turris_mox/turris_mox.c   |  30 --
 board/CZ.NIC/turris_omnia/turris_omnia.c   |  39 +---
 board/Marvell/db-88f6281-bp/.gitignore |   1 +
 board/Marvell/db-88f6281-bp/Kconfig|  12 +++
 board/Marvell/db-88f6281-bp/MAINTAINERS|  10 ++
 board/Marvell/db-88f6281-bp/Makefile   |  12 +++
 board/Marvell/db-88f6281-bp/db-88f6281-bp.c| 103 +
 board/Marvell/db-88f6281-bp/kwbimage.cfg.in|  36 +++
 board/Marvell/openrd/MAINTAINERS   |   4 +-
 board/alliedtelesis/x530/x530.c|  36 +--
 board/buffalo/lsxl/README  |  10 ++
 .../xilinx/microblaze-generic/microblaze-generic.c |  40 
 board/xilinx/zynq/board.c  |  39 
 board/xilinx/zynqmp/zynqmp.c   |  39 
 common/board_r.c   |   4 +
 common/spl/spl.c   |   5 +
 configs/db-88f6281-bp-nand_defconfig   |  54 +++
 configs/db-88f6281-bp-spi_defconfig|  56 +++
 configs/gardena-smart-gateway-at91sam_defconfig|   2 -
 configs/turris_omnia_defconfig |   4 +-
 drivers/mmc/mv_sdhci.c |  67 +-
 drivers/watchdog/Kconfig   |   2 +-
 drivers/watchdog/Makefile  |   2 +-
 drivers/watchdog/at91sam9_wdt.c|   8 --
 drivers/watchdog/cdns_wdt.c|  15 ++-
 drivers/watchdog/mpc8xx_wdt.c  |   4 +-
 drivers/watchdog/wdt-uclass.c  |  26 ++
 include/asm-generic/global_data.h  |   4 +
 include/configs/db-88f6281-bp.h|  99 
 include/configs/openrd.h   |   3 +-
 include/configs/turris_omnia.h   

Re: [U-Boot] Please pull u-boot-marvell/master (v2)

2019-04-12 Thread Tom Rini
On Fri, Apr 12, 2019 at 01:27:36PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches. I've
> removed the board support, causing the out-of-tree building
> error for now. I'll push this one after its resolved.

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


Re: [U-Boot] Please pull u-boot-marvell/master (v2)

2019-04-12 Thread Tom Rini
On Sat, Apr 13, 2019 at 08:37:46AM +1200, Chris Packham wrote:
> On Fri, 12 Apr 2019, 11:27 PM Stefan Roese,  wrote:
> 
> > Hi Tom,
> >
> > please pull the following Marvell related patches. I've
> > removed the board support, causing the out-of-tree building
> > error for now. I'll push this one after its resolved.
> 
> 
> I'll take a look at the db-88f6281 out of tree build failures. I think I've
> got a handle on the issue now. I probably won't have a fix before you go
> offline but it should be waiting for you when you get back. Have a good
> break.
> 
> "Check for configs without MAINTAINERS entry". I've not seen
> > this error before. Frankly, I'm in a bit of a hurry, as I am
> > leaving for a 10 days vacation tomorrow and this will be my
> > last try to get these Marvell patches upstream before it.
> 
> 
> If this is due to one of my recent additions I'll send a fix direct to Tom.

It was a trivial enough problem on
board/Marvell/db-xc3-24g4xg/MAINTAINERS that I fixed it up in the merge.

-- 
Tom


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


Re: [U-Boot] Please pull u-boot-marvell/master (v2)

2019-04-12 Thread Chris Packham
On Fri, 12 Apr 2019, 11:27 PM Stefan Roese,  wrote:

> Hi Tom,
>
> please pull the following Marvell related patches. I've
> removed the board support, causing the out-of-tree building
> error for now. I'll push this one after its resolved.


I'll take a look at the db-88f6281 out of tree build failures. I think I've
got a handle on the issue now. I probably won't have a fix before you go
offline but it should be waiting for you when you get back. Have a good
break.

"Check for configs without MAINTAINERS entry". I've not seen
> this error before. Frankly, I'm in a bit of a hurry, as I am
> leaving for a 10 days vacation tomorrow and this will be my
> last try to get these Marvell patches upstream before it.


If this is due to one of my recent additions I'll send a fix direct to Tom.


> [1] https://travis-ci.org/stroese/u-boot/builds/519095642
>
> Thanks,
> Stefan
>
> The following changes since commit
> 02f173ca156cee8526dff87603d5e446b443cde3:
>
>Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-11
> 14:29:37 -0400)
>
> are available in the Git repository at:
>
>git://www.denx.de/git/u-boot-marvell.git
>
> for you to fetch changes up to 937cb9d0a671b1df01955edd515ebf4a65e45f85:
>
>ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0 (2019-04-12
> 07:20:20 +0200)
>
> 
> Baruch Siach (6):
>ARM: mvebu: define board_ahci_enable() for A38x
>ata: ahci_mvebu: add support for Armada 38x
>git-mailrc: update the kirkwood entry
>arm: mvebu: clearfog: document eMMC installation
>mvebu: drop dangling SPI flash comments and #ifdefs
>arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION
>
> Chris Packham (20):
>arm: sync armada-xp dts files from Linux 5.0
>watchdog: orion_wdt: support SPL usage
>watchdog: orion_wdt: take timeout value in ms
>arm: mvebu: x530: Enable watchdog in SPL and U-Boot
>tools: kwbimage: don't adjust for image_header for Armada MSYS
>ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
>ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
>ARM: kirkwood: switch to using mvebu mbus
>ARM: kirkwood: remove kw_config_adr_windows
>ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
>ARM: kirkwood: enable CONFIG_DM_USB for dns325
>ARM: kirkwood: enable CONFIG_DM_USB for ds109
>ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
>ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
>ARM: kirkwood: enable CONFIG_DM_USB for nas220
>arm: mvebu: Add Marvell's integrated CPUs
>arm: mvebu: NAND clock support for MSYS devices
>arm: mvebu: Add DB-XC3-24G4XG board
>ARM: mvebu: rename armada-385-amc.dts to
> armada-385-db-88f6820-amc.dts
>ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0
>
> Leigh Brown (1):
>ARM: kirkwood: remove obsolete call to icache_enable
>
> Michael Walle (5):
>sata: sata_mv: use correct format specifier in debug()
>sata: sata_mv: support kirkwood architecture
>sata: sata_mv: add orion-sata compatible string
>arm: kirkwood: lsxl: enable DM for SATA
>cmd: add wdt command
>
> Stefan Roese (8):
>sata: sata_mv: Add DM support to enable CONFIG_BLK usage
>arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK
>arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
>arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test
>Makefile: Correct logic for DM_SCSI + unconverted drivers check
>arm: mvebu: ds412: Enable CONFIG_BLK
>arm: mvebu: AXP: Enhance PCIe port capability configuration
>arm: mvebu: Fix Kconfig dependency warnings
>
>   Makefile   |  19 +-
>   arch/arm/dts/Makefile  |   5 +-
>   arch/arm/dts/armada-370-xp.dtsi| 133 
>   arch/arm/dts/armada-385-amc.dts| 166 --
>   arch/arm/dts/armada-385-atl-x530-u-boot.dtsi   |   4 +
>   arch/arm/dts/armada-385-db-88f6820-amc.dts | 146 +
>   arch/arm/dts/armada-xp-98dx3236.dtsi   | 343
> 
>   arch/arm/dts/armada-xp-98dx3336.dtsi   |  39 +++
>   arch/arm/dts/armada-xp-98dx4251.dtsi   |  54 
>   arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi   |  24 ++
>   arch/arm/dts/armada-xp-db-xc3-24g4xg.dts   | 110 +++
>   arch/arm/dts/armada-xp-gp.dts  | 167 +-
>   arch/arm/dts/armada-xp-maxbcm.dts  |  24 +-
>   arch/arm/dts/armada-xp-mv78230.dtsi|  55 +---
>   arch/arm/dts/armada-xp-mv78260.dtsi|  58 +---
>   arch/arm/dts/armada-xp-mv78460.dtsi|  58 +---
>   arch/arm/dts/armada-xp-synology-ds414.dts  | 199 

[U-Boot] Please pull u-boot-marvell/master (v2)

2019-04-12 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches. I've
removed the board support, causing the out-of-tree building
error for now. I'll push this one after its resolved.


- Misc dts files sync'ed with Linux version (Chris)
- Orion watchdog fix (Chris)
- kwbimage changed to also support Marvell bin_hdr binary (Chris)
- Add DM support to enable CONFIG_BLK for sata_mv (Stefan)
- Enable BLK on multiple platforms (Stefan)
- Misc minor fixes to AXP theadorable board (Stefan)
- Correct logic for DM_SCSI + unconverted drivers check (stefan)
- Misc changes to kirkwood to enable DM_USB here (Chris)
- Change ahci_mvebu to enable usage on A38x (Baruch)
- Update the kirkwood entry in git-mailrc (Baruch)
- Misc minor improvements (turris, documentation) (Baruch)
- Enhance sata_mv to support Kirkwood as well (Michael)
- Add wdt command (Michael)
- Add Marvell integrated CPUs (MSYS) support with DB-XC3-24G4XG
  board support (Chris)


Travis build is quite fine now [1], only showing a problem with
"Check for configs without MAINTAINERS entry". I've not seen
this error before. Frankly, I'm in a bit of a hurry, as I am
leaving for a 10 days vacation tomorrow and this will be my
last try to get these Marvell patches upstream before it.

[1] https://travis-ci.org/stroese/u-boot/builds/519095642

Thanks,
Stefan

The following changes since commit 02f173ca156cee8526dff87603d5e446b443cde3:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-11 14:29:37 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 937cb9d0a671b1df01955edd515ebf4a65e45f85:

  ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0 (2019-04-12 07:20:20 
+0200)


Baruch Siach (6):
  ARM: mvebu: define board_ahci_enable() for A38x
  ata: ahci_mvebu: add support for Armada 38x
  git-mailrc: update the kirkwood entry
  arm: mvebu: clearfog: document eMMC installation
  mvebu: drop dangling SPI flash comments and #ifdefs
  arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION

Chris Packham (20):
  arm: sync armada-xp dts files from Linux 5.0
  watchdog: orion_wdt: support SPL usage
  watchdog: orion_wdt: take timeout value in ms
  arm: mvebu: x530: Enable watchdog in SPL and U-Boot
  tools: kwbimage: don't adjust for image_header for Armada MSYS
  ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
  ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
  ARM: kirkwood: switch to using mvebu mbus
  ARM: kirkwood: remove kw_config_adr_windows
  ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
  ARM: kirkwood: enable CONFIG_DM_USB for dns325
  ARM: kirkwood: enable CONFIG_DM_USB for ds109
  ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
  ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
  ARM: kirkwood: enable CONFIG_DM_USB for nas220
  arm: mvebu: Add Marvell's integrated CPUs
  arm: mvebu: NAND clock support for MSYS devices
  arm: mvebu: Add DB-XC3-24G4XG board
  ARM: mvebu: rename armada-385-amc.dts to armada-385-db-88f6820-amc.dts
  ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0

Leigh Brown (1):
  ARM: kirkwood: remove obsolete call to icache_enable

Michael Walle (5):
  sata: sata_mv: use correct format specifier in debug()
  sata: sata_mv: support kirkwood architecture
  sata: sata_mv: add orion-sata compatible string
  arm: kirkwood: lsxl: enable DM for SATA
  cmd: add wdt command

Stefan Roese (8):
  sata: sata_mv: Add DM support to enable CONFIG_BLK usage
  arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK
  arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
  arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test
  Makefile: Correct logic for DM_SCSI + unconverted drivers check
  arm: mvebu: ds412: Enable CONFIG_BLK
  arm: mvebu: AXP: Enhance PCIe port capability configuration
  arm: mvebu: Fix Kconfig dependency warnings

 Makefile   |  19 +-
 arch/arm/dts/Makefile  |   5 +-
 arch/arm/dts/armada-370-xp.dtsi| 133 
 arch/arm/dts/armada-385-amc.dts| 166 --
 arch/arm/dts/armada-385-atl-x530-u-boot.dtsi   |   4 +
 arch/arm/dts/armada-385-db-88f6820-amc.dts | 146 +
 arch/arm/dts/armada-xp-98dx3236.dtsi   | 343 
 arch/arm/dts/armada-xp-98dx3336.dtsi   |  39 +++
 arch/arm/dts/armada-xp-98dx4251.dtsi   |  54 
 arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi   |  24 ++
 arch/arm/dts/armada-xp-db-xc3-24g4xg.dts   | 110 +++
 

Re: [U-Boot] Please pull u-boot-marvell/master

2019-04-11 Thread Tom Rini
On Thu, Apr 11, 2019 at 04:51:52PM +0200, Stefan Roese wrote:
> Hi Tom,
> 
> On 11.04.19 16:49, Tom Rini wrote:
> >On Thu, Apr 11, 2019 at 02:34:01PM +0200, Stefan Roese wrote:
> >
> >>Hi Tom,
> >>
> >>please pull the following Marvell related patches:
> >>
> >
> >NAK.  This is either racy, or there's other external output directory
> >problems still:
> >https://travis-ci.org/trini/u-boot/jobs/518755577#L1049
> 
> Ughh. Sorry, I thought that I worked this out with Chris and
> pushed the correct version. Will try again most likely tomorrow.
> 
> Sorry for the trouble.

No big deal, thanks!

-- 
Tom


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


Re: [U-Boot] Please pull u-boot-marvell/master

2019-04-11 Thread Stefan Roese

Hi Tom,

On 11.04.19 16:49, Tom Rini wrote:

On Thu, Apr 11, 2019 at 02:34:01PM +0200, Stefan Roese wrote:


Hi Tom,

please pull the following Marvell related patches:



NAK.  This is either racy, or there's other external output directory
problems still:
https://travis-ci.org/trini/u-boot/jobs/518755577#L1049


Ughh. Sorry, I thought that I worked this out with Chris and
pushed the correct version. Will try again most likely tomorrow.

Sorry for the trouble.

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


Re: [U-Boot] Please pull u-boot-marvell/master

2019-04-11 Thread Tom Rini
On Thu, Apr 11, 2019 at 02:34:01PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches:
> 

NAK.  This is either racy, or there's other external output directory
problems still:
https://travis-ci.org/trini/u-boot/jobs/518755577#L1049

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2019-04-11 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches:


- Misc dts files sync'ed with Linux version (Chris)
- Orion watchdog fix (Chris)
- kwbimage changed to also support Marvell bin_hdr binary (Chris)
- Add DM support to enable CONFIG_BLK for sata_mv (Stefan)
- Enable BLK on multiple platforms (Stefan)
- Misc minor fixes to AXP theadorable board (Stefan)
- Correct logic for DM_SCSI + unconverted drivers check (stefan)
- Add Kirkwood db-88f6281-bp board (Chris)
- Misc changes to kirkwood to enable DM_USB here (Chris)
- Change ahci_mvebu to enable usage on A38x (Baruch)
- Update the kirkwood entry in git-mailrc (Baruch)
- Misc minor improvements (turris, documentation) (Baruch)
- Enhance sata_mv to support Kirkwood as well (Michael)
- Add wdt command (Michael)
- Add Marvell integrated CPUs (MSYS) support with DB-XC3-24G4XG
  board support (Chris)


Thanks,
Stefan


The following changes since commit 7e9d5d4167921802d0e956f803392a2437f92bf5:

  test.py: Disable fsck for FAT tests for now (2019-04-11 08:41:16 +0200)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to ea755051738cfc46721351935a09036500e86053:

  ARM: kirkwood: remove obsolete call to icache_enable (2019-04-11 13:42:13 
+0200)


Baruch Siach (6):
  ARM: mvebu: define board_ahci_enable() for A38x
  ata: ahci_mvebu: add support for Armada 38x
  git-mailrc: update the kirkwood entry
  arm: mvebu: clearfog: document eMMC installation
  mvebu: drop dangling SPI flash comments and #ifdefs
  arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION

Chris Packham (20):
  arm: sync armada-xp dts files from Linux 5.0
  watchdog: orion_wdt: support SPL usage
  watchdog: orion_wdt: take timeout value in ms
  arm: mvebu: x530: Enable watchdog in SPL and U-Boot
  tools: kwbimage: don't adjust for image_header for Armada MSYS
  ARM: kirkwood: add db-88f6281-bp board
  ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
  ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
  ARM: kirkwood: switch to using mvebu mbus
  ARM: kirkwood: remove kw_config_adr_windows
  ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp
  ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
  ARM: kirkwood: enable CONFIG_DM_USB for dns325
  ARM: kirkwood: enable CONFIG_DM_USB for ds109
  ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
  ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
  ARM: kirkwood: enable CONFIG_DM_USB for nas220
  arm: mvebu: Add Marvell's integrated CPUs
  arm: mvebu: NAND clock support for MSYS devices
  arm: mvebu: Add DB-XC3-24G4XG board

Leigh Brown (1):
  ARM: kirkwood: remove obsolete call to icache_enable

Michael Walle (5):
  sata: sata_mv: use correct format specifier in debug()
  sata: sata_mv: support kirkwood architecture
  sata: sata_mv: add orion-sata compatible string
  arm: kirkwood: lsxl: enable DM for SATA
  cmd: add wdt command

Stefan Roese (8):
  sata: sata_mv: Add DM support to enable CONFIG_BLK usage
  arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK
  arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
  arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test
  Makefile: Correct logic for DM_SCSI + unconverted drivers check
  arm: mvebu: ds412: Enable CONFIG_BLK
  arm: mvebu: AXP: Enhance PCIe port capability configuration
  arm: mvebu: Fix Kconfig dependency warnings

 Makefile   |  19 +-
 arch/arm/dts/Makefile  |   5 +-
 arch/arm/dts/armada-370-xp.dtsi| 133 
 arch/arm/dts/armada-385-atl-x530-u-boot.dtsi   |   4 +
 arch/arm/dts/armada-xp-98dx3236.dtsi   | 343 
 arch/arm/dts/armada-xp-98dx3336.dtsi   |  39 +++
 arch/arm/dts/armada-xp-98dx4251.dtsi   |  54 
 arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi   |  24 ++
 arch/arm/dts/armada-xp-db-xc3-24g4xg.dts   | 110 +++
 arch/arm/dts/armada-xp-gp.dts  | 167 +-
 arch/arm/dts/armada-xp-maxbcm.dts  |  24 +-
 arch/arm/dts/armada-xp-mv78230.dtsi|  55 +---
 arch/arm/dts/armada-xp-mv78260.dtsi|  58 +---
 arch/arm/dts/armada-xp-mv78460.dtsi|  58 +---
 arch/arm/dts/armada-xp-synology-ds414.dts  | 199 ++--
 arch/arm/dts/armada-xp-theadorable.dts |  69 ++--
 arch/arm/dts/armada-xp.dtsi| 214 +++--
 arch/arm/dts/kirkwood-db-88f6281-spi.dts   |  48 +++
 arch/arm/dts/kirkwood-db-88f6281.dts   

Re: [U-Boot] Please pull u-boot-marvell/master

2019-03-20 Thread Tom Rini
On Tue, Mar 19, 2019 at 01:49:46PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches, mostly fixes
> which should go into the upcoming release:
> 

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] Please pull u-boot-marvell/master

2019-03-19 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches, mostly fixes
which should go into the upcoming release:


- Enable network interface on clearfog_gt_8k (Baruch)
- Fix dreamplug boot by adding an spi0 alias to the DT (Chris)
- Fix / enhance Marvell ddr3 setup / parameters (Chris)
- Change CONFIG_SYS_MALLOC_F_LEN to 0x2000 on db-88f6820-amc (Chris)
- Enable SPL_FLASH_BAR on db-88f6820-amc (Chris)
- Use correct pcie controller name in Armada-38x dts files (Chris)
- Disable d-cache on Kirkwood platforms as currently needed (Chris)
- Add a more descriptive comment to pci_mvebu.c (Stefan)
- Update Marvell maintainers entry (Stefan)


Thanks,
Stefan


The following changes since commit 374bf7af033aa326a9585c5ff878d206e90c0c1c:

  Prepare v2019.04-rc4 (2019-03-18 21:14:02 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 599f7aa541bb5a658cbfd2af73bd9d2f6e828d43:

  ARM: kirkwood: disable dcache for Kirkwood boards (2019-03-19 09:22:05 +0100)


Baruch Siach (1):
  configs/clearfog_gt_8k: add network interface support

Chris Packham (7):
  ARM: kirkwood: add spi0 alias for dreamplug
  mv_ddr: ddr3: fix tRAS timimg parameter
  mv_ddr: ddr3: only use active chip-selects when tuning ODT
  ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000
  ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR
  ARM: mvebu: use correct name for pcie controller
  ARM: kirkwood: disable dcache for Kirkwood boards

Stefan Roese (2):
  pci: pci_mvebu: Add comment about missing of_n_addr_cells() call
  MAINTAINERS: Update u-boot-marvell entry

 MAINTAINERS  | 11 +++
 arch/arm/dts/armada-385-amc.dts  |  2 +-
 arch/arm/dts/armada-385-turris-omnia.dts |  2 +-
 arch/arm/dts/armada-388-clearfog.dts |  2 +-
 arch/arm/dts/armada-388-gp.dts   |  2 +-
 arch/arm/dts/armada-38x-controlcenterdc.dts  |  2 +-
 arch/arm/dts/kirkwood-dreamplug.dts  |  4 
 arch/arm/mach-kirkwood/include/mach/config.h |  6 ++
 configs/clearfog_gt_8k_defconfig |  4 +++-
 configs/db-88f6820-amc_defconfig |  2 ++
 drivers/ddr/marvell/a38x/ddr3_training_db.c  |  8 
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c |  3 ++-
 drivers/pci/pci_mvebu.c  |  6 ++
 13 files changed, 39 insertions(+), 15 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-02-11 Thread Tom Rini
On Mon, Feb 11, 2019 at 01:34:36PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches, mostly board
> specific changes and one platform build fix:
> 

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] Please pull u-boot-marvell/master

2019-02-11 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches, mostly board
specific changes and one platform build fix:


- Fix BUILD_TARGET for ARCH_MVEBU from Baruch
- Fix MVEBU PCIe reset issues from Baruch
- Increase DDR stability on x530 from Chris


Thanks,
Stefan


The following changes since commit dbe70c7d4e3d5c705a98d82952e05a591efd0683:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-02-10 08:11:53 
-0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to a6ac775bae7fad1534ffe2b20244b7e7106b12b0:

  ARM: mvebu: x530: use MV_DDR_FREQ_SAR (2019-02-11 09:39:12 +0100)


Baruch Siach (4):
  arm: mvebu: mcbin: dts: fix PCIe reset polarity
  pcie: designware: mvebu: fix reset release polarity
  arm: mvebu: cf gt-8k: dts: add PCIe slot reset support
  Kconfig: fix BUILD_TARGET for ARCH_MVEBU

Chris Packham (1):
  ARM: mvebu: x530: use MV_DDR_FREQ_SAR

 Kconfig | 2 +-
 arch/arm/dts/armada-8040-clearfog-gt-8k.dts | 8 
 arch/arm/dts/armada-8040-mcbin.dts  | 2 +-
 board/alliedtelesis/x530/x530.c | 2 +-
 drivers/pci/pcie_dw_mvebu.c | 4 +++-
 5 files changed, 14 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-02-07 Thread Tom Rini
On Tue, Feb 05, 2019 at 02:36:19PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches, mostly dealing
> with the move to driver model (DM_VIDEO & DM_PCI) for the MVEBU
> Armada XP / 38x platforms:
> 

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] Please pull u-boot-marvell/master

2019-02-05 Thread Stefan Roese

Hi Tom,

please pull the following Marvell related patches, mostly dealing
with the move to driver model (DM_VIDEO & DM_PCI) for the MVEBU
Armada XP / 38x platforms:


- Move Armada XP / 38x PCIe driver to DM_PCI from me
- Move Armada XP / 38x LCD driver to DM_VIDEO from me
- Add uDPU board (Armada-3720) from Vladimir


Thanks,
Stefan

The following changes since commit e5fd39c886485e3dec77f4438a6e364c2987cf5f:

  Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip 
(2019-02-02 10:11:20 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to f18220919079eeb8e79f4791e152f1db073574a8:

  arm: mvebu: theadorable: Enable video / LCD support with the new DM driver 
(2019-02-05 14:23:27 +0100)


Stefan Roese (6):
  pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr
  pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig
  arm: mvebu: armada-xp/37x.dtsi: Sync PCIe DT nodes with Linux v4.20
  arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
  video: Armada XP: Move driver to DM_VIDEO
  arm: mvebu: theadorable: Enable video / LCD support with the new DM driver

Vladimir Vid (1):
  arm64: mvebu: Add basic support for uDPU board

 arch/arm/dts/Makefile   |   1 +
 arch/arm/dts/armada-3720-uDPU-u-boot.dtsi   |  13 +
 arch/arm/dts/armada-3720-uDPU.dts   | 200 
 arch/arm/dts/armada-375.dtsi|   8 +-
 arch/arm/dts/armada-xp-mv78230.dtsi |  17 +-
 arch/arm/dts/armada-xp-mv78260.dtsi |  29 +-
 arch/arm/dts/armada-xp-mv78460.dtsi |  32 +-
 arch/arm/dts/armada-xp-theadorable.dts  |  39 +++
 arch/arm/mach-mvebu/include/mach/cpu.h  |  12 -
 board/Marvell/mvebu_armada-37xx/MAINTAINERS |   5 +
 board/theadorable/theadorable.c |  16 -
 configs/clearfog_defconfig  |   1 +
 configs/controlcenterdc_defconfig   |   3 +
 configs/db-88f6820-amc_defconfig|   1 +
 configs/db-88f6820-gp_defconfig |   1 +
 configs/db-mv784mp-gp_defconfig |   1 +
 configs/ds414_defconfig |   1 +
 configs/theadorable_debug_defconfig |   5 +-
 configs/turris_omnia_defconfig  |   3 +-
 configs/uDPU_defconfig  |  94 ++
 configs/x530_defconfig  |   3 +-
 drivers/pci/Kconfig |   9 +
 drivers/pci/pci-uclass.c|  28 +-
 drivers/pci/pci_mvebu.c | 470 
 drivers/video/mvebu_lcd.c   | 321 +++
 include/configs/clearfog.h  |   1 -
 include/configs/controlcenterdc.h   |   3 -
 include/configs/db-88f6820-amc.h|   1 -
 include/configs/db-88f6820-gp.h |   1 -
 include/configs/db-mv784mp-gp.h |   1 -
 include/configs/ds414.h |   1 -
 include/configs/theadorable.h   |  11 +-
 include/configs/turris_omnia.h  |   1 -
 include/configs/x530.h  |   1 -
 include/pci.h   |  10 +
 scripts/config_whitelist.txt|   1 -
 36 files changed, 930 insertions(+), 415 deletions(-)
 create mode 100644 arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-3720-uDPU.dts
 create mode 100644 configs/uDPU_defconfig
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2019-01-21 Thread Tom Rini
On Mon, Jan 21, 2019 at 11:52:54AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first Marvell patches in this merge window with the
> following changes:
> 

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] Please pull u-boot-marvell/master

2019-01-21 Thread Stefan Roese

Hi Tom,

please pull the first Marvell patches in this merge window with the
following changes:


- Sync Armada-38x dts with Linux 4.20 from Chris
- Misc changes and enhancements to Turris Mox (v4) from Marek
- Reserve PSCI area for Armada 8k from Heinrich
- New Allied Telesis x530 board (Armada-385) from Chris
- Misc minor changes (defconfig etc)


Thanks,
Stefan


The following changes since commit 2acc24fc28ef782f4baef1aa0193d520ee9610b9:

  Kconfig: Migrate BOUNCE_BUFFER (2019-01-19 09:49:26 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 0e31666dfa043ab71fb1fbbba4feacfe8af3e06b:

  ARM: mvebu: add support for Allied Telesis x530 (2019-01-21 11:39:50 +0100)


Baruch Siach (1):
  board: mvebu: drop unused ETH_PHY macro definitions

Chris Packham (2):
  ARM: mvebu: sync Armada-38x dts with Linux 4.20
  ARM: mvebu: add support for Allied Telesis x530

Heinrich Schuchardt (2):
  arm64: dts: marvell: armada-ap806: reserve PSCI area
  arm64: mvebu: defconfig: enable CONFIG_CMD_NVME

Marek Behún (10):
  arm: mvebu: turris_mox: Cosmetic restructurization
  arm: mvebu: turris_mox: Change SERDES map depending on module topology
  arm: mvebu: turris_mox: Check and configure modules
  arm: mvebu: dts: Fix Turris Mox device tree
  arm: mvebu: turris_mox: Update defconfig
  watchdog: armada_37xx: Fix compliance with kernel's driver
  MAINTAINERS: Add entry for CZ.NIC's Turris project
  arm: mvebu: turris_mox: Read info (and ethaddrs) from OTP
  arm: mvebu: turris_mox: Support 1 GB version of Turris Mox
  arm: mvebu: configs: turris_mox: Add 64 MiB of boot memory

 MAINTAINERS   |   8 +
 arch/arm/dts/Makefile |   4 +-
 arch/arm/dts/armada-3720-turris-mox.dts   |  23 +-
 arch/arm/dts/armada-380.dtsi  |  44 +--
 arch/arm/dts/armada-385-atl-x530-u-boot.dtsi  |  13 +
 arch/arm/dts/armada-385-atl-x530.dts  |  50 +++
 arch/arm/dts/armada-385-atl-x530.dtsi | 266 +++
 arch/arm/dts/armada-385-atl-x530DP.dts|  51 +++
 arch/arm/dts/armada-385-atl-x530DP.dtsi   | 149 +
 arch/arm/dts/armada-385.dtsi  |  63 +---
 arch/arm/dts/armada-388-clearfog.dts  |  25 +-
 arch/arm/dts/armada-388.dtsi  |  43 +--
 arch/arm/dts/armada-38x-controlcenterdc.dts   |  68 ++--
 arch/arm/dts/armada-38x.dtsi  | 283 +---
 arch/arm/dts/armada-ap806.dtsi|  11 +
 arch/arm/mach-mvebu/Kconfig   |   7 +
 arch/arm/mach-mvebu/arm64-common.c|   4 +-
 board/CZ.NIC/turris_mox/Makefile  |   2 +-
 board/CZ.NIC/turris_mox/mox_sp.c  | 136 
 board/CZ.NIC/turris_mox/mox_sp.h  |  15 +
 board/CZ.NIC/turris_mox/turris_mox.c  | 462 +++---
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c |   4 -
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c   |   4 -
 board/alliedtelesis/common/gpio_hog.c |  36 ++
 board/alliedtelesis/common/gpio_hog.h |  13 +
 board/alliedtelesis/x530/MAINTAINERS  |  12 +
 board/alliedtelesis/x530/Makefile |   9 +
 board/alliedtelesis/x530/kwbimage.cfg |  12 +
 board/alliedtelesis/x530/x530.c   | 161 +
 board/gdsys/a38x/controlcenterdc.c|   4 -
 board/kobol/helios4/helios4.c |   4 -
 board/solidrun/clearfog/clearfog.c|   4 -
 configs/clearfog_gt_8k_defconfig  |   2 +
 configs/mvebu_db_armada8k_defconfig   |   2 +
 configs/mvebu_mcbin-88f8040_defconfig |   2 +
 configs/turris_mox_defconfig  |   6 +
 configs/x530_defconfig|  71 
 drivers/watchdog/armada-37xx-wdt.c| 109 +++---
 include/configs/turris_mox.h  |   2 +
 include/configs/x530.h| 134 
 40 files changed, 1918 insertions(+), 400 deletions(-)
 create mode 100644 arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-385-atl-x530.dts
 create mode 100644 arch/arm/dts/armada-385-atl-x530.dtsi
 create mode 100644 arch/arm/dts/armada-385-atl-x530DP.dts
 create mode 100644 arch/arm/dts/armada-385-atl-x530DP.dtsi
 create mode 100644 board/CZ.NIC/turris_mox/mox_sp.c
 create mode 100644 board/CZ.NIC/turris_mox/mox_sp.h
 create mode 100644 board/alliedtelesis/common/gpio_hog.c
 create mode 100644 board/alliedtelesis/common/gpio_hog.h
 create mode 100644 board/alliedtelesis/x530/MAINTAINERS
 create mode 100644 board/alliedtelesis/x530/Makefile
 create mode 100644 board/alliedtelesis/x530/kwbimage.cfg
 create mode 100644 

Re: [U-Boot] Please pull u-boot-marvell/master

2018-12-23 Thread Tom Rini
On Fri, Dec 21, 2018 at 04:31:20PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following minor, local changes and fixes:
> 

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] Please pull u-boot-marvell/master

2018-12-21 Thread Stefan Roese

Hi Tom,

please pull the following minor, local changes and fixes:


- Fix breakage in helios4: Change U-Boot offset on SPI Flash
- Enable CONFIG_BLK for db-88f6820-amc


I do not plan any other updates until the release right now.

Thanks,
Stefan

The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

  Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 7a147220c6459aeb7c6b6f7afe4330dcce077c9b:

  arm: mvebu: configs: helios4: Change U-Boot offset on SPI Flash (2018-12-21 
08:59:19 +0100)


Aditya Prayoga (1):
  arm: mvebu: configs: helios4: Change U-Boot offset on SPI Flash

Chris Packham (2):
  ARM: mvebu: define CONFIG_BLK for db-88f6820-amc
  ARM: mvebu: remove out of date comment

 arch/arm/mach-mvebu/cpu.c| 6 ++
 configs/db-88f6820-amc_defconfig | 3 +++
 include/configs/helios4.h| 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-12-09 Thread Tom Rini
On Sun, Dec 09, 2018 at 11:15:46AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the 2nd batch of Marvell / MVEBU patches:
> 

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


Re: [U-Boot] Please pull u-boot-marvell/master

2018-12-09 Thread Chris Packham
Hi Tom, Stefan,

On Sun, Dec 9, 2018 at 11:16 PM Stefan Roese  wrote:
>
> Hi Tom,
>
> please pull the 2nd batch of Marvell / MVEBU patches:
>
> 
> - Sync DDR training with Marvell code for Armada 38x by Chris
> - Misc updates to Armada 38x Helios4 board by Aditya
> 
>
> Thanks,
> Stefan
>
>
> The following changes since commit 3589025867274ff28f689029ab8323301771c8ec:
>
>Merge branch '2018-12-06-master-imports' (2018-12-07 10:55:12 -0500)
>
> are available in the Git repository at:
>
>git://www.denx.de/git/u-boot-marvell.git
>
> for you to fetch changes up to 5ca84c6dd2b3060471171cce3f76d8af35060c0b:
>
>arm: mvebu: helios4: Reset uSOM onboard phy during board init (2018-12-08 
> 16:19:41 +0100)
>
> 
> Aditya Prayoga (6):
>arm: mvebu: helios4: mmc: move environment before 1M
>arm: mvebu: helios4: Enable I2C and IO Expander
>arm: mvebu: helios4: Enable mvebu GPIO
>arm: mvebu: helios4: Reduce U-Boot image size
>arm: mvebu: helios4: Enable SPI flash support
>arm: mvebu: helios4: Reset uSOM onboard phy during board init
>
> Chris Packham (1):
>ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02

I just noticed I managed to delete the license from 2 of the files.
I've just posted a patch to correct this [1]. I'm not sure if you want
Stefan to squash it into the original and re-submit or just apply it
directly to u-boot master. Sorry for the hassle.

[1] - http://patchwork.ozlabs.org/patch/1010175/

>
>   arch/arm/dts/armada-388-helios4-u-boot.dtsi|  22 +
>   board/CZ.NIC/turris_omnia/turris_omnia.c   |   4 +-
>   board/Marvell/db-88f6820-amc/db-88f6820-amc.c  |   2 +-
>   board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   2 +-
>   board/gdsys/a38x/controlcenterdc.c |   2 +-
>   board/kobol/helios4/helios4.c  |  34 +-
>   board/solidrun/clearfog/clearfog.c |   2 +-
>   configs/helios4_defconfig  |  13 +-
>   drivers/ddr/marvell/a38x/ddr3_debug.c  | 414 ++
>   drivers/ddr/marvell/a38x/ddr3_init.c   |  91 +---
>   drivers/ddr/marvell/a38x/ddr3_init.h   |  43 +-
>   drivers/ddr/marvell/a38x/ddr3_topology_def.h   |  78 
>   drivers/ddr/marvell/a38x/ddr3_training.c   | 484 
> +++--
>   drivers/ddr/marvell/a38x/ddr3_training_bist.c  |   1 +
>   .../marvell/a38x/ddr3_training_centralization.c|   3 +
>   drivers/ddr/marvell/a38x/ddr3_training_db.c| 172 +---
>   drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |   1 +
>   drivers/ddr/marvell/a38x/ddr3_training_ip.h|  38 --
>   drivers/ddr/marvell/a38x/ddr3_training_ip_def.h|  31 --
>   drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c |   2 +
>   drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h |   1 +
>   drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h   |  91 +---
>   drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h |  10 +-
>   drivers/ddr/marvell/a38x/ddr3_training_leveling.c  |  75 ++--
>   drivers/ddr/marvell/a38x/ddr3_training_leveling.h  |   1 -
>   drivers/ddr/marvell/a38x/ddr3_training_pbs.c   |   7 +-
>   drivers/ddr/marvell/a38x/ddr_topology_def.h| 107 -
>   drivers/ddr/marvell/a38x/ddr_training_ip_db.h  |   2 -
>   drivers/ddr/marvell/a38x/dram_if.h |  13 +
>   drivers/ddr/marvell/a38x/mv_ddr_build_message.c|   2 +-
>   drivers/ddr/marvell/a38x/mv_ddr_common.h   |  38 +-
>   drivers/ddr/marvell/a38x/mv_ddr_plat.c | 181 
>   drivers/ddr/marvell/a38x/mv_ddr_plat.h |  12 +-
>   drivers/ddr/marvell/a38x/mv_ddr_regs.h |  19 +
>   drivers/ddr/marvell/a38x/mv_ddr_spd.c  |  16 +-
>   drivers/ddr/marvell/a38x/mv_ddr_topology.c | 215 +++--
>   drivers/ddr/marvell/a38x/mv_ddr_topology.h | 214 -
>   drivers/ddr/marvell/a38x/mv_ddr_training_db.h  |  40 ++
>   drivers/ddr/marvell/a38x/xor.c |   8 +-
>   include/configs/helios4.h  |  48 +-
>   40 files changed, 1227 insertions(+), 1312 deletions(-)
>   create mode 100644 arch/arm/dts/armada-388-helios4-u-boot.dtsi
>   delete mode 100644 drivers/ddr/marvell/a38x/ddr3_topology_def.h
>   create mode 100644 drivers/ddr/marvell/a38x/dram_if.h
>   create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_training_db.h
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Please pull u-boot-marvell/master

2018-12-09 Thread Stefan Roese

Hi Tom,

please pull the 2nd batch of Marvell / MVEBU patches:


- Sync DDR training with Marvell code for Armada 38x by Chris
- Misc updates to Armada 38x Helios4 board by Aditya


Thanks,
Stefan


The following changes since commit 3589025867274ff28f689029ab8323301771c8ec:

  Merge branch '2018-12-06-master-imports' (2018-12-07 10:55:12 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 5ca84c6dd2b3060471171cce3f76d8af35060c0b:

  arm: mvebu: helios4: Reset uSOM onboard phy during board init (2018-12-08 
16:19:41 +0100)


Aditya Prayoga (6):
  arm: mvebu: helios4: mmc: move environment before 1M
  arm: mvebu: helios4: Enable I2C and IO Expander
  arm: mvebu: helios4: Enable mvebu GPIO
  arm: mvebu: helios4: Reduce U-Boot image size
  arm: mvebu: helios4: Enable SPI flash support
  arm: mvebu: helios4: Reset uSOM onboard phy during board init

Chris Packham (1):
  ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02

 arch/arm/dts/armada-388-helios4-u-boot.dtsi|  22 +
 board/CZ.NIC/turris_omnia/turris_omnia.c   |   4 +-
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c  |   2 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   2 +-
 board/gdsys/a38x/controlcenterdc.c |   2 +-
 board/kobol/helios4/helios4.c  |  34 +-
 board/solidrun/clearfog/clearfog.c |   2 +-
 configs/helios4_defconfig  |  13 +-
 drivers/ddr/marvell/a38x/ddr3_debug.c  | 414 ++
 drivers/ddr/marvell/a38x/ddr3_init.c   |  91 +---
 drivers/ddr/marvell/a38x/ddr3_init.h   |  43 +-
 drivers/ddr/marvell/a38x/ddr3_topology_def.h   |  78 
 drivers/ddr/marvell/a38x/ddr3_training.c   | 484 +++--
 drivers/ddr/marvell/a38x/ddr3_training_bist.c  |   1 +
 .../marvell/a38x/ddr3_training_centralization.c|   3 +
 drivers/ddr/marvell/a38x/ddr3_training_db.c| 172 +---
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |   1 +
 drivers/ddr/marvell/a38x/ddr3_training_ip.h|  38 --
 drivers/ddr/marvell/a38x/ddr3_training_ip_def.h|  31 --
 drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c |   2 +
 drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h |   1 +
 drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h   |  91 +---
 drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h |  10 +-
 drivers/ddr/marvell/a38x/ddr3_training_leveling.c  |  75 ++--
 drivers/ddr/marvell/a38x/ddr3_training_leveling.h  |   1 -
 drivers/ddr/marvell/a38x/ddr3_training_pbs.c   |   7 +-
 drivers/ddr/marvell/a38x/ddr_topology_def.h| 107 -
 drivers/ddr/marvell/a38x/ddr_training_ip_db.h  |   2 -
 drivers/ddr/marvell/a38x/dram_if.h |  13 +
 drivers/ddr/marvell/a38x/mv_ddr_build_message.c|   2 +-
 drivers/ddr/marvell/a38x/mv_ddr_common.h   |  38 +-
 drivers/ddr/marvell/a38x/mv_ddr_plat.c | 181 
 drivers/ddr/marvell/a38x/mv_ddr_plat.h |  12 +-
 drivers/ddr/marvell/a38x/mv_ddr_regs.h |  19 +
 drivers/ddr/marvell/a38x/mv_ddr_spd.c  |  16 +-
 drivers/ddr/marvell/a38x/mv_ddr_topology.c | 215 +++--
 drivers/ddr/marvell/a38x/mv_ddr_topology.h | 214 -
 drivers/ddr/marvell/a38x/mv_ddr_training_db.h  |  40 ++
 drivers/ddr/marvell/a38x/xor.c |   8 +-
 include/configs/helios4.h  |  48 +-
 40 files changed, 1227 insertions(+), 1312 deletions(-)
 create mode 100644 arch/arm/dts/armada-388-helios4-u-boot.dtsi
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_topology_def.h
 create mode 100644 drivers/ddr/marvell/a38x/dram_if.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_training_db.h
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-11-30 Thread Tom Rini
On Fri, Nov 30, 2018 at 03:45:29PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the next batch of Marvell related patches. Here a short
> summary:
> 
> - Some Kirkwood boards converted to DM_SPI by Chris
> - New Armada-385 SoC revision printed by Chris
> - Ethernet enable on mcbin by Baruch
> - Support 2 DRAM banks on Armada-8k boards by Baruch
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 93e72ac472b537bb4b0c6a97a7e6aab2b37860c6:
> 
>   Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic 
> (2018-11-29 15:16:58 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git
> 
> for you to fetch changes up to d997ad034b6a2e840fefb8224bfd85391cafd71d:
> 
>   ARM: mvebu: add revision id for Armada-385 B0 (2018-11-30 10:58:10 +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] Please pull u-boot-marvell/master

2018-11-30 Thread Stefan Roese

Hi Tom,

please pull the next batch of Marvell related patches. Here a short
summary:

- Some Kirkwood boards converted to DM_SPI by Chris
- New Armada-385 SoC revision printed by Chris
- Ethernet enable on mcbin by Baruch
- Support 2 DRAM banks on Armada-8k boards by Baruch

Thanks,
Stefan


The following changes since commit 93e72ac472b537bb4b0c6a97a7e6aab2b37860c6:

  Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic 
(2018-11-29 15:16:58 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to d997ad034b6a2e840fefb8224bfd85391cafd71d:

  ARM: mvebu: add revision id for Armada-385 B0 (2018-11-30 10:58:10 +0100)


Baruch Siach (3):
  arm: mvebu: configs: armada8k: use 2 DRAM banks
  arm: mvebu: mcbin: dts: enable 1G network interface
  arm: mvebu: mcbin: configs: enable network driver

Chris Packham (4):
  arm: kirkwood: configs: Convert Allied Telesis boards to DM_SPI
  arm: kirkwood: configs: ds109: Convert to DM_SPI
  arm: kirkwood: configs: dreamplug: Convert to DM_SPI
  ARM: mvebu: add revision id for Armada-385 B0

 arch/arm/dts/armada-8040-mcbin.dts| 16 
 arch/arm/mach-mvebu/cpu.c |  3 +++
 arch/arm/mach-mvebu/include/mach/soc.h|  1 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h |  1 +
 configs/SBx81LIFKW_defconfig  |  2 ++
 configs/SBx81LIFXCAT_defconfig|  2 ++
 configs/clearfog_gt_8k_defconfig  |  2 +-
 configs/dreamplug_defconfig   |  2 ++
 configs/ds109_defconfig   |  2 ++
 configs/mvebu_db_armada8k_defconfig   |  2 +-
 configs/mvebu_mcbin-88f8040_defconfig |  8 
 include/configs/dreamplug.h   |  1 -
 include/configs/ds109.h   |  1 -
 13 files changed, 35 insertions(+), 8 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-11-20 Thread Tom Rini
On Tue, Nov 20, 2018 at 01:15:37PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first batch of Marvell patches with:
> 
> - Clearfog GT-8K support added by Baruch / Raheeb
> - const and sizes cleanup (also in MIPS) from Baruch
> - Minor cleanup to db-88f6820 from Chris
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit d73d81fd85e4a030ade42c4b2d13466d45090aa3:
> 
>   Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips 
> (2018-11-18 15:47:16 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git
> 
> for you to fetch changes up to 5bbf36af7ff6f4ff77d903320e95e5628c68884d:
> 
>   ARM: mvebu: dts: add Clearfog GT-8K (2018-11-20 13:08:44 +0100)
> 

After updating board/solidrun/clearfog/MAINTAINERS to list
configs/clearfog_gt_8k_defconfig as well, 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] Please pull u-boot-marvell/master

2018-11-20 Thread Stefan Roese

Hi Tom,

please pull the first batch of Marvell patches with:

- Clearfog GT-8K support added by Baruch / Raheeb
- const and sizes cleanup (also in MIPS) from Baruch
- Minor cleanup to db-88f6820 from Chris

Thanks,
Stefan


The following changes since commit d73d81fd85e4a030ade42c4b2d13466d45090aa3:

  Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips (2018-11-18 
15:47:16 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to 5bbf36af7ff6f4ff77d903320e95e5628c68884d:

  ARM: mvebu: dts: add Clearfog GT-8K (2018-11-20 13:08:44 +0100)


Baruch Siach (5):
  linux/const.h: import from kernel
  Use _AC and UL macros from linux/const.h
  MIPS: drop asm/const.h
  linux/sizes.h: sync from kernel
  arm64: mvebu: a8k: autodetect RAM size

Chris Packham (1):
  ARM: mvebu: db-88f6820: remove redundant comment

Rabeeh Khoury (1):
  ARM: mvebu: dts: add Clearfog GT-8K

 arch/arm/dts/Makefile|   1 +
 arch/arm/dts/armada-8040-clearfog-gt-8k.dts  | 315 +++
 arch/arm/include/asm/armv8/mmu.h |   2 +
 arch/arm/mach-mvebu/arm64-common.c   |  50 +++-
 arch/arm/mach-tegra/tegra186/nvtboot_mem.c   |   3 +-
 arch/mips/include/asm/mach-generic/spaces.h  |   2 +-
 arch/riscv/include/asm/csr.h |   2 +
 configs/clearfog_gt_8k_defconfig |  75 ++
 include/common.h |   9 -
 include/configs/db-88f6820-amc.h |   5 -
 include/configs/db-88f6820-gp.h  |   5 -
 {arch/mips/include/asm => include/linux}/const.h |  23 +-
 include/linux/sizes.h|   4 +
 13 files changed, 465 insertions(+), 31 deletions(-)
 create mode 100644 arch/arm/dts/armada-8040-clearfog-gt-8k.dts
 create mode 100644 configs/clearfog_gt_8k_defconfig
 rename {arch/mips/include/asm => include/linux}/const.h (52%)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-09-20 Thread Tom Rini
On Wed, Sep 19, 2018 at 05:12:03PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the Marvell U-Boot patches with these changes:
> 
> - Multiples updates to the turris boards / platform
> - Changes / enhancements to the Marvell PHY drivers, mainly
>   to support the turris platform
> - Many fixes and enhancements to the pxa3xx NAND driver
> - Fixes for the UART boot mode in kwboot
> - Misc minor changes to other 32bit and 64bit boards
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:
> 
>   Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git
> 
> for you to fetch changes up to e32ac37119394f2d3c579b2cdd549bed59fb583f:
> 
>   arm: mvebu: clearfog: enable eMMC boot partitions support (2018-09-19 
> 14:00:06 +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] Please pull u-boot-marvell/master

2018-09-19 Thread Stefan Roese

Hi Tom,

please pull the Marvell U-Boot patches with these changes:

- Multiples updates to the turris boards / platform
- Changes / enhancements to the Marvell PHY drivers, mainly
  to support the turris platform
- Many fixes and enhancements to the pxa3xx NAND driver
- Fixes for the UART boot mode in kwboot
- Misc minor changes to other 32bit and 64bit boards

Thanks,
Stefan


The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:

  Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to e32ac37119394f2d3c579b2cdd549bed59fb583f:

  arm: mvebu: clearfog: enable eMMC boot partitions support (2018-09-19 
14:00:06 +0200)


Baruch Siach (4):
  doc/git-mailrc: add Stefan Roese to the kirkwood alias
  arm64: mvebu: armada-8k: support environment in SD/eMMC
  dts: mvebu: mcbin: drop redundant SD slot node
  arm: mvebu: clearfog: enable eMMC boot partitions support

Boris Brezillon (1):
  mtd: nand: pxa3xx: Fix READOOB implementation

Chris Packham (2):
  Revert "arm: mvebu: fix boot from UART when in fallback mode"
  ARM: mach-mvebu: handle fall-back to UART boot

David Sniatkiwicz (1):
  fix: nand: pxa3xx: Add WA for eliminating flash ready timeout

Evgeni Dobrev (1):
  Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS

Jon Nettleton (1):
  tools: kwboot: Make kwboot more robust on a38x

Konstantin Porotchkin (7):
  mtd: nand: pxa3xx: add support for Toshiba flash
  fix: nand: Replace hardcoded page chunk size with calculated one
  nand: pxa3xx: cosmetic: add comments to the timing layout structures
  nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
  fix: env: Fix the SPI flash device setup for DM mode
  fix: mvebu: Add SPI parameters for environment setup
  fix: cmd: mvebu: Exclude mvebu commands from SPL builds

Marek Behún (6):
  phy: marvell: Support changing SERDES map in board file
  clk: armada-37xx-periph: Support changing clock parent and rate
  board: turris_mox: Fix watchdog macro name
  board: turris_mox: Enable PCI in defconfig
  arch/arm/dts: Update Turris Mox device tree
  board: turris_mox: Fixup U-Boot's device tree if PCIe connected

Ofer Heifetz (10):
  mtd: nand: pxa3xx_nand: Increase initial buffer size
  mtd: nand: pxa3xx_nand: use nand_to_mtd()
  mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
  mtd: nand: pxa3xx_nand: fix early spurious interrupt
  mtd: nand: pxa3xx-nand: fix random command timeouts
  nand: pxa3xx: Increase READ_ID buffer and make the size static
  mtd: pxa3xx_nand: Increase the initial chunk size
  mtd: pxa3xx_nand: Fix initial controller configuration
  mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
  mtd: nand: pxa3xx_nand: add support for partial chunks

Rabeeh Khoury (1):
  phy: marvell: add SATA comphy RX/TX polarity invert support

Victor Axelrod (1):
  mtd: nand: pxa3xx: add support for 2KB 8-bit flash

 MAINTAINERS |   3 +-
 arch/arm/dts/armada-3720-turris-mox.dts |  17 +-
 arch/arm/dts/armada-8040-mcbin.dts  |   8 -
 arch/arm/mach-mvebu/armada8k/cpu.c  |  24 ++
 arch/arm/mach-mvebu/include/mach/soc.h  |   8 +-
 arch/arm/mach-mvebu/spl.c   |  15 +-
 board/CZ.NIC/turris_mox/turris_mox.c|  88 -
 cmd/Makefile|   3 +-
 configs/turris_mox_defconfig|   6 +
 doc/git-mailrc  |   2 +-
 drivers/clk/mvebu/armada-37xx-periph.c  | 130 ++-
 drivers/mtd/nand/pxa3xx_nand.c  | 447 
 drivers/phy/marvell/comphy_a3700.h  |   2 +-
 drivers/phy/marvell/comphy_core.c   |  12 +-
 drivers/phy/marvell/{comphy.h => comphy_core.h} |  16 +-
 drivers/phy/marvell/comphy_cp110.c  |  21 +-
 drivers/phy/marvell/comphy_hpipe.h  |   6 +
 drivers/phy/marvell/comphy_mux.c|   2 +-
 env/sf.c|   3 +-
 include/configs/clearfog.h  |   4 +
 include/configs/db-88f6820-gp.h |   6 +
 include/configs/mvebu_armada-8k.h   |   3 +
 include/configs/nas220.h|   1 -
 include/mvebu/comphy.h  |  22 ++
 tools/kwboot.c  |  14 +-
 25 files changed, 664 insertions(+), 199 deletions(-)
 rename drivers/phy/marvell/{comphy.h => comphy_core.h} (96%)
 create mode 100644 include/mvebu/comphy.h
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-08-07 Thread Tom Rini
On Tue, Aug 07, 2018 at 03:10:27PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> I'm a bit late because of a longer week vacation from which I 
> just returned. Here my patch queue for the Marvell MVEBU SoC
> family.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit bb694d4e898b1368ba96e01481dc0a79c491e77c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-08-04 19:41:43 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 79a0188679df53862e06fd7c8fecb7f3d7d44502:
> 
>   arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS (2018-08-07 
> 10:53:52 +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] Please pull u-boot-marvell/master

2018-08-07 Thread Stefan Roese
Hi Tom,

I'm a bit late because of a longer week vacation from which I 
just returned. Here my patch queue for the Marvell MVEBU SoC
family.

Thanks,
Stefan


The following changes since commit bb694d4e898b1368ba96e01481dc0a79c491e77c:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-08-04 19:41:43 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 79a0188679df53862e06fd7c8fecb7f3d7d44502:

  arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS (2018-08-07 
10:53:52 +0200)


Baruch Siach (9):
  mvebu: turris_omnia: use u-boot-spl-dtb.bin
  mvebu: a38x: drop duplicate platform id symbols
  mvebu: consolidate SPL boot device config symbols
  mvebu: select boot device at SoC level
  mvebu: support UART boot image
  mvebu: clearfog: use kconfig symbols to select boot device
  arm: mvebu: solidrun-microsom: update SPI flash compatible
  arm: mvebu: clearfog: use the microsom .dtsi
  arm: mvebu: helios4: remove duplicate sdhci pins node

Chris Packham (4):
  configs: kirkwood: ds109: switch to DM_I2C
  configs: move RTC_MV config from mv-plug-common.h to boards
  configs: kirkwood: Move RTC_MV to DM and Kconfig
  ARM: kirkwood: add SBx81LIFXCAT board

Jon Nettleton (2):
  arm: mvebu: Better align Clearfog dts file with Linux kernel
  arm: mvebu: clearfog: add u-boot, dm-spl tag for spi

Vladimir Vid (1):
  arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS

Willy Tarreau (2):
  tools: kwboot: unbreak terminal-only mode
  tools: kwboot: properly quit when read() returns 0

 arch/arm/Kconfig   |   1 -
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi   |   9 +
 arch/arm/dts/armada-388-clearfog.dts   | 449 +++--
 arch/arm/dts/armada-388-helios4.dts|   8 +-
 arch/arm/dts/armada-38x-solidrun-microsom.dtsi |   2 +-
 arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts | 145 +++
 arch/arm/mach-kirkwood/Kconfig |   4 +
 .../gdsys/a38x => arch/arm/mach-mvebu}/.gitignore  |   0
 arch/arm/mach-mvebu/Kconfig|  17 +-
 arch/arm/mach-mvebu/Makefile   |  33 ++
 arch/arm/mach-mvebu/include/mach/config.h  |   4 +-
 .../a38x => arch/arm/mach-mvebu}/kwbimage.cfg.in   |   0
 board/CZ.NIC/turris_omnia/kwbimage.cfg |  12 -
 board/Marvell/db-88f6720/kwbimage.cfg  |  12 -
 board/Marvell/db-88f6820-amc/kwbimage.cfg  |  12 -
 board/Marvell/db-88f6820-gp/kwbimage.cfg   |  12 -
 board/Marvell/db-mv784mp-gp/kwbimage.cfg   |  12 -
 board/Synology/ds414/kwbimage.cfg  |  12 -
 board/alliedtelesis/SBx81LIFXCAT/Kconfig   |  12 +
 board/alliedtelesis/SBx81LIFXCAT/MAINTAINERS   |   7 +
 board/alliedtelesis/SBx81LIFXCAT/Makefile  |   7 +
 board/alliedtelesis/SBx81LIFXCAT/kwbimage.cfg  |  49 +++
 board/alliedtelesis/SBx81LIFXCAT/sbx81lifxcat.c| 134 ++
 board/gdsys/a38x/Kconfig   |  36 --
 board/gdsys/a38x/Makefile  |  31 --
 board/kobol/helios4/kwbimage.cfg   |  13 -
 board/maxbcm/kwbimage.cfg  |  12 -
 board/solidrun/clearfog/kwbimage.cfg   |  12 -
 board/theadorable/kwbimage.cfg |  12 -
 configs/SBx81LIFKW_defconfig   |   2 +
 configs/SBx81LIFXCAT_defconfig |  44 ++
 configs/clearfog_defconfig |   2 +-
 configs/dns325_defconfig   |   5 +-
 configs/dreamplug_defconfig|   5 +-
 configs/ds109_defconfig|   7 +-
 configs/goflexhome_defconfig   |   5 +-
 configs/guruplug_defconfig |   5 +-
 configs/helios4_defconfig  |   1 +
 configs/nas220_defconfig   |   5 +-
 configs/sheevaplug_defconfig   |   5 +-
 include/configs/SBx81LIFKW.h   |   5 -
 include/configs/SBx81LIFXCAT.h | 114 ++
 include/configs/clearfog.h |  16 +-
 include/configs/dns325.h   |   7 -
 include/configs/goflexhome.h   |   7 -
 include/configs/mv-plug-common.h   |   7 -
 include/configs/mvebu_armada-37xx.h|   2 +
 include/configs/nas220.h   |   7 -
 include/configs/turris_omnia.h |   4 +-
 tools/kwboot.c |   6 +-
 50 files changed, 772 insertions(+), 558 deletions(-)
 create mode 100644 arch/arm/dts/armada-388-clearfog-u-boot.dtsi
 create mode 100644 arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts
 rename {board/gdsys/a38x 

Re: [U-Boot] Please pull u-boot-marvell/master

2018-06-05 Thread Tom Rini
On Tue, Jun 05, 2018 at 11:33:03AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the last batch of Marvell patches for this release
> (bug fixes might still be coming).
> 
> I've run checkpatch as requested and only noticed warnings that
> I feel should be ignored (>80 chars etc).
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit ee1855dc52fc366f33e21182103323c236cb3346:
> 
>   Prepare v2018.07-rc1 (2018-06-04 18:08:45 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to d4899b0f5ddf39de47bd952ca8484a14f03d00fe:
> 
>   ARM: kirkwood: Enforce size limit for guruplug (2018-06-05 07:29:09 +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] Please pull u-boot-marvell/master

2018-06-05 Thread Stefan Roese
Hi Tom,

please pull the last batch of Marvell patches for this release
(bug fixes might still be coming).

I've run checkpatch as requested and only noticed warnings that
I feel should be ignored (>80 chars etc).

Thanks,
Stefan


The following changes since commit ee1855dc52fc366f33e21182103323c236cb3346:

  Prepare v2018.07-rc1 (2018-06-04 18:08:45 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to d4899b0f5ddf39de47bd952ca8484a14f03d00fe:

  ARM: kirkwood: Enforce size limit for guruplug (2018-06-05 07:29:09 +0200)


Chris Packham (5):
  ARM: kirkwood: remove automatic I2C config if DM_I2C is enabled
  ARM: add SBx81LIFKW board
  ARM: kirkwood: SBx81LIFKW: Enable network hardware
  ARM: kirkwood: Enforce size limit for sheevaplug
  ARM: kirkwood: Enforce size limit for guruplug

Jon Nettleton (2):
  arm: mvebu: enable sata support for clearfog
  arm: mvebu: switch clearfog to use device-tree i2c and gpio

Michael Walle (2):
  enable CONFIG_DISTRO_DEFAULTS for LS-CHLv2 board
  arm: kirkwood: lsxl: Add SPI driver model support

Rabeeh Khoury (1):
  mvebu: a38x: Force receiver detected on PCIe lanes

Vagrant Cascadian (1):
  Enable thumb build to reduce build size of u-boot.kwb.

 arch/arm/dts/armada-388-clearfog.dts   |   2 +
 arch/arm/dts/kirkwood-atl-sbx81lifkw.dts   | 133 ++
 arch/arm/dts/kirkwood-lsxl.dtsi|   4 +
 arch/arm/mach-kirkwood/Kconfig |   4 +
 arch/arm/mach-kirkwood/include/mach/config.h   |   3 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |   2 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |   1 +
 board/alliedtelesis/SBx81LIFKW/Kconfig |  12 ++
 board/alliedtelesis/SBx81LIFKW/MAINTAINERS |   7 +
 board/alliedtelesis/SBx81LIFKW/Makefile|   7 +
 board/alliedtelesis/SBx81LIFKW/kwbimage.cfg|  47 +
 board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c| 197 +
 board/solidrun/clearfog/clearfog.c |  22 ---
 configs/SBx81LIFKW_defconfig   |  39 
 configs/clearfog_defconfig |   8 +
 configs/lschlv2_defconfig  |  18 +-
 configs/lsxhl_defconfig|   3 +
 configs/sheevaplug_defconfig   |   1 +
 include/configs/SBx81LIFKW.h   | 119 +
 include/configs/clearfog.h |  16 +-
 include/configs/guruplug.h |   5 +
 include/configs/sheevaplug.h   |   5 +
 22 files changed, 612 insertions(+), 43 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-atl-sbx81lifkw.dts
 create mode 100644 board/alliedtelesis/SBx81LIFKW/Kconfig
 create mode 100644 board/alliedtelesis/SBx81LIFKW/MAINTAINERS
 create mode 100644 board/alliedtelesis/SBx81LIFKW/Makefile
 create mode 100644 board/alliedtelesis/SBx81LIFKW/kwbimage.cfg
 create mode 100644 board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c
 create mode 100644 configs/SBx81LIFKW_defconfig
 create mode 100644 include/configs/SBx81LIFKW.h
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master (v2)

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 05:42:53PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the Kirkwood DT patches from Chris. This time with
> PHYLIB disabled for some boards (as was before).
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d:
> 
>   ARM: re-enable MVGBE for edminiv2 (2018-05-16 11:38:08 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to f6e62ee04c37bb8d1726848c7fa9bcafb270e0f6:
> 
>   net: MVGBE don't automatically select PHYLIB (2018-05-17 17:38:31 +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] Please pull u-boot-marvell/master (v2)

2018-05-17 Thread Stefan Roese
Hi Tom,

please pull the Kirkwood DT patches from Chris. This time with
PHYLIB disabled for some boards (as was before).

Thanks,
Stefan


The following changes since commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d:

  ARM: re-enable MVGBE for edminiv2 (2018-05-16 11:38:08 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to f6e62ee04c37bb8d1726848c7fa9bcafb270e0f6:

  net: MVGBE don't automatically select PHYLIB (2018-05-17 17:38:31 +0200)


Chris Packham (12):
  ARM: add devicetree files for kirkwood SoC
  ARM: kirkwood: Add device-tree for dns325
  ARM: kirkwood: Add device-tree for dockstar
  ARM: kirkwood: Add device-tree for goflexhome
  ARM: kirkwood: Add device-tree for guruplug
  ARM: kirkwood: Add device-tree for ib62x0
  ARM: kirkwood: Add device-tree for iconnect
  ARM: kirkwood: Add device-tree for nas220
  ARM: kirkwood: Add device-tree for openrd
  ARM: kirkwood: Add device-tree for pogo_e02
  ARM: kirkwood: Add device-tree for sheevaplug
  net: MVGBE don't automatically select PHYLIB

 arch/arm/dts/kirkwood-6192.dtsi|  88 ++
 arch/arm/dts/kirkwood-6281.dtsi|  90 ++
 arch/arm/dts/kirkwood-98dx4122.dtsi|  53 
 arch/arm/dts/kirkwood-blackarmor-nas220.dts| 172 +++
 arch/arm/dts/kirkwood-dns325.dts   |  63 
 arch/arm/dts/kirkwood-dnskw.dtsi   | 235 +++
 arch/arm/dts/kirkwood-dockstar.dts | 110 +++
 arch/arm/dts/kirkwood-goflexnet.dts| 190 
 arch/arm/dts/kirkwood-guruplug-server-plus.dts | 133 +
 arch/arm/dts/kirkwood-ib62x0.dts   | 146 +
 arch/arm/dts/kirkwood-iconnect.dts | 195 
 arch/arm/dts/kirkwood-openrd-base.dts  |  39 +++
 arch/arm/dts/kirkwood-openrd-client.dts|  73 +
 arch/arm/dts/kirkwood-openrd-ultimate.dts  |  55 
 arch/arm/dts/kirkwood-openrd.dtsi  | 122 
 arch/arm/dts/kirkwood-pogo_e02.dts | 132 +
 arch/arm/dts/kirkwood-sheevaplug-common.dtsi   | 104 +++
 arch/arm/dts/kirkwood-sheevaplug.dts   |  42 +++
 arch/arm/dts/kirkwood.dtsi | 393 +
 configs/dns325_defconfig   |   3 +-
 configs/dockstar_defconfig |   3 +-
 configs/goflexhome_defconfig   |   3 +-
 configs/guruplug_defconfig |   3 +-
 configs/ib62x0_defconfig   |   3 +-
 configs/iconnect_defconfig |   3 +-
 configs/nas220_defconfig   |   3 +-
 configs/openrd_base_defconfig  |   3 +-
 configs/openrd_client_defconfig|   3 +-
 configs/openrd_ultimate_defconfig  |   3 +-
 configs/pogo_e02_defconfig |   3 +-
 configs/sheevaplug_defconfig   |   3 +-
 drivers/net/Kconfig|   1 -
 32 files changed, 2459 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-6192.dtsi
 create mode 100644 arch/arm/dts/kirkwood-6281.dtsi
 create mode 100644 arch/arm/dts/kirkwood-98dx4122.dtsi
 create mode 100644 arch/arm/dts/kirkwood-blackarmor-nas220.dts
 create mode 100644 arch/arm/dts/kirkwood-dns325.dts
 create mode 100644 arch/arm/dts/kirkwood-dnskw.dtsi
 create mode 100644 arch/arm/dts/kirkwood-dockstar.dts
 create mode 100644 arch/arm/dts/kirkwood-goflexnet.dts
 create mode 100644 arch/arm/dts/kirkwood-guruplug-server-plus.dts
 create mode 100644 arch/arm/dts/kirkwood-ib62x0.dts
 create mode 100644 arch/arm/dts/kirkwood-iconnect.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-base.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-client.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-ultimate.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd.dtsi
 create mode 100644 arch/arm/dts/kirkwood-pogo_e02.dts
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug-common.dtsi
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug.dts
 create mode 100644 arch/arm/dts/kirkwood.dtsi
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-17 Thread Chris Packham
On Thu, May 17, 2018 at 8:48 PM Stefan Roese  wrote:

> Hi Chris,

> On 17.05.2018 10:45, Chris Packham wrote:
> > On Thu, May 17, 2018 at 8:36 PM Chris Packham 
> > wrote:
> >
> >
> >> On Thu, May 17, 2018 at 3:37 AM Tom Rini  wrote:
> >>>
> >>> On Wed, May 16, 2018 at 02:05:03PM +0200, Stefan Roese wrote:
> >>>
>  Hi Tom,
> 
>  please pull the Kirkwood DT patches from Chris.
> 
>  Thanks,
>  Stefan
> 
>  The following changes since commit
> > 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> 
> ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15
> > 09:08:00 -0400)
> 
>  are available in the Git repository at:
> 
> git://www.denx.de/git/u-boot-marvell.git
> 
>  for you to fetch changes up to
> > a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:
> 
> ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53
> > +0200)
> 
> >>>
> >>> NAK.  With gcc-7.3
> >>> (
> >
https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/)
> >>> I get:
> >>> arm:  +   openrd_base openrd_ultimate openrd_client
> >>> +(openrd_base,openrd_ultimate,openrd_client) u-boot-nodtb.bin exceeds
> > file size limit:
> >>> +(openrd_base,openrd_ultimate,openrd_client)   limit:  393216 bytes
> >>> +(openrd_base)   actual: 395632 bytes
> >>> +(openrd_base)   excess: 2416 bytes
> >>> +(openrd_base,openrd_ultimate,openrd_client) make[1]: ***
> > [Makefile:1014: u-boot-nodtb.bin] Error 1
> >>> +(openrd_ultimate)   actual: 395664 bytes
> >>> +(openrd_ultimate)   excess: 2448 bytes
> >>> +(openrd_client)   actual: 395680 bytes
> >>> +(openrd_client)   excess: 2464 bytes
> >>>
> >>> And I will be pushing those changes to finally switch travis over to
> >>> gcc-7.3 soon (I had thought I had posted them a long while back so
that
> >>> I could have pulled them in right after v2018.05, but I forgot, so
here
> >>> we are now..).
> >
> >> Odd I did get those failures initially but then I rebased against
master
> > and didn't see them again. I've been using gcc 7.3 throughout. At the
time
> > I assumed there were some other changes that had shrunk openrd enough
for
> > the dtb to fit. I see Stefan's patch to move the env location. Is that
> > sufficient or do you want me to either drop openrd or find something
that
> > can be left out?
> >
> > (gmail seems to have forgotten how to wrap quotes)
> >
> > Sure enough my local branch with this series based on commit
cc95535867f4
> > ("bootm.c: Correct the flush_len used in bootm_load_os()") builds
> > openrd_ultimate is fine. But if I rebase onto commit f2d0f5e7ab3b ("ARM:
> > re-enable MVGBE for edminiv2") I see the build size errors. I'll do some
> > digging. Chances are my other MVGBE patch has enabled something
unwanted.

> Thanks Chris. But perhaps its also good to increase the image size
> for those openrd boards, since we most likely will increase the
> size in the near future even further (addition of DM support etc).
> Please see:

> http://patchwork.ozlabs.org/patch/915135/

I'm fine with that. We'll probably end up needing it.

I've just sent a patch to not automatically select PHYLIB anyway since my
MVGBE changes weren't the no-op they should have been.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-17 Thread Stefan Roese

Hi Chris,

On 17.05.2018 10:45, Chris Packham wrote:

On Thu, May 17, 2018 at 8:36 PM Chris Packham 
wrote:



On Thu, May 17, 2018 at 3:37 AM Tom Rini  wrote:


On Wed, May 16, 2018 at 02:05:03PM +0200, Stefan Roese wrote:


Hi Tom,

please pull the Kirkwood DT patches from Chris.

Thanks,
Stefan

The following changes since commit

0315d6959fdd9d2a4d89016c311e9c8c8d239a10:


   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15

09:08:00 -0400)


are available in the Git repository at:

   git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to

a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:


   ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53

+0200)




NAK.  With gcc-7.3
(

https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/)

I get:
arm:  +   openrd_base openrd_ultimate openrd_client
+(openrd_base,openrd_ultimate,openrd_client) u-boot-nodtb.bin exceeds

file size limit:

+(openrd_base,openrd_ultimate,openrd_client)   limit:  393216 bytes
+(openrd_base)   actual: 395632 bytes
+(openrd_base)   excess: 2416 bytes
+(openrd_base,openrd_ultimate,openrd_client) make[1]: ***

[Makefile:1014: u-boot-nodtb.bin] Error 1

+(openrd_ultimate)   actual: 395664 bytes
+(openrd_ultimate)   excess: 2448 bytes
+(openrd_client)   actual: 395680 bytes
+(openrd_client)   excess: 2464 bytes

And I will be pushing those changes to finally switch travis over to
gcc-7.3 soon (I had thought I had posted them a long while back so that
I could have pulled them in right after v2018.05, but I forgot, so here
we are now..).



Odd I did get those failures initially but then I rebased against master

and didn't see them again. I've been using gcc 7.3 throughout. At the time
I assumed there were some other changes that had shrunk openrd enough for
the dtb to fit. I see Stefan's patch to move the env location. Is that
sufficient or do you want me to either drop openrd or find something that
can be left out?

(gmail seems to have forgotten how to wrap quotes)

Sure enough my local branch with this series based on commit cc95535867f4
("bootm.c: Correct the flush_len used in bootm_load_os()") builds
openrd_ultimate is fine. But if I rebase onto commit f2d0f5e7ab3b ("ARM:
re-enable MVGBE for edminiv2") I see the build size errors. I'll do some
digging. Chances are my other MVGBE patch has enabled something unwanted.


Thanks Chris. But perhaps its also good to increase the image size
for those openrd boards, since we most likely will increase the
size in the near future even further (addition of DM support etc).
Please see:

http://patchwork.ozlabs.org/patch/915135/

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


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-17 Thread Chris Packham
On Thu, May 17, 2018 at 8:36 PM Chris Packham 
wrote:


> On Thu, May 17, 2018 at 3:37 AM Tom Rini  wrote:
> >
> > On Wed, May 16, 2018 at 02:05:03PM +0200, Stefan Roese wrote:
> >
> > > Hi Tom,
> > >
> > > please pull the Kirkwood DT patches from Chris.
> > >
> > > Thanks,
> > > Stefan
> > >
> > > The following changes since commit
0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> > >
> > >   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15
09:08:00 -0400)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://www.denx.de/git/u-boot-marvell.git
> > >
> > > for you to fetch changes up to
a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:
> > >
> > >   ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53
+0200)
> > >
> >
> > NAK.  With gcc-7.3
> > (
https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/)
> > I get:
> >arm:  +   openrd_base openrd_ultimate openrd_client
> > +(openrd_base,openrd_ultimate,openrd_client) u-boot-nodtb.bin exceeds
file size limit:
> > +(openrd_base,openrd_ultimate,openrd_client)   limit:  393216 bytes
> > +(openrd_base)   actual: 395632 bytes
> > +(openrd_base)   excess: 2416 bytes
> > +(openrd_base,openrd_ultimate,openrd_client) make[1]: ***
[Makefile:1014: u-boot-nodtb.bin] Error 1
> > +(openrd_ultimate)   actual: 395664 bytes
> > +(openrd_ultimate)   excess: 2448 bytes
> > +(openrd_client)   actual: 395680 bytes
> > +(openrd_client)   excess: 2464 bytes
> >
> > And I will be pushing those changes to finally switch travis over to
> > gcc-7.3 soon (I had thought I had posted them a long while back so that
> > I could have pulled them in right after v2018.05, but I forgot, so here
> > we are now..).

> Odd I did get those failures initially but then I rebased against master
and didn't see them again. I've been using gcc 7.3 throughout. At the time
I assumed there were some other changes that had shrunk openrd enough for
the dtb to fit. I see Stefan's patch to move the env location. Is that
sufficient or do you want me to either drop openrd or find something that
can be left out?

(gmail seems to have forgotten how to wrap quotes)

Sure enough my local branch with this series based on commit cc95535867f4
("bootm.c: Correct the flush_len used in bootm_load_os()") builds
openrd_ultimate is fine. But if I rebase onto commit f2d0f5e7ab3b ("ARM:
re-enable MVGBE for edminiv2") I see the build size errors. I'll do some
digging. Chances are my other MVGBE patch has enabled something unwanted.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-17 Thread Chris Packham
On Thu, May 17, 2018 at 3:37 AM Tom Rini  wrote:

> On Wed, May 16, 2018 at 02:05:03PM +0200, Stefan Roese wrote:

> > Hi Tom,
> >
> > please pull the Kirkwood DT patches from Chris.
> >
> > Thanks,
> > Stefan
> >
> > The following changes since commit
0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> >
> >   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15
09:08:00 -0400)
> >
> > are available in the Git repository at:
> >
> >   git://www.denx.de/git/u-boot-marvell.git
> >
> > for you to fetch changes up to a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:
> >
> >   ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53
+0200)
> >

> NAK.  With gcc-7.3
> (
https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/)
> I get:
> arm:  +   openrd_base openrd_ultimate openrd_client
> +(openrd_base,openrd_ultimate,openrd_client) u-boot-nodtb.bin exceeds
file size limit:
> +(openrd_base,openrd_ultimate,openrd_client)   limit:  393216 bytes
> +(openrd_base)   actual: 395632 bytes
> +(openrd_base)   excess: 2416 bytes
> +(openrd_base,openrd_ultimate,openrd_client) make[1]: *** [Makefile:1014:
u-boot-nodtb.bin] Error 1
> +(openrd_ultimate)   actual: 395664 bytes
> +(openrd_ultimate)   excess: 2448 bytes
> +(openrd_client)   actual: 395680 bytes
> +(openrd_client)   excess: 2464 bytes

> And I will be pushing those changes to finally switch travis over to
> gcc-7.3 soon (I had thought I had posted them a long while back so that
> I could have pulled them in right after v2018.05, but I forgot, so here
> we are now..).

Odd I did get those failures initially but then I rebased against master
and didn't see them again. I've been using gcc 7.3 throughout. At the time
I assumed there were some other changes that had shrunk openrd enough for
the dtb to fit. I see Stefan's patch to move the env location. Is that
sufficient or do you want me to either drop openrd or find something that
can be left out?
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-16 Thread Tom Rini
On Wed, May 16, 2018 at 02:05:03PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the Kirkwood DT patches from Chris.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> 
>   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15 09:08:00 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:
> 
>   ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53 +0200)
> 

NAK.  With gcc-7.3
(https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/)
I get:
   arm:  +   openrd_base openrd_ultimate openrd_client
+(openrd_base,openrd_ultimate,openrd_client) u-boot-nodtb.bin exceeds file size 
limit:
+(openrd_base,openrd_ultimate,openrd_client)   limit:  393216 bytes
+(openrd_base)   actual: 395632 bytes
+(openrd_base)   excess: 2416 bytes
+(openrd_base,openrd_ultimate,openrd_client) make[1]: *** [Makefile:1014: 
u-boot-nodtb.bin] Error 1
+(openrd_ultimate)   actual: 395664 bytes
+(openrd_ultimate)   excess: 2448 bytes
+(openrd_client)   actual: 395680 bytes
+(openrd_client)   excess: 2464 bytes

And I will be pushing those changes to finally switch travis over to
gcc-7.3 soon (I had thought I had posted them a long while back so that
I could have pulled them in right after v2018.05, but I forgot, so here
we are now..).

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2018-05-16 Thread Stefan Roese
Hi Tom,

please pull the Kirkwood DT patches from Chris.

Thanks,
Stefan

The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:

  ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15 09:08:00 
-0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:

  ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53 +0200)


Chris Packham (11):
  ARM: add devicetree files for kirkwood SoC
  ARM: kirkwood: Add device-tree for dns325
  ARM: kirkwood: Add device-tree for dockstar
  ARM: kirkwood: Add device-tree for goflexhome
  ARM: kirkwood: Add device-tree for guruplug
  ARM: kirkwood: Add device-tree for ib62x0
  ARM: kirkwood: Add device-tree for iconnect
  ARM: kirkwood: Add device-tree for nas220
  ARM: kirkwood: Add device-tree for openrd
  ARM: kirkwood: Add device-tree for pogo_e02
  ARM: kirkwood: Add device-tree for sheevaplug

 arch/arm/dts/kirkwood-6192.dtsi|  88 ++
 arch/arm/dts/kirkwood-6281.dtsi|  90 ++
 arch/arm/dts/kirkwood-98dx4122.dtsi|  53 
 arch/arm/dts/kirkwood-blackarmor-nas220.dts| 172 +++
 arch/arm/dts/kirkwood-dns325.dts   |  63 
 arch/arm/dts/kirkwood-dnskw.dtsi   | 235 +++
 arch/arm/dts/kirkwood-dockstar.dts | 110 +++
 arch/arm/dts/kirkwood-goflexnet.dts| 190 
 arch/arm/dts/kirkwood-guruplug-server-plus.dts | 133 +
 arch/arm/dts/kirkwood-ib62x0.dts   | 146 +
 arch/arm/dts/kirkwood-iconnect.dts | 195 
 arch/arm/dts/kirkwood-openrd-base.dts  |  39 +++
 arch/arm/dts/kirkwood-openrd-client.dts|  73 +
 arch/arm/dts/kirkwood-openrd-ultimate.dts  |  55 
 arch/arm/dts/kirkwood-openrd.dtsi  | 122 
 arch/arm/dts/kirkwood-pogo_e02.dts | 132 +
 arch/arm/dts/kirkwood-sheevaplug-common.dtsi   | 104 +++
 arch/arm/dts/kirkwood-sheevaplug.dts   |  42 +++
 arch/arm/dts/kirkwood.dtsi | 393 +
 configs/dns325_defconfig   |   3 +-
 configs/dockstar_defconfig |   3 +-
 configs/goflexhome_defconfig   |   3 +-
 configs/guruplug_defconfig |   3 +-
 configs/ib62x0_defconfig   |   3 +-
 configs/iconnect_defconfig |   3 +-
 configs/nas220_defconfig   |   3 +-
 configs/openrd_base_defconfig  |   3 +-
 configs/openrd_client_defconfig|   3 +-
 configs/openrd_ultimate_defconfig  |   3 +-
 configs/pogo_e02_defconfig |   3 +-
 configs/sheevaplug_defconfig   |   3 +-
 31 files changed, 2459 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-6192.dtsi
 create mode 100644 arch/arm/dts/kirkwood-6281.dtsi
 create mode 100644 arch/arm/dts/kirkwood-98dx4122.dtsi
 create mode 100644 arch/arm/dts/kirkwood-blackarmor-nas220.dts
 create mode 100644 arch/arm/dts/kirkwood-dns325.dts
 create mode 100644 arch/arm/dts/kirkwood-dnskw.dtsi
 create mode 100644 arch/arm/dts/kirkwood-dockstar.dts
 create mode 100644 arch/arm/dts/kirkwood-goflexnet.dts
 create mode 100644 arch/arm/dts/kirkwood-guruplug-server-plus.dts
 create mode 100644 arch/arm/dts/kirkwood-ib62x0.dts
 create mode 100644 arch/arm/dts/kirkwood-iconnect.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-base.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-client.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-ultimate.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd.dtsi
 create mode 100644 arch/arm/dts/kirkwood-pogo_e02.dts
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug-common.dtsi
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug.dts
 create mode 100644 arch/arm/dts/kirkwood.dtsi
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-14 Thread Chris Packham
Hi Tom, Stefan,

On Tue, May 15, 2018 at 3:16 AM Stefan Roese  wrote:

> Hi Tom,

> (Cc'ing Chris)

> On 14.05.2018 17:11, Tom Rini wrote:
> > On Mon, May 14, 2018 at 01:58:59PM +0200, Stefan Roese wrote:
> >
> >> Hi Tom,
> >>
> >> please pull the following MVEBU related patches from Marek and
> >> Chris.
> >>
> >> Thanks,
> >> Stefan
> >>
> >> The following changes since commit
62d77cea31216cad526e5f45c88e8377efc6fcae:
> >>
> >>mmc: Improve tinification (2018-05-13 07:57:32 -0400)
> >>
> >> are available in the Git repository at:
> >>
> >>git://www.denx.de/git/u-boot-marvell.git
> >>
> >> for you to fetch changes up to
ca734a875dec089c3978663a0ce303d776365b20:
> >>
> >>phy: marvell: a3700: Fix compatible string for ehci (2018-05-14
10:01:56 +0200)
> >>
> >
> > Applied to u-boot/master.
> >
> > But please note that drivers/ddr/marvell/a38x/mv_ddr_build_message.c is
> > both missing an SPDX tag and oddly formatted.  I assume there's a good
> > reason those two variables exist in the way they do and that we can't
> > just fold that into some other files, so please look into what the
> > correct SPDX tag and copyright line should be for that content, thanks!

> Thanks Tom, I didn't spot this.

> Chris, I assume that we need this file (this way) for compatibility
> (potential later re-sync) with the Marvell code? Is this correct?
> Or could this be done in a different way? Please check and add the
> SPDX tag and copyright line as requested by Tom.

Yeah it is an oddity. In Marvell's version of the code that file is
actually generated[1] based on the tags/commit id. Which when ported to
u-boot loses some of it's meaning (saying "mv_ddr-armada-17.10.4" is still
helpful to identify which upstream tag we're in sync with). I looked at
folding it into the code but that just increases the delta with the
original upstream code. I'll send a patch to add a SPDX license line to the
top of the file and re-format it.

--
[1] -
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/mv_ddr-armada-17.02/Makefile#L174
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-14 Thread Stefan Roese

Hi Tom,

(Cc'ing Chris)

On 14.05.2018 17:11, Tom Rini wrote:

On Mon, May 14, 2018 at 01:58:59PM +0200, Stefan Roese wrote:


Hi Tom,

please pull the following MVEBU related patches from Marek and
Chris.

Thanks,
Stefan

The following changes since commit 62d77cea31216cad526e5f45c88e8377efc6fcae:

   mmc: Improve tinification (2018-05-13 07:57:32 -0400)

are available in the Git repository at:

   git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to ca734a875dec089c3978663a0ce303d776365b20:

   phy: marvell: a3700: Fix compatible string for ehci (2018-05-14 10:01:56 
+0200)



Applied to u-boot/master.

But please note that drivers/ddr/marvell/a38x/mv_ddr_build_message.c is
both missing an SPDX tag and oddly formatted.  I assume there's a good
reason those two variables exist in the way they do and that we can't
just fold that into some other files, so please look into what the
correct SPDX tag and copyright line should be for that content, thanks!


Thanks Tom, I didn't spot this.

Chris, I assume that we need this file (this way) for compatibility
(potential later re-sync) with the Marvell code? Is this correct?
Or could this be done in a different way? Please check and add the
SPDX tag and copyright line as requested by Tom.

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


Re: [U-Boot] Please pull u-boot-marvell/master

2018-05-14 Thread Tom Rini
On Mon, May 14, 2018 at 01:58:59PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following MVEBU related patches from Marek and
> Chris.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 62d77cea31216cad526e5f45c88e8377efc6fcae:
> 
>   mmc: Improve tinification (2018-05-13 07:57:32 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ca734a875dec089c3978663a0ce303d776365b20:
> 
>   phy: marvell: a3700: Fix compatible string for ehci (2018-05-14 10:01:56 
> +0200)
> 

Applied to u-boot/master.

But please note that drivers/ddr/marvell/a38x/mv_ddr_build_message.c is
both missing an SPDX tag and oddly formatted.  I assume there's a good
reason those two variables exist in the way they do and that we can't
just fold that into some other files, so please look into what the
correct SPDX tag and copyright line should be for that content, 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] Please pull u-boot-marvell/master

2018-05-14 Thread Stefan Roese
Hi Tom,

please pull the following MVEBU related patches from Marek and
Chris.

Thanks,
Stefan

The following changes since commit 62d77cea31216cad526e5f45c88e8377efc6fcae:

  mmc: Improve tinification (2018-05-13 07:57:32 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ca734a875dec089c3978663a0ce303d776365b20:

  phy: marvell: a3700: Fix compatible string for ehci (2018-05-14 10:01:56 
+0200)


Chris Packham (6):
  ARM: mvebu: a38x: move definition of PEX_CFG_DIRECT_ACCESS
  ARM: mvebu: a38x: move sys_env_device_rev_get
  ARM: mvebu: a38x: remove some unused code
  ARM: mvebu: a38x: sync ddr training code with upstream
  ARM: mvebu: a38x: restore support for setting timing
  ARM: mvebu: a38x: use non-zero size for ddr scrubbing

Marek Behún (20):
  phy: marvell: a3700: Change return type of macro MVEBU_REG
  phy: marvell: a3700: Use reg_set16 instead of phy_write16
  phy: marvell: a3700: Don't create functional macro for each register
  phy: marvell: a3700: Use same timeout for all register polling
  phy: marvell: a3700: Use (!ret) instead of (ret == 0)
  phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_sets
  phy: marvell: a3700: Access USB3 register indirectly on lane 2
  phy: marvell: a3700: Set USB3 RX wait depending on ref clock
  phy: marvell: mux: Support nontrivial node order in selector register
  phy: marvell: a3700: Fix SGMII cfg and stat register addresses
  phy: marvell: a3700: Use comphy_mux on Armada 37xx.
  phy: marvell: a3700: Save/restore selector reg in SGMII init
  driver: clk: Add support for clocks on Armada 37xx
  spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency
  clk: armada-37xx: Support soc_clk_dump
  phy: marvell: core: Cosmetic fixes
  net: mvneta: Fix fault when wrong device tree
  watchdog: Add support for Armada 37xx CPU watchdog
  arm64: mvebu: Add basic support for the Turris Mox board
  phy: marvell: a3700: Fix compatible string for ehci

zachary (1):
  phy: marvell: a3700: revise the USB3 comphy setting during power on

 arch/arm/dts/Makefile  |1 +
 arch/arm/dts/armada-3720-turris-mox.dts|  132 ++
 arch/arm/dts/armada-37xx.dtsi  |   35 +-
 arch/arm/mach-mvebu/Kconfig|7 +
 arch/arm/mach-mvebu/Makefile   |2 +-
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |1 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c  |   26 +-
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |1 -
 board/CZ.NIC/turris_mox/MAINTAINERS|6 +
 board/CZ.NIC/turris_mox/Makefile   |5 +
 board/CZ.NIC/turris_mox/turris_mox.c   |  127 ++
 board/CZ.NIC/turris_omnia/turris_omnia.c   |   38 +-
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c  |   21 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   21 +-
 board/gdsys/a38x/controlcenterdc.c |   22 +-
 board/solidrun/clearfog/clearfog.c |   21 +-
 configs/mvebu_db-88f3720_defconfig |3 +
 configs/mvebu_espressobin-88f3720_defconfig|3 +
 configs/turris_mox_defconfig   |   76 +
 drivers/clk/Kconfig|1 +
 drivers/clk/Makefile   |1 +
 drivers/clk/mvebu/Kconfig  |   11 +
 drivers/clk/mvebu/Makefile |1 +
 drivers/clk/mvebu/armada-37xx-periph.c |  499 +++
 drivers/clk/mvebu/armada-37xx-tbg.c|  154 ++
 drivers/ddr/marvell/a38x/Makefile  |   10 +-
 drivers/ddr/marvell/a38x/ddr3_a38x.c   |  736 --
 drivers/ddr/marvell/a38x/ddr3_a38x.h   |   92 --
 drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h |  225 ---
 drivers/ddr/marvell/a38x/ddr3_a38x_topology.h  |   21 -
 drivers/ddr/marvell/a38x/ddr3_a38x_training.c  |   39 -
 drivers/ddr/marvell/a38x/ddr3_debug.c  |  742 ++
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c|  147 --
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h|   48 -
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h|  463 --
 drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h   |   16 -
 drivers/ddr/marvell/a38x/ddr3_init.c   |  798 ++-
 drivers/ddr/marvell/a38x/ddr3_init.h   |  300 +---
 drivers/ddr/marvell/a38x/ddr3_logging_def.h|   10 +-
 drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h |1 +
 drivers/ddr/marvell/a38x/ddr3_topology_def.h   |6 +-
 drivers/ddr/marvell/a38x/ddr3_training.c   | 1491 +++-
 drivers/ddr/marvell/a38x/ddr3_training_bist.c  |  548 +--
 

Re: [U-Boot] Please pull u-boot-marvell/master

2018-04-17 Thread Tom Rini
On Tue, Apr 17, 2018 at 10:53:21AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the small mv_sdhci fix from Matt from the Marvell
> repo.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
> 
>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ca4e7d674ee6931c7a4effd697e644d7646cfac0:
> 
>   mmc: mv_sdhci: zero out sdhci_host structure (2018-04-17 10:39:30 +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] Please pull u-boot-marvell/master

2018-04-17 Thread Stefan Roese
Hi Tom,

please pull the small mv_sdhci fix from Matt from the Marvell
repo.

Thanks,
Stefan


The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:

  Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ca4e7d674ee6931c7a4effd697e644d7646cfac0:

  mmc: mv_sdhci: zero out sdhci_host structure (2018-04-17 10:39:30 +0200)


Matt Pelland (1):
  mmc: mv_sdhci: zero out sdhci_host structure

 drivers/mmc/mv_sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-.boot-marvell/master

2018-04-01 Thread Tom Rini
On Fri, Mar 30, 2018 at 04:17:31PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first batch of Marvell related patches.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f:
> 
>   Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 25db371e17d64c7a50f0f75e77a675651e5a2d4c:
> 
>   arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driver (2018-03-30 
> 12:52:49 +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] Please pull u-.boot-marvell/master

2018-03-30 Thread Stefan Roese
Hi Tom,

please pull the first batch of Marvell related patches.

Thanks,
Stefan


The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f:

  Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 25db371e17d64c7a50f0f75e77a675651e5a2d4c:

  arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driver (2018-03-30 
12:52:49 +0200)


Alexander Graf (1):
  kwbimage: Fix out of bounds access

Baruch Siach (1):
  configs: clearfog: enable random random MAC address

Igal Liberman (1):
  dm: pcie: designware: add correct ATU handling

Ken Ma (14):
  arm64: a37xx: dts: add gpio head file including
  arm64: a37xx: defconfig: Enable PINCTRL and GPIO support for ESPRESSOBin 
board
  arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin board
  arm64: a37xx: dts: Add additional pinctrl definition
  arm64: a37xx: pinctrl: Fix number of pin in south bridge
  arm64: a37xx: dts: Fix the number of GPIO on south bridge
  arm64: a37xx: pinctrl: Fix the pin 23 on south bridge
  arm64: a37xx: pinctrl: Fix gpio pin offset in register
  arm64: a37xx: pinctrl: Correct mpp definitions
  arm64: a37xx: dts: Correct mpp definitions
  doc: a37xx: Introduce pinctrl device tree binding
  Revert "arm64: a37xx: dts: Add pin control nodes to DT"
  arm64: a37xx: remove old pinctrl implementation
  arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driver

Mark Kettenis (1):
  arm64: mvebu: a8k: Add distro boot support

Wilson Ding (4):
  arm64: a37xx: populate pcie memory region
  arm64: a37xx: pci: add support for aardvark pcie driver
  arm64: a37xx: defconfigs: enable aardvark pcie driver
  arm64: a37xx: dts: enable pcie port

 arch/arm/dts/armada-3720-db.dts|  14 +-
 arch/arm/dts/armada-3720-espressobin.dts   |  15 +
 arch/arm/dts/armada-37xx.dtsi  |  52 +-
 arch/arm/mach-mvebu/armada3700/cpu.c   |   8 +
 board/Marvell/mvebu_armada-37xx/board.c|  23 -
 configs/clearfog_defconfig |   1 +
 configs/mvebu_db-88f3720_defconfig |   5 +
 configs/mvebu_espressobin-88f3720_defconfig|   9 +
 .../pinctrl/marvell,armada-37xx-pinctrl.txt| 186 ++
 drivers/pci/Kconfig|  10 +
 drivers/pci/Makefile   |   1 +
 drivers/pci/pci-aardvark.c | 690 +
 drivers/pci/pcie_dw_mvebu.c|  91 ++-
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c|  52 +-
 include/configs/mvebu_armada-8k.h  |  19 +
 tools/kwbimage.c   |   4 +
 16 files changed, 1088 insertions(+), 92 deletions(-)
 create mode 100644 
doc/device-tree-bindings/pinctrl/marvell,armada-37xx-pinctrl.txt
 create mode 100644 drivers/pci/pci-aardvark.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-01-29 Thread Tom Rini
On Mon, Jan 29, 2018 at 01:42:11PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the 2 mrvl_uart patches from Andreas.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:
> 
>   Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 
> 18:26:00 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ceb328180353f103bb7a3bc75770ed03e9a8fef2:
> 
>   tools/mrvl_uart.sh: Tidy script output (2018-01-29 13:36:32 +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] Please pull u-boot-marvell/master

2018-01-29 Thread Stefan Roese
Hi Tom,

please pull the 2 mrvl_uart patches from Andreas.

Thanks,
Stefan


The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 
18:26:00 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ceb328180353f103bb7a3bc75770ed03e9a8fef2:

  tools/mrvl_uart.sh: Tidy script output (2018-01-29 13:36:32 +0100)


Andreas Färber (2):
  tools/mrvl_uart.sh: Fix minicom baudrate
  tools/mrvl_uart.sh: Tidy script output

 tools/mrvl_uart.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-01-20 Thread Tom Rini
On Sat, Jan 20, 2018 at 10:01:20AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patches for the Marvell A38x DDR
> code from Chris.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 086ebcd40e9bf8efc520f1b177fd8e3cc0e506fa:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2018-01-17 13:48:35 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 672e5598301b63f95d7dcceb4436f3cb40643f88:
> 
>   ddr: marvell: update ddr controller init and freq (2018-01-19 16:30:29 
> +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] Please pull u-boot-marvell/master

2018-01-20 Thread Stefan Roese
Hi Tom,

please pull the following patches for the Marvell A38x DDR
code from Chris.

Thanks,
Stefan


The following changes since commit 086ebcd40e9bf8efc520f1b177fd8e3cc0e506fa:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2018-01-17 13:48:35 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 672e5598301b63f95d7dcceb4436f3cb40643f88:

  ddr: marvell: update ddr controller init and freq (2018-01-19 16:30:29 +0100)


Chris Packham (4):
  ddr: marvell: only assert M_ODT[0] on write for a single CS
  ddr: marvell: use correct TREFI value
  ddr: marvell: update additional ODT setting
  ddr: marvell: update ddr controller init and freq

 drivers/ddr/marvell/a38x/ddr3_init.h |  3 +-
 drivers/ddr/marvell/a38x/ddr3_topology_def.h |  3 +-
 drivers/ddr/marvell/a38x/ddr3_training.c | 50 +++-
 drivers/ddr/marvell/a38x/ddr3_training_db.c  | 19 +
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c | 22 +++
 drivers/ddr/marvell/a38x/ddr3_training_static.c  |  3 +-
 6 files changed, 62 insertions(+), 38 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2018-01-10 Thread Tom Rini
On Wed, Jan 10, 2018 at 12:40:37PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell related patches.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
> 
>   Prepare v2018.01 (2018-01-08 20:25:29 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 0a05bf42b462c0fd0299c768560c5ad532cdf619:
> 
>   ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC (2018-01-10 
> 12:36:52 +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] Please pull u-boot-marvell/master

2018-01-10 Thread Stefan Roese
Hi Tom,

please pull the following Marvell related patches.

Thanks,
Stefan


The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 0a05bf42b462c0fd0299c768560c5ad532cdf619:

  ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC (2018-01-10 
12:36:52 +0100)


Andre Heider (4):
  arm64: a37xx: use disto defaults
  arm64: a37xx: add distro compatible env vars
  arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS
  arm64: a37xx: use distro bootcmd

Chris Packham (1):
  ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC

Florian Klink (1):
  arm: mvebu: ClearFog: document boot selection switches, update UART

Konstantin Porotchkin (1):
  tools: Add Marvell recovery image download script

Miquel Raynal (2):
  ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs
  pinctrl: mvebu: Make drivers depend on the pinctrl framework

 arch/arm/dts/armada-385-amc.dts |   2 +-
 board/solidrun/clearfog/README  |  21 -
 configs/mvebu_db-88f3720_defconfig  |   1 +
 configs/mvebu_espressobin-88f3720_defconfig |   1 +
 drivers/net/Kconfig |   6 +-
 drivers/pinctrl/mvebu/Kconfig   |   4 +-
 include/configs/mvebu_armada-37xx.h |  23 +-
 tools/mrvl_uart.sh  | 119 
 8 files changed, 164 insertions(+), 13 deletions(-)
 create mode 100755 tools/mrvl_uart.sh
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-11-30 Thread Tom Rini
On Thu, Nov 30, 2017 at 01:33:43PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following MVEBU related changes.
> 
> Thanks,
> Stefan
> 
> The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:
> 
>   Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze 
> (2017-11-29 08:26:07 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 01c541e0e698196ab29761fd29fd06f36185e03e:
> 
>   arm: mvebu: correct comments around cas_wl/cas_l (2017-11-30 08:30:59 +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] Please pull u-boot-marvell/master

2017-11-30 Thread Stefan Roese
Hi Tom,

please pull the following MVEBU related changes.

Thanks,
Stefan

The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:

  Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze 
(2017-11-29 08:26:07 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 01c541e0e698196ab29761fd29fd06f36185e03e:

  arm: mvebu: correct comments around cas_wl/cas_l (2017-11-30 08:30:59 +0100)


Baruch Siach (1):
  arm64: mvebu: armada-7k/8k: drop useless #ifdef

Chris Packham (1):
  arm: mvebu: correct comments around cas_wl/cas_l

Sean Nyekjaer (4):
  fix: nand: pxa3xx: fix defined but not used warnings
  arm: mvebu: add nand pins
  arm: mvebu: fix boot from UART when in fallback mode
  arm: mvebu: enable boot from NAND

 arch/arm/dts/armada-38x.dtsi  | 15 ++-
 arch/arm/mach-mvebu/include/mach/soc.h|  7 +++
 arch/arm/mach-mvebu/spl.c | 25 +++--
 board/CZ.NIC/turris_omnia/turris_omnia.c  |  4 ++--
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c |  2 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c   |  2 +-
 board/gdsys/a38x/controlcenterdc.c|  2 +-
 board/solidrun/clearfog/clearfog.c|  2 +-
 drivers/mtd/nand/pxa3xx_nand.c|  2 ++
 include/configs/mvebu_armada-8k.h |  5 -
 10 files changed, 52 insertions(+), 14 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-11-16 Thread Tom Rini
On Thu, Nov 16, 2017 at 02:09:40PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following pending patches for MVEBU.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit c253573f3e269fd9a24ee6684d87dd91106018a5:
> 
>   Prepare v2017.11 (2017-11-13 20:08:06 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 8c1ce928f498774a3e2c3aa03534b6e6ca6d4759:
> 
>   arm: mvebu: clearfog: update SPI flash DT description (2017-11-16 11:45:20 
> +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] Please pull u-boot-marvell/master

2017-11-16 Thread Stefan Roese
Hi Tom,

please pull the following pending patches for MVEBU.

Thanks,
Stefan


The following changes since commit c253573f3e269fd9a24ee6684d87dd91106018a5:

  Prepare v2017.11 (2017-11-13 20:08:06 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 8c1ce928f498774a3e2c3aa03534b6e6ca6d4759:

  arm: mvebu: clearfog: update SPI flash DT description (2017-11-16 11:45:20 
+0100)


Baruch Siach (1):
  arm: mvebu: clearfog: update SPI flash DT description

Heinrich Schuchardt (1):
  arm: mvebu: configs: Enable DISTRO_DEFAULTS for MACCHIATObin

Jon Nettleton (4):
  mvebu: usb: xhci: a38x support
  arm: mvebu: Add board_setup for xhci hardware
  arm: mvebu: clearfog: enable XHCI USB
  arm: mvebu: clearfog: Fix SPI-NOR flash access

Stefan Roese (1):
  arm: mvebu: theadorable_debug_defconfig: Enable setexpr command

VlaoMao (1):
  pci: mvebu: Increase size of PCIe default mapping

 arch/arm/dts/armada-388-clearfog.dts| 10 
 arch/arm/mach-mvebu/cpu.c   | 41 +
 board/Marvell/mvebu_armada-37xx/board.c |  2 +-
 board/Marvell/mvebu_armada-8k/board.c   |  2 +-
 configs/clearfog_defconfig  |  6 -
 configs/mvebu_db_armada8k_defconfig |  1 +
 configs/mvebu_mcbin-88f8040_defconfig   |  1 +
 configs/theadorable_debug_defconfig |  1 -
 drivers/pci/pci_mvebu.c |  4 ++--
 drivers/usb/host/xhci-mvebu.c   |  5 ++--
 include/configs/clearfog.h  |  4 +---
 11 files changed, 60 insertions(+), 17 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Please pull u-boot-marvell/master

2017-09-26 Thread Stefan Roese
Hi Tom,

please pull the following MVEBU related patches.

Thanks,
Stefan


The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:

  tools/mkimage: Make the path to the dtc binary that mkimage calls 
configurable (2017-09-24 07:33:03 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 0d106f1e731a4ea47eaeb4b70cc8b4fcc13a3e40:

  arm: mvebu: clearfog: document boot from UART (2017-09-26 06:53:26 +0200)


Baruch Siach (2):
  arm: mvebu: fix boot from UART on ClearFog Base
  arm: mvebu: clearfog: document boot from UART

Chris Packham (4):
  ARM: mvebu: Convert CONFIG_MVNETA to Kconfig
  ARM: mvebu: Add SoC IDs for Marvell's integrated CPUs
  ARM: mvebu: add SAR frequency values for 1.8/2.0GHz
  ARM: mvebu: handle unused DRAM banks with ECC enabled

Joshua Scott (1):
  ARM: mvebu: add additional information to board_add_ram_info()

Stefan Roese (1):
  arm: mvebu: Remove theadorable_defconfig

 arch/arm/mach-mvebu/cpu.c | 30 +
 arch/arm/mach-mvebu/dram.c| 51 +++--
 arch/arm/mach-mvebu/include/mach/config.h |  3 --
 arch/arm/mach-mvebu/include/mach/cpu.h|  1 +
 arch/arm/mach-mvebu/include/mach/soc.h|  4 +++
 arch/arm/mach-mvebu/spl.c |  3 ++
 board/solidrun/clearfog/README| 20 
 board/theadorable/MAINTAINERS |  1 -
 configs/clearfog_defconfig|  2 +-
 configs/controlcenterdc_defconfig |  2 +-
 configs/db-88f6820-amc_defconfig  |  2 +-
 configs/db-88f6820-gp_defconfig   |  2 +-
 configs/db-mv784mp-gp_defconfig   |  2 +-
 configs/ds414_defconfig   |  2 +-
 configs/maxbcm_defconfig  |  2 +-
 configs/theadorable_debug_defconfig   |  2 +-
 configs/theadorable_defconfig | 54 ---
 configs/turris_omnia_defconfig|  2 +-
 drivers/net/Kconfig   |  8 +
 include/configs/mvebu_armada-37xx.h   |  1 -
 scripts/config_whitelist.txt  |  1 -
 21 files changed, 116 insertions(+), 79 deletions(-)
 delete mode 100644 configs/theadorable_defconfig
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-09-01 Thread Tom Rini
On Wed, Aug 30, 2017 at 10:06:30AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull this last minute fix from Chris, which is needed
> to get SPI NOR working on current master.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
> 
>   mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to dbc3e64fd1d416395def9b555a9b76e84d6f44f3:
> 
>   ARM: mvebu: add "spi-flash" compatible string (2017-08-30 10:03:35 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-08-30 Thread Stefan Roese
Hi Tom,

please pull this last minute fix from Chris, which is needed
to get SPI NOR working on current master.

Thanks,
Stefan


The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:

  mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to dbc3e64fd1d416395def9b555a9b76e84d6f44f3:

  ARM: mvebu: add "spi-flash" compatible string (2017-08-30 10:03:35 +0200)


Chris Packham (1):
  ARM: mvebu: add "spi-flash" compatible string

 arch/arm/dts/armada-385-amc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-08-22 Thread Tom Rini
On Mon, Aug 21, 2017 at 11:43:22AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull this one mvebu fix from Chris.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:
> 
>   env: Replace all open-coded gd->env_valid values with ENV_ flags 
> (2017-08-20 19:27:44 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 6ab09b05f3707276ff84f7759f3484b597e80581:
> 
>   ARM: mvebu: set correct mem_size for db-88f6820-amc (2017-08-21 11:40:49 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-08-21 Thread Stefan Roese
Hi Tom,

please pull this one mvebu fix from Chris.

Thanks,
Stefan


The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:

  env: Replace all open-coded gd->env_valid values with ENV_ flags (2017-08-20 
19:27:44 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 6ab09b05f3707276ff84f7759f3484b597e80581:

  ARM: mvebu: set correct mem_size for db-88f6820-amc (2017-08-21 11:40:49 
+0200)


Chris Packham (1):
  ARM: mvebu: set correct mem_size for db-88f6820-amc

 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 2 +-
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-08-10 Thread Tom Rini
On Thu, Aug 10, 2017 at 10:26:32AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the mvpp2x net patches from Stefan Chulski, which have
> been missed for quite some time. All have been acked by Joe.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit d529124fdcf941c34074fd1ce600f4b1b4a7dd07:
> 
>   Merge git://git.denx.de/u-boot-x86 (2017-08-08 17:06:19 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ceec6c48a472514e6110d07064006258376d4537:
> 
>   net: mvpp2x: Set BM poll size once during priv probe (2017-08-10 08:33:02 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-08-10 Thread Stefan Roese
Hi Tom,

please pull the mvpp2x net patches from Stefan Chulski, which have
been missed for quite some time. All have been acked by Joe.

Thanks,
Stefan


The following changes since commit d529124fdcf941c34074fd1ce600f4b1b4a7dd07:

  Merge git://git.denx.de/u-boot-x86 (2017-08-08 17:06:19 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ceec6c48a472514e6110d07064006258376d4537:

  net: mvpp2x: Set BM poll size once during priv probe (2017-08-10 08:33:02 
+0200)


Stefan Chulski (10):
  net: mvpp2x: Add GPIO configuration support
  net: mvpp2x: fix phy connected to wrong mdio issue
  net: mvpp2x: Enable GoP packet padding in TX
  net: mvpp2x: fix BM configuration overrun issue
  net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK
  net: mvpp2x: remove MBUS configurations from MvPP22 driver
  net: mvpp2x: Remove IRQ configuration from U-Boot
  net: mvpp2x: Set BM pool high address
  net: mvpp2x: remove TX drain from transmit routine
  net: mvpp2x: Set BM poll size once during priv probe

 drivers/net/mvpp2.c | 187 +---
 1 file changed, 89 insertions(+), 98 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-08-09 Thread Tom Rini
On Tue, Aug 08, 2017 at 02:26:59PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following mvebu board fix from Marek.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 
> -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 8daa3468b52f89e069bca469a68b866c2583a4a5:
> 
>   mvebu: turris_omnia: Fix PEX vs SATA detection for board topology 
> (2017-08-08 14:20:26 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-08-08 Thread Stefan Roese
Hi Tom,

please pull the following mvebu board fix from Marek.

Thanks,
Stefan


The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 
-0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 8daa3468b52f89e069bca469a68b866c2583a4a5:

  mvebu: turris_omnia: Fix PEX vs SATA detection for board topology (2017-08-08 
14:20:26 +0200)


Marek Behún (1):
  mvebu: turris_omnia: Fix PEX vs SATA detection for board topology

 board/CZ.NIC/turris_omnia/turris_omnia.c | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-07-12 Thread Tom Rini
On Wed, Jul 12, 2017 at 08:00:02AM +0200, Stefan Roese wrote:

> Hi Tim,
> 
> please pull the following Marvell / MVEBU patches. Travis
> has some timeouts so I was not able to build there, but
> all MVEBU boards build without issues.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 8d3a25685e4aac7070365a2b3c53c2c81b27930f:
> 
>   Merge git://git.denx.de/u-boot-dm (2017-07-11 20:28:46 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 172b2e0b561a50a3d8c4275be4ed24b0c8e18896:
> 
>   arm: mvebu: clearfog: fix chip name comment (2017-07-12 06:57:55 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-07-12 Thread Stefan Roese
Hi Tim,

please pull the following Marvell / MVEBU patches. Travis
has some timeouts so I was not able to build there, but
all MVEBU boards build without issues.

Thanks,
Stefan


The following changes since commit 8d3a25685e4aac7070365a2b3c53c2c81b27930f:

  Merge git://git.denx.de/u-boot-dm (2017-07-11 20:28:46 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 172b2e0b561a50a3d8c4275be4ed24b0c8e18896:

  arm: mvebu: clearfog: fix chip name comment (2017-07-12 06:57:55 +0200)


Baruch Siach (4):
  tools/kwbimage: update the list of SoCs using v1 header
  tools/kwbimage.h: make offset marks style consistent
  tools/kwbimage: fix v1 header verification
  arm: mvebu: clearfog: fix chip name comment

Igal Liberman (1):
  arm64: mvebu: use single defconfig for Armada8K development boards

Marek Behún (6):
  driver/ddr: Add support for setting timing in hws_topology_map
  orion_wdt: Support for the Orion Watchdog
  arch/arm/dts: Add Turris Omnia device tree
  drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
  drivers/misc: Add basic support for ATSHA204A Crypto module
  marvell: armada385: Add the Turris Omnia board

 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi   |  55 +++
 arch/arm/dts/armada-385-turris-omnia.dts   | 392 +++
 arch/arm/mach-mvebu/Kconfig|  22 +
 board/CZ.NIC/turris_omnia/Makefile |   7 +
 board/CZ.NIC/turris_omnia/kwbimage.cfg |  12 +
 board/CZ.NIC/turris_omnia/turris_omnia.c   | 530 +
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c  |   3 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   3 +-
 board/gdsys/a38x/controlcenterdc.c |   3 +-
 board/solidrun/clearfog/clearfog.c |   3 +-
 board/solidrun/clearfog/kwbimage.cfg   |   2 +-
 configs/mvebu_db-88f7040-nand_defconfig|  72 ---
 configs/mvebu_db-88f7040_defconfig |  70 ---
 ...f8040_defconfig => mvebu_db_armada8k_defconfig} |   0
 configs/turris_omnia_defconfig |  62 +++
 doc/README.marvell |  53 +++
 drivers/ddr/marvell/a38x/ddr3_training.c   |   6 +
 drivers/ddr/marvell/a38x/ddr_topology_def.h|   9 +
 drivers/i2c/muxes/pca954x.c|  42 +-
 drivers/misc/Kconfig   |   8 +
 drivers/misc/Makefile  |   1 +
 drivers/misc/atsha204a-i2c.c   | 408 
 drivers/watchdog/Kconfig   |   7 +
 drivers/watchdog/Makefile  |   1 +
 drivers/watchdog/orion_wdt.c   | 177 +++
 include/atsha204a-i2c.h|  69 +++
 include/configs/turris_omnia.h | 178 +++
 tools/kwbimage.c   |  34 +-
 tools/kwbimage.h   |  64 +--
 29 files changed, 2105 insertions(+), 188 deletions(-)
 create mode 100644 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-385-turris-omnia.dts
 create mode 100644 board/CZ.NIC/turris_omnia/Makefile
 create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg
 create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c
 delete mode 100644 configs/mvebu_db-88f7040-nand_defconfig
 delete mode 100644 configs/mvebu_db-88f7040_defconfig
 rename configs/{mvebu_db-88f8040_defconfig => mvebu_db_armada8k_defconfig} 
(100%)
 create mode 100644 configs/turris_omnia_defconfig
 create mode 100644 doc/README.marvell
 create mode 100644 drivers/misc/atsha204a-i2c.c
 create mode 100644 drivers/watchdog/orion_wdt.c
 create mode 100644 include/atsha204a-i2c.h
 create mode 100644 include/configs/turris_omnia.h
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-06-23 Thread Tom Rini
On Fri, Jun 23, 2017 at 10:42:42AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull 2 mvebu related pinctrl bug-fixes from Ken.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 235c5b8315c6a9eb566fd3d99a098cc6db869fc5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2017-06-21 
> 08:01:07 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ae118b6855a7d003a7d024129e686c8a4a400141:
> 
>   pinctrl: a3700: Fix the issue that gpio controller is registered with wrong 
> node id (2017-06-23 07:09:40 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-06-23 Thread Stefan Roese
Hi Tom,

please pull 2 mvebu related pinctrl bug-fixes from Ken.

Thanks,
Stefan

The following changes since commit 235c5b8315c6a9eb566fd3d99a098cc6db869fc5:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2017-06-21 
08:01:07 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ae118b6855a7d003a7d024129e686c8a4a400141:

  pinctrl: a3700: Fix the issue that gpio controller is registered with wrong 
node id (2017-06-23 07:09:40 +0200)


Ken Ma (2):
  pinctrl: a3700: Fix uart2 group selection register mask
  pinctrl: a3700: Fix the issue that gpio controller is registered with 
wrong node id

 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-06-01 Thread Tom Rini
On Wed, May 31, 2017 at 11:02:20AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell changes, mostly including
> the Armada 37xx pinctrl / gpio driver.
> 
> Thanks,
> Stefan
> 
> The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 
> -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 6cbf7eda3cbe0f8cbaa84b4daaa86dfa2a696a77:
> 
>   arm: mvebu: kwbimage: inline function to fix use-after-free (2017-05-31 
> 07:43:04 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-05-31 Thread Stefan Roese
Hi Tom,

please pull the following Marvell changes, mostly including
the Armada 37xx pinctrl / gpio driver.

Thanks,
Stefan

The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 
-0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 6cbf7eda3cbe0f8cbaa84b4daaa86dfa2a696a77:

  arm: mvebu: kwbimage: inline function to fix use-after-free (2017-05-31 
07:43:04 +0200)


Gregory CLEMENT (4):
  arm64: mvebu: Add pinctrl nodes for Armada 3700
  arm64: mvebu: armada37xx: add pinctrl definition
  pinctrl: armada-37xx: Add pin controller support for Armada 37xx
  pinctrl: armada-37xx: Add gpio support

Patrick Wildt (3):
  arm: mvebu: clearfog: reset uSOM onboard 1512 phy
  arm: mvebu: clearfog: generic distro bootcmd
  arm: mvebu: kwbimage: inline function to fix use-after-free

Stefan Roese (4):
  pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver
  arm64: mvebu_db-88f3720_defconfig: Enable PINCTRL and GPIO support
  arm64: mvebu: armada-7040-db: Enable 10GB port 0 / SFI (KR)
  arm64: mvebu: Replace board specific with generic memory bank decoding

 arch/arm/dts/armada-3720-db.dts |   8 +
 arch/arm/dts/armada-37xx.dtsi   |  73 
 arch/arm/dts/armada-7040-db.dts |   8 +-
 arch/arm/mach-mvebu/arm64-common.c  |  66 +--
 board/solidrun/clearfog/clearfog.c  |   4 +
 configs/clearfog_defconfig  |  10 +-
 configs/mvebu_db-88f3720_defconfig  |   5 +
 configs/mvebu_db-88f7040-nand_defconfig |   8 +-
 configs/mvebu_db-88f7040_defconfig  |   1 +
 configs/mvebu_db-88f8040_defconfig  |   1 +
 configs/mvebu_mcbin-88f8040_defconfig   |   1 +
 drivers/pinctrl/Makefile|   2 +-
 drivers/pinctrl/mvebu/Kconfig   |  18 +-
 drivers/pinctrl/mvebu/Makefile  |   3 +-
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 631 
 include/configs/clearfog.h  |  48 ++-
 tools/kwbimage.c|  93 ++--
 17 files changed, 851 insertions(+), 129 deletions(-)
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-05-09 Thread Tom Rini
On Tue, May 09, 2017 at 04:45:55PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first batch of Marvell related patches
> in this merge window.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 
> -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to e38f5fc8d80d946b401ba0e9ba0fcb52d6e7e74b:
> 
>   ARM: mvebu: switch db-88f6820-amc to DM for i2c (2017-05-09 13:38:18 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-05-09 Thread Stefan Roese
Hi Tom,

please pull the first batch of Marvell related patches
in this merge window.

Thanks,
Stefan

The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:

  Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 
-0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to e38f5fc8d80d946b401ba0e9ba0fcb52d6e7e74b:

  ARM: mvebu: switch db-88f6820-amc to DM for i2c (2017-05-09 13:38:18 +0200)


Chris Packham (1):
  ARM: mvebu: switch db-88f6820-amc to DM for i2c

Igal Liberman (5):
  fix: phy: marvell: cp110: sata: update analog parameters according to 
latest ETP
  phy: marvell: cp110: add 5G XFI mode
  fix: phy: marvell: cp110: sfi: update analog parameters according to 
latest ETP
  fix: phy: marvell: cp110: rename comphy_index to cp_index
  fix: phy: marvell: cp110: pcie: update analog parameters according to 
latest ETP

Konstantin Porotchkin (9):
  fix: mvebu: pcie_dw: Allow probing empty PCIe slots
  mvebu: dts: a80x0: Sync the DB DTS with standard config A
  arm64: mvebu: Trigger PCI devices scan at early init stage
  arm64: mvebu: a8k: Add support for NAND clock get
  arm64: a8k: dts: Add support for NAND devices on A8K platform
  arm64: mvebu: a8k: Add NAND configuration parameters
  fix: mvebu_ comphy: Update COMPHY sequence number
  fix: nand: pxa3xx: Remove hardcode values from the driver
  arm64: mvebu: Fix the bubt comamnd NAND device support

Stefan Roese (9):
  net: mvpp2: Add remove function that is called before the OS is started
  phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI
  phy: marvell: cp110: add support for end point configuration
  phy: marvell: cp110: update utmi phy connection type
  phy: marvell: add IGNORE COMPHY type
  fix: phy: marvell: cp110: fix the KR/SFI line 4 selector
  fix: phy: marvell: cp110: update comphy selector option
  fix: phy: marvell: cp110: fix comphy lane 4 selection options
  phy: marvell: print comphy status even when it's disconnected

Uwe Kleine-König (1):
  arm: mvebu: Minor fixes in the AXP / A38x SERDES code

 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/armada-385-amc.dts|   3 +
 arch/arm/dts/armada-7040-db-nand.dts   | 223 ++
 arch/arm/dts/armada-7040-db.dts|   3 +-
 arch/arm/dts/armada-8040-db.dts| 222 +-
 arch/arm/dts/armada-8040-mcbin.dts |  14 +-
 arch/arm/dts/armada-cp110-master.dtsi  |  18 +-
 arch/arm/dts/armada-cp110-slave.dtsi   |   2 +-
 arch/arm/mach-mvebu/arm64-common.c |   6 +
 arch/arm/mach-mvebu/armada8k/cpu.c |  18 +
 .../serdes/a38x/high_speed_env_spec-38x.c  |   2 -
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |   4 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   6 +-
 .../mach-mvebu/serdes/axp/high_speed_env_spec.c|   1 -
 cmd/mvebu/bubt.c   |  13 +-
 configs/db-88f6820-amc_defconfig   |   2 +
 configs/mvebu_db-88f7040-nand_defconfig|  72 
 drivers/mtd/nand/pxa3xx_nand.c |  62 ++-
 drivers/net/mvpp2.c|  24 ++
 drivers/pci/pcie_dw_mvebu.c|  10 +-
 drivers/phy/marvell/comphy.h   |   3 +-
 drivers/phy/marvell/comphy_core.c  |  16 +-
 drivers/phy/marvell/comphy_cp110.c | 449 ++---
 drivers/phy/marvell/comphy_hpipe.h | 277 -
 drivers/phy/marvell/comphy_mux.c   |   7 +
 include/configs/db-88f6820-amc.h   |   7 -
 include/configs/mvebu_armada-8k.h  |  11 +
 include/dt-bindings/comphy/comphy_data.h   |  20 +-
 28 files changed, 1247 insertions(+), 249 deletions(-)
 create mode 100644 arch/arm/dts/armada-7040-db-nand.dts
 create mode 100644 configs/mvebu_db-88f7040-nand_defconfig
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-marvell/master

2017-04-04 Thread Tom Rini
On Wed, Mar 29, 2017 at 11:24:23AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the Marvell mvpp2 patches with the ethernet
> support for the ARMv8 Armada 7k/8k platforms. The
> ethernet patches are all acked by Joe and he is okay with
> me pushing them via the Marvell tree.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 1c694102a56895b7aea636f026955cc5d7ee340d:
> 
>   arc: use timer driver for ARC boards (2017-03-29 07:38:11 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 941f7a4b2606ef468f4f3b763261b758eadee861:
> 
>   arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig 
> (2017-03-29 07:44:50 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] Please pull u-boot-marvell/master

2017-03-29 Thread Stefan Roese
Hi Tom,

please pull the Marvell mvpp2 patches with the ethernet
support for the ARMv8 Armada 7k/8k platforms. The
ethernet patches are all acked by Joe and he is okay with
me pushing them via the Marvell tree.

Thanks,
Stefan

The following changes since commit 1c694102a56895b7aea636f026955cc5d7ee340d:

  arc: use timer driver for ARC boards (2017-03-29 07:38:11 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 941f7a4b2606ef468f4f3b763261b758eadee861:

  arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig 
(2017-03-29 07:44:50 +0200)


Stefan Roese (21):
  bitops.h: Include bitsperlong.h as needed for GENMASK_ULL
  net: mvpp2: Round up top tx buffer boundaries for dcache ops
  net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
  net: mvpp2: Add MDIO support for PPv2.2
  net: mvpp2: Move probe function from MISC to ETH DM driver
  net: mvpp2.c: Clear all buffer / descriptor areas before usage
  net: mvpp2: Enable compilation for Armada 7K/8K platforms
  arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver
  net: mvpp2: Handle eth device naming in multi-CP case correctly
  net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
  net: include/phy.h: Add new PHY interface modes
  net: mvpp2: Restructure probe / init functions
  net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
  net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
  net: mvpp2: Add GoP and NetC support for port 0 (SFI)
  net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
  net: mvpp2: Enable PHY polling mode on PPv2.2
  net: mvpp2: Configure SMI PHY address needed for PHY polling
  net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
  arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G
  arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig

Thomas Petazzoni (23):
  net: mvpp2: simplify mvpp2_bm_bufs_add()
  net: mvpp2: remove unused register definitions
  net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
  net: mvpp2: simplify MVPP2_PRS_RI_* definitions
  net: mvpp2: enable building on 64-bit platforms
  net: mvpp2: use "dma" instead of "phys" where appropriate
  net: mvpp2: remove support for buffer header
  net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
  net: mvpp2: add and use accessors for TX/RX descriptors
  net: mvpp2: add hw_version field in "struct mvpp2"
  net: mvpp2: introduce an intermediate union for the TX/RX descriptors
  net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
  net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
  net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
  net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
  net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
  net: mvpp2: handle register mapping and access for PPv2.2
  net: mvpp2: handle misc PPv2.1/PPv2.2 differences
  net: mvpp2: add AXI bridge initialization for PPv2.2
  net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
  net: mvpp2: adapt rxq distribution to PPv2.2
  net: mvpp2: finally add the PPv2.2 compatible string
  arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K

 arch/arm/dts/armada-7040-db.dts   |   27 +-
 arch/arm/dts/armada-8040-db.dts   |   16 +
 arch/arm/dts/armada-cp110-master.dtsi |   37 +
 arch/arm/dts/armada-cp110-slave.dtsi  |   37 +
 configs/mvebu_db-88f7040_defconfig|3 +-
 configs/mvebu_db-88f8040_defconfig|3 +-
 drivers/net/Kconfig   |6 +-
 drivers/net/mvpp2.c   | 2059 +++--
 include/configs/mvebu_armada-8k.h |8 +
 include/linux/bitops.h|1 +
 include/phy.h |6 +
 11 files changed, 1867 insertions(+), 336 deletions(-)
[stefan@stefan-work u-boot-marvell (master)]$ 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


  1   2   >