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

2015-02-06 Thread Luka Perkov
Hi Tom,

this series contains the last bits of pending kirkwood/mvebu patches that I'm
aware of. The changes from Gerald are minimal and I've merged Stefan's series
which have reached v3 on the list.

The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 13:30:00 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 68102b81e8fb699087ec5757a75676c6c65af3fd:

  arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support 
(2015-02-06 17:25:08 +0100)


DrEagle (3):
  kirkwood: sheevaplug: fix style
  kirkwood: sheevaplug: fix multiple defines
  kirkwood: sheevaplug: add FDT support

Stefan Roese (11):
  arm: armada-xp: Change built target to include the SPL binary as bin_hdr
  arm: mvebu: Placeholder bin_hdr file can now be removed
  arm: maxbcm: Enable SPL to include DDR training code into U-Boot
  arm: db-mv784mp-gp: Enable SPL to include DDR training code into U-Boot
  Makefile: Add another kwb build target used on Marvell Armada-XP (AXP)
  tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS
  scripts/Makefile.spl: Add MVEBU DDR code to SPL
  arm: armada-xp: Add SPL support used to include the DDR training code
  arm: mvebu: Add Serdes PHY config code
  arm: mvebu: drivers/ddr: Add DDR3 driver with training code from Marvell 
bin_hdr
  arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR 
support

 Makefile   |6 +
 arch/arm/Kconfig   |2 +
 arch/arm/cpu/armv7/armada-xp/Makefile  |2 +
 arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S|   62 +
 arch/arm/cpu/armv7/armada-xp/spl.c |   38 +
 arch/arm/include/asm/arch-armada-xp/config.h   |4 +
 arch/arm/include/asm/arch-armada-xp/cpu.h  |   16 +
 arch/arm/mvebu-common/Makefile |2 +
 arch/arm/mvebu-common/serdes/Makefile  |6 +
 arch/arm/mvebu-common/serdes/board_env_spec.h  |  262 
 arch/arm/mvebu-common/serdes/high_speed_env_lib.c  | 1572 +++
 arch/arm/mvebu-common/serdes/high_speed_env_spec.c |  185 +++
 arch/arm/mvebu-common/serdes/high_speed_env_spec.h |   87 ++
 arch/arm/mvebu-common/u-boot-spl.lds   |   57 +
 board/Marvell/db-mv784mp-gp/binary.0   |   17 -
 board/Marvell/db-mv784mp-gp/kwbimage.cfg   |2 +-
 board/maxbcm/binary.0  |   17 -
 board/maxbcm/kwbimage.cfg  |2 +-
 board/maxbcm/maxbcm.c  |   85 +-
 configs/db-mv784mp-gp_defconfig|5 +-
 configs/maxbcm_defconfig   |5 +-
 drivers/ddr/mvebu/Makefile |   14 +
 drivers/ddr/mvebu/ddr3_axp.h   |  510 +++
 drivers/ddr/mvebu/ddr3_axp_config.h|  146 ++
 drivers/ddr/mvebu/ddr3_axp_mc_static.h |  284 
 drivers/ddr/mvebu/ddr3_axp_training_static.h   |  770 ++
 drivers/ddr/mvebu/ddr3_axp_vars.h  |  226 +++
 drivers/ddr/mvebu/ddr3_dfs.c   | 1552 +++
 drivers/ddr/mvebu/ddr3_dqs.c   | 1374 +
 drivers/ddr/mvebu/ddr3_hw_training.c   | 1115 ++
 drivers/ddr/mvebu/ddr3_hw_training.h   |  392 +
 drivers/ddr/mvebu/ddr3_init.c  | 1219 +++
 drivers/ddr/mvebu/ddr3_init.h  |  143 ++
 drivers/ddr/mvebu/ddr3_patterns_64bit.h|  924 
 drivers/ddr/mvebu/ddr3_pbs.c   | 1592 
 drivers/ddr/mvebu/ddr3_read_leveling.c | 1214 +++
 drivers/ddr/mvebu/ddr3_sdram.c |  669 
 drivers/ddr/mvebu/ddr3_spd.c   | 1300 
 drivers/ddr/mvebu/ddr3_write_leveling.c| 1366 +
 drivers/ddr/mvebu/xor.c|  436 ++
 drivers/ddr/mvebu/xor.h|   70 +
 drivers/ddr/mvebu/xor_regs.h   |  103 ++
 include/configs/db-mv784mp-gp.h|   49 +
 include/configs/maxbcm.h   |   49 +
 include/configs/sheevaplug.h   |7 +-
 scripts/Makefile.spl   |1 +
 tools/kwbimage.c   |   11 +
 47 files changed, 17925 insertions(+), 45 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S
 create mode 100644 arch/arm/cpu/armv7/armada-xp/spl.c
 create mode 100644 arch/arm/mvebu-common/serdes/Makefile
 create mode 100644 arch/arm/mvebu-commo

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

2015-02-16 Thread Luka Perkov
Hi Tom,

this series contains kirkwood patches from Michael. Please pull them
when you find the time.

The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:

  sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 43730ba72c176ffc4d9858249475f458203d9757:

  lsxl: add a README file (2015-02-16 11:44:59 +0100)


Michael Walle (4):
  lsxl: use default load addresses for legacy boot
  lsxl: place the dtb below the inital ramdisk
  lsxl: switch from bootm to bootz for boot commands
  lsxl: add a README file

 board/buffalo/lsxl/README | 139 ++
 include/configs/lsxl.h|  42 --
 2 files changed, 164 insertions(+), 17 deletions(-)
 create mode 100644 board/buffalo/lsxl/README

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-04-11 Thread Luka Perkov
Hi Tom,

this series contains one fix from Stefan.

The following changes since commit c175f306b3f8885965f63ff6c71df5c0f899b4c9:

  Merge git://git.denx.de/u-boot-arc (2015-04-10 12:39:13 -0400)

are available in the git repository at:

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

for you to fetch changes up to 4adb46a3144248b2d8b8a68684bee648815c4ada:

  arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret (2015-04-11 
11:49:00 +0200)


Stefan Roese (1):
  arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret

 arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-05 Thread Luka Perkov
Hi Tom,

please pull from marvell/master. The changes include Stefan's Armada 38x
series which reached v3 on the mailing list and two more Marvell Armada
related fixes.

The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:

  Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
06:46:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2083db7a75792d317a8e726e8be72abea8941d03:

  arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets 
(2015-05-05 14:32:05 +0200)


Stefan Roese (15):
  arm: armada-xp: Move SoC sources to mach-mvebu
  arm: armada-xp: Move SoC headers to mach-mvebu/include/mach
  arm: mvebu: Move mvebu-common into mach-mvebu
  arm: mvebu: Change header macros from ARMADA_XP to MVEBU
  arm: mvebu: Remove unreferenced define
  arm: mvebu: Only define MV88F78X60 for Armada XP
  arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header
  arm: mvebu: Add basic Armada 38x support
  arm: mvebu: Change network init code to allow a more flexible setup
  arm: mvebu: Remove coherency configuration
  arm: mvebu: mv-common.h: Add CONFIG_PREBOOT
  arm: mvebu: Add d-cache invalidate before enabling the d-cache
  arm: mvebu: Add Armada A38x DB-88F6820-GP board support
  arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
  arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets

 arch/arm/Kconfig   |   6 ++
 arch/arm/Makefile  |   5 +-
 arch/arm/cpu/armv7/Makefile|   1 -
 arch/arm/cpu/armv7/armada-xp/Makefile  |   9 --
 arch/arm/mach-mvebu/Makefile   |  24 +
 arch/arm/{cpu/armv7/armada-xp => mach-mvebu}/cpu.c |  96 +++
 arch/arm/{mvebu-common => mach-mvebu}/dram.c   |   0
 arch/arm/{mvebu-common => mach-mvebu}/gpio.c   |   0
 .../include/mach}/config.h |  17 ++--
 .../include/mach}/cpu.h|  13 ++-
 .../include/mach}/soc.h|  20 ++--
 .../armv7/armada-xp => mach-mvebu}/lowlevel_spl.S  |   0
 arch/arm/{mvebu-common => mach-mvebu}/mbus.c   |   3 -
 .../{mvebu-common => mach-mvebu}/serdes/Makefile   |   0
 .../serdes/board_env_spec.h|   0
 .../serdes/high_speed_env_lib.c|   0
 .../serdes/high_speed_env_spec.c   |   0
 .../serdes/high_speed_env_spec.h   |   0
 arch/arm/{cpu/armv7/armada-xp => mach-mvebu}/spl.c |   0
 arch/arm/{mvebu-common => mach-mvebu}/timer.c  |   0
 .../{mvebu-common => mach-mvebu}/u-boot-spl.lds|   0
 board/Marvell/db-88f6820-gp/Kconfig|  15 +++
 board/Marvell/db-88f6820-gp/Makefile   |   7 ++
 board/Marvell/db-88f6820-gp/binary.0   |  16 
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c| 103 +
 board/Marvell/db-88f6820-gp/kwbimage.cfg   |  12 +++
 board/Marvell/db-mv784mp-gp/Kconfig|   2 +-
 board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c|   3 +-
 board/maxbcm/Kconfig   |   2 +-
 board/maxbcm/maxbcm.c  |   2 +-
 configs/db-88f6820-gp_defconfig|   2 +
 drivers/ddr/mvebu/ddr3_axp.h   |   2 +-
 include/configs/db-88f6820-gp.h|  72 ++
 include/configs/db-mv784mp-gp.h|   3 +-
 include/configs/maxbcm.h   |   3 +-
 include/configs/mv-common.h|   1 +
 36 files changed, 379 insertions(+), 60 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/armada-xp/Makefile
 create mode 100644 arch/arm/mach-mvebu/Makefile
 rename arch/arm/{cpu/armv7/armada-xp => mach-mvebu}/cpu.c (71%)
 rename arch/arm/{mvebu-common => mach-mvebu}/dram.c (100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/gpio.c (100%)
 rename arch/arm/{include/asm/arch-armada-xp => 
mach-mvebu/include/mach}/config.h (86%)
 rename arch/arm/{include/asm/arch-armada-xp => mach-mvebu/include/mach}/cpu.h 
(93%)
 rename arch/arm/{include/asm/arch-armada-xp => mach-mvebu/include/mach}/soc.h 
(81%)
 rename arch/arm/{cpu/armv7/armada-xp => mach-mvebu}/lowlevel_spl.S (100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/mbus.c (99%)
 rename arch/arm/{mvebu-common => mach-mvebu}/serdes/Makefile (100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/serdes/board_env_spec.h (100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/serdes/high_speed_env_lib.c (100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/serdes/high_speed_env_spec.c 
(100%)
 rename arch/arm/{mvebu-common => mach-mvebu}/serdes/high_speed_env_spec.h 
(100%)
 rename arch/arm/{cpu/armv7/armada-xp => mach-mvebu}/spl.c (100%)
 rename arch/arm

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

2015-03-05 Thread Luka Perkov
Hi Tom,

this series contains small kirkwood/marvell fixes. Please pull when you
find the time.

The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8:

  arm, da8xx: convert ipam390 board to generic board support (2015-03-05 
10:08:13 -0500)

are available in the git repository at:

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

for you to fetch changes up to dbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816:

  dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb (2015-03-05 22:09:00 
+0100)


Ajay Bhargav (2):
  arm: gplugd: convert to generic board
  arm: aspenite: convert to generic board

Chris Packham (1):
  kwbimage: align v1 binary header to 4B

Ian Campbell (2):
  dreamplug: switch to GENERIC_BOARD
  dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb

 include/configs/aspenite.h  | 5 +
 include/configs/dreamplug.h | 4 
 include/configs/gplugd.h| 5 +
 tools/kwbimage.c| 1 +
 4 files changed, 15 insertions(+)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-01-25 Thread Luka Perkov
Hi Albert,

this series contains pending kirkwood patches that have been posted on
the mailing list for some time now.


The following changes since commit 37b608a52dcb13312a4f7ccea199cd6bac76d298:

  powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200 
(2015-01-23 16:56:09 -0500)

are available in the git repository at:

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

for you to fetch changes up to 361b3d8613f57e137a9048ef69e58e9bcaf51b78:

  marvell: kirkwood: guruplug refresh for newer kernel (2015-01-26 00:25:29 
+0100)


Gerald Kerma (1):
  marvell: kirkwood: guruplug refresh for newer kernel

Luka Perkov (9):
  cosmetic: kirkwood: style fixes in kwbimage.cfg files
  kirkwood: define empty CONFIG_MVGBE_PORTS by default
  ARM: kirkwood: fix cpu info for 6282 device id
  kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define
  kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD define
  kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define
  kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD define
  kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD define
  kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define

 arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 11 +++--
 board/iomega/iconnect/kwbimage.cfg|  4 +-
 board/raidsonic/ib62x0/kwbimage.cfg   | 22 -
 drivers/net/mvgbe.c   |  4 ++
 include/configs/dockstar.h|  2 +
 include/configs/goflexhome.h  |  2 +
 include/configs/guruplug.h| 84 ---
 include/configs/ib62x0.h  |  2 +
 include/configs/iconnect.h|  2 +
 include/configs/pogo_e02.h|  2 +
 include/configs/sheevaplug.h  |  2 +
 11 files changed, 104 insertions(+), 33 deletions(-)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-09-30 Thread Luka Perkov
Hi Tom,

can you please pull these three commits containing two mvebu related
fixes and one handy kwboot tool feature?

The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:

  Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to e29f1db3dd96901fb54d8faefed8cd2987704b68:

  tools: kwboot: Add support for UART boot mode patching for Armada XP/38x 
(2015-10-01 02:02:06 +0200)


Stefan Roese (3):
  arm: mvebu: Fix internal register config on A38x
  arm: mvebu: timer.c: Explicitly move "init_done" var to data section
  tools: kwboot: Add support for UART boot mode patching for Armada XP/38x

 arch/arm/mach-mvebu/cpu.c   |  36 +++-
 arch/arm/mach-mvebu/timer.c |   2 +-
 tools/kwbimage.c|  94 ---
 tools/kwbimage.h| 133 
 tools/kwboot.c  |  37 
 5 files changed, 148 insertions(+), 154 deletions(-)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-20 Thread Luka Perkov
Hi Tom,

can you please pull various mvebu enhancements from Stefan?

The following changes since commit 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d:

  Prepare v2015.10 (2015-10-19 19:59:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5b37212a3d78f546b5ef3f97a75155b3a0fd88cb:

  mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows (2015-10-21 02:25:02 
+0200)


Stefan Roese (12):
  arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
  arm: mvebu: Add option to use UART xmodem protocol via kwboot
  arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL
  dm: core: Enable optional use of fdt_translate_address()
  kwbimage: Align payload size to 4 bytes
  arm: mvebu: Do not call board_init_r() from board_init_f()
  arm: mvebu: Add basic Armada XP / 38x dtsi/dts files
  arm: mvebu: Add DM (driver model) support
  usb: ehci-marvell.c: Add DM support
  arm: mvebu: Enable DM_USB on AXP / A38x boards
  arm: mvebu: Enable DM_SERIAL on AXP / A38x boards
  mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows

 Makefile   |  14 +-
 arch/arm/Kconfig   |  20 +-
 arch/arm/dts/Makefile  |   5 +
 arch/arm/dts/armada-370-xp.dtsi| 333 ++
 arch/arm/dts/armada-380.dtsi   | 152 +
 arch/arm/dts/armada-385.dtsi   | 184 ++
 arch/arm/dts/armada-388-gp.dts | 413 +++
 arch/arm/dts/armada-388.dtsi   |  70 
 arch/arm/dts/armada-38x.dtsi   | 600 +
 arch/arm/dts/armada-xp-gp.dts  | 245 ++
 arch/arm/dts/armada-xp-mv78230.dtsi| 231 +
 arch/arm/dts/armada-xp-mv78260.dtsi| 333 ++
 arch/arm/dts/armada-xp-mv78460.dtsi| 371 
 arch/arm/dts/armada-xp.dtsi| 320 ++
 arch/arm/mach-mvebu/Kconfig|  31 ++
 arch/arm/mach-mvebu/cpu.c  |  31 +-
 arch/arm/mach-mvebu/include/mach/cpu.h |   2 +
 arch/arm/mach-mvebu/include/mach/soc.h |   2 +-
 arch/arm/mach-mvebu/lowlevel_spl.S |  16 +
 arch/arm/mach-mvebu/spl.c  |  26 +-
 board/Marvell/db-88f6820-gp/Kconfig|   3 -
 board/Marvell/db-mv784mp-gp/Kconfig|   3 -
 board/maxbcm/Kconfig   |   3 -
 configs/db-88f6820-gp_defconfig|   7 +
 configs/db-mv784mp-gp_defconfig|   7 +
 configs/maxbcm_defconfig   |   2 +
 drivers/core/Kconfig   |  30 ++
 drivers/core/device.c  |  20 ++
 drivers/mmc/mv_sdhci.c |  41 +++
 drivers/usb/host/Kconfig   |   7 +
 drivers/usb/host/ehci-marvell.c|  86 -
 include/configs/db-88f6820-gp.h|   6 +-
 include/configs/db-mv784mp-gp.h|   6 +-
 include/configs/maxbcm.h   |   2 +
 include/configs/mv-common.h|  10 +-
 tools/kwbimage.c   |   3 +
 36 files changed, 3570 insertions(+), 65 deletions(-)
 create mode 100644 arch/arm/dts/armada-370-xp.dtsi
 create mode 100644 arch/arm/dts/armada-380.dtsi
 create mode 100644 arch/arm/dts/armada-385.dtsi
 create mode 100644 arch/arm/dts/armada-388-gp.dts
 create mode 100644 arch/arm/dts/armada-388.dtsi
 create mode 100644 arch/arm/dts/armada-38x.dtsi
 create mode 100644 arch/arm/dts/armada-xp-gp.dts
 create mode 100644 arch/arm/dts/armada-xp-mv78230.dtsi
 create mode 100644 arch/arm/dts/armada-xp-mv78260.dtsi
 create mode 100644 arch/arm/dts/armada-xp-mv78460.dtsi
 create mode 100644 arch/arm/dts/armada-xp.dtsi
 create mode 100644 arch/arm/mach-mvebu/Kconfig

Thanks,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-08-17 Thread Luka Perkov
Hi Tom,

pull containes patches from Stefan and Anton that have been posted on the
mailing list a while back. The newest feature is PCI support on mvebu.


The following changes since commit 58243001a9419d9d1671e32611b7d15f6ed64b3a:

  i2c: lpc32xx: fix write timeout (2015-08-17 08:11:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to ce2cb1d3ed92e91b24db516802be3688f7c28e26:

  arm: mvebu: db-88f6820-gp: Enable PCI support (2015-08-17 18:49:52 +0200)


Anton Schubert (2):
  arm: mvebu: add multiple usb-hostcontroller support for AXP
  pci: mvebu: Add PCIe driver

Stefan Roese (16):
  arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INIT
  arm: mvebu: sdram: Enable ECC support on Armada XP
  arm: mvebu: db-mv784mp-gp.h: Fix image creation - use correct offset
  arm: mvebu: Change MBUS base addresses and sizes
  arm: mvebu: Setup the MBUS bridge registers
  arm: mvebu: Flush caches and disable MMU only on A38x
  arm: mvebu: Disable MBUS error propagation
  arm: mvebu: Enable NAND controller on MVEBU SoC's
  arm: mvebu: Enable USB EHCI support on Armada XP
  arm: mvebu: db-mv785mp-gp: Add USB/EHCI support
  arm: mvebu: Display ECC enabled / disabled upon bootup
  arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiB
  arm: mvebu: dram.c: Rework dram_init() and dram_init_banksize()
  arm: mvebu: Add complete SDRAM ECC scrubbing
  arm: mvebu: db-mv784mp-gp: Enable PCI support
  arm: mvebu: db-88f6820-gp: Enable PCI support

 arch/arm/cpu/arm926ejs/armada100/dram.c |   2 -
 arch/arm/mach-mvebu/Makefile|   4 +
 arch/arm/mach-mvebu/cpu.c   | 103 +--
 arch/arm/mach-mvebu/dram.c  | 180 +++-
 arch/arm/mach-mvebu/include/mach/cpu.h  |  13 +-
 arch/arm/mach-mvebu/include/mach/soc.h  |  29 ++
 arch/arm/mach-mvebu/mbus.c  |  57 +++-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c |   9 +-
 board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c |   9 +-
 drivers/ddr/marvell/axp/ddr3_axp_config.h   |   2 +-
 drivers/ddr/marvell/axp/xor.c   |   3 +-
 drivers/ddr/marvell/axp/xor.h   |   1 +
 drivers/net/mvneta.c|   1 -
 drivers/pci/Makefile|   1 +
 drivers/pci/pci_mvebu.c | 423 
 drivers/usb/host/ehci-marvell.c |  28 +-
 include/configs/db-88f6820-gp.h |  15 +-
 include/configs/db-mv784mp-gp.h |  24 +-
 include/configs/maxbcm.h|   7 +-
 19 files changed, 855 insertions(+), 56 deletions(-)
 create mode 100644 drivers/pci/pci_mvebu.c

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-11-17 Thread Luka Perkov
Hi Tom,

can you please pull the collected work from Dirk, Kevin, Quentin, Stefan
and me on the mvebu and kirkwood SoC? Thank you!

The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:

  Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6a26748c5e5558073b72ff55de4dc3ea245d3726:

  arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS 
(2015-11-17 23:41:41 +0100)


Dirk Eibach (1):
  arm: mvebu: Fix SAR1_CPU_CORE_MASK

Kevin Smith (3):
  arm: mvebu: a38x: Remove unsupported topologies
  arm: mvebu: a38x: Add const to some function calls
  arm: mvebu: a38x: serdes specification cleanup

Luka Perkov (6):
  arm: kirkwood: ib62x0: drop CONFIG_MACH_TYPE
  arm: kirkwood: ib62x0: build u-boot.kwb
  arm: kirkwood: ib62x0: drop CONFIG_CMD_ENV define
  arm: kirkwood: ib62x0: make use of defconfig
  arm: kirkwood: ib62x0: drop dev CONFIG_OF_LIBFDT
  arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS

Quentin Armitage (7):
  arm: kirkwood: standardise the configuration
  arm: kirkwood: Remove duplicate definition of CONFIG_CMD_FAT
  arm: kirkwood: Move configuration of some commands to _defconfig files
  arm: kirkwood: Use common definition for filesystems
  arm: kirkwood: Align configuration files
  arm: kirkwood: Remove duplicate definition from dreamplug.h
  arm: kirkwood: Move common definitions into common file

Stefan Roese (1):
  tools/kwbimage.c: Fix generation of binary header

 arch/arm/mach-mvebu/serdes/a38x/Makefile   |1 -
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |   13 +-
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |2 +-
 .../serdes/a38x/high_speed_env_spec-38x.c  |1 -
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |  103 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |8 +-
 .../serdes/a38x/high_speed_topology_spec-38x.c | 1009 
 .../serdes/a38x/high_speed_topology_spec.h |  124 ---
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.c |1 -
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c  |  151 ---
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |2 -
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   17 +
 configs/dreamplug_defconfig|5 +
 configs/guruplug_defconfig |5 +
 configs/ib62x0_defconfig   |5 +
 configs/sheevaplug_defconfig   |5 +
 drivers/ddr/marvell/a38x/ddr3_a38x.h   |5 -
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h|7 +-
 drivers/ddr/marvell/a38x/ddr3_init.c   |   72 --
 include/configs/dreamplug.h|   34 +-
 include/configs/guruplug.h |   52 +-
 include/configs/ib62x0.h   |   30 +-
 include/configs/mv-plug-common.h   |   64 ++
 include/configs/sheevaplug.h   |   49 +-
 tools/kwbimage.c   |   12 +-
 25 files changed, 175 insertions(+), 1602 deletions(-)
 delete mode 100644 
arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec-38x.c
 delete mode 100644 arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec.h
 create mode 100644 include/configs/mv-plug-common.h

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-11-29 Thread Luka Perkov
Hi Tom,

please pull the queued changes below from Marvell tree. Additional work from
Stefan will be sent later on.

The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 
-0500)

are available in the git repository at:

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

for you to fetch changes up to f1df81c4008c8e0edbc1a2738cf2490b2f7be661:

  arm: kirkwood: add ZyXEL NSA310S device (2015-11-29 22:16:14 +0100)


Gerald Kerma (1):
  arm: kirkwood: add ZyXEL NSA310S device

Reinhard Pfau (2):
  tools/kwbimage: fix endianess issue
  tools/kwbimage: fix size computations for v1 images

Stefan Roese (2):
  arm: mvebu: Configure ARP timeout and retry count
  tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned

 arch/arm/mach-kirkwood/Kconfig|   4 +
 arch/arm/mach-mvebu/include/mach/config.h |   2 +
 board/zyxel/nsa310s/Kconfig   |  20 +
 board/zyxel/nsa310s/MAINTAINERS   |   8 ++
 board/zyxel/nsa310s/Makefile  |   9 ++
 board/zyxel/nsa310s/kwbimage.cfg  |  43 ++
 board/zyxel/nsa310s/nsa310s.c | 133 ++
 board/zyxel/nsa310s/nsa310s.h |  47 +++
 configs/nsa310s_defconfig |  13 +++
 include/configs/nsa310s.h |  99 ++
 tools/kwbimage.c  |  60 --
 tools/kwbimage.h  |   3 +-
 12 files changed, 417 insertions(+), 24 deletions(-)
 create mode 100644 board/zyxel/nsa310s/Kconfig
 create mode 100644 board/zyxel/nsa310s/MAINTAINERS
 create mode 100644 board/zyxel/nsa310s/Makefile
 create mode 100644 board/zyxel/nsa310s/kwbimage.cfg
 create mode 100644 board/zyxel/nsa310s/nsa310s.c
 create mode 100644 board/zyxel/nsa310s/nsa310s.h
 create mode 100644 configs/nsa310s_defconfig
 create mode 100644 include/configs/nsa310s.h

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-14 Thread Stefan Roese
Hi Tom,

please pull all the pending Marvell patches, mostly Armada
XP and 38x related.

Thanks,
Stefan

The following changes since commit d29892ba854f40980b84f86566cd0c2308c66afe:

  part_dos.c: Don't wrap to negative after 2G sectors (2016-01-13 16:33: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 f822d8578ba395d9af1cc315a2fb87b1eed3d355:

  MAINTAINERS: Update Marvell custodianship (2016-01-14 14:17:36 +0100)


Phil Sutter (10):
  drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
  README: Review the u-boot porting guide list
  axp: Fix debugging support in DDR3 write leveling
  drivers/pci/pci_mvebu: Fix for boards with X4 lanes
  mvebu: axp: refactor board_sat_r_get() and caller
  mvebu: Introduce kconfig symbols for SoC variants
  mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT
  mvebu: Add rudimental MV78230 support
  mvebu: Support Synology DS414
  mvebu: ds414: Implement Synology specific command set

Stefan Roese (34):
  arm: mvebu/kirkwood: Use common timer functions
  arm: mvebu: ddr: Fix compilation warning
  arm: mvebu: Add DM and OF_CONTROL support to SPL
  spi: kirkwood_spi.c: Prepare for driver model support
  spi: kirkwood_spi.c: Add driver model support
  arm: mvebu: Add SPI driver model support
  arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
  arm: mvebu: armada-388-gp.dts: Add ethernet aliases
  net: mvneta: Convert to driver model
  arm: mvebu: Move some defines to common include file
  arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
  arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support
  arm: mvebu: db-mv784mp-gp: Enable common file-system support
  arm: mvebu: db-mv784mp-gp: Enable cache command
  arm: mvebu: Enable L2 cache on Armada XP
  arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x
  arm: mvebu: Don't call arch_cpu_init() from SPL at all
  arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board
  arm: mvebu: Don't disable cache at startup on Armada XP at all
  arm: mvebu: Simplify code in setup_usb_phys() a bit
  arm: mvebu: Don't use 0 as board ID as its used for the custom boards
  arm: mvebu: Add support for MV78260
  arm: mvebu: Make ECC support configurable on Armada XP
  arm: mvebu: Don't include "netdev.h" in cpu.c
  arm: mvebu: Make serdes setup on Armada XP less noisy
  arm: mvebu: Print CPU and SDRAM frequency upon startup
  arm: mvebu: Consolidate board Kconfig options into one file
  arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
  arm: mvebu: Remove leftover Makefile
  arm: mvebu: Move SAR register defines into header
  arm: mvebu: Make local structs static const
  arm: mvebu: Add runtime boot-device detection
  arm: mvebu: Add runtime detection of UART (xmodem) boot-mode
  MAINTAINERS: Update Marvell custodianship

Tor Krill (1):
  sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP

 MAINTAINERS|4 +-
 Makefile   |   10 -
 README |   11 +-
 arch/arm/Kconfig   |9 +-
 arch/arm/Makefile  |2 +-
 arch/arm/dts/Makefile  |5 +-
 arch/arm/dts/armada-370-xp.dtsi|1 +
 arch/arm/dts/armada-388-clearfog.dts   |  509 ++
 arch/arm/dts/armada-388-gp.dts |9 +
 arch/arm/dts/armada-38x.dtsi   |2 +
 arch/arm/dts/armada-xp-gp.dts  |7 +
 arch/arm/dts/armada-xp-maxbcm.dts  |  249 +
 arch/arm/dts/armada-xp-synology-ds414.dts  |  337 +++
 arch/arm/dts/armada-xp.dtsi|1 +
 arch/arm/mach-kirkwood/include/mach/config.h   |5 +
 arch/arm/mach-mvebu/Kconfig|   63 +-
 arch/arm/mach-mvebu/Makefile   |8 +-
 arch/arm/mach-mvebu/cpu.c  |  207 ++--
 arch/arm/mach-mvebu/dram.c |   20 +-
 arch/arm/mach-mvebu/include/mach/config.h  |   26 +-
 arch/arm/mach-mvebu/include/mach/cpu.h |   10 +
 arch/arm/mach-mvebu/include/mach/soc.h |   63 +-
 arch/arm/mach-mvebu/lowlevel_spl.S |6 -
 arch/arm/mach-mvebu/mbus.c |2 +-
 arch/arm/mach-mvebu/serdes/axp/board_env_spec.h|4 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   88 +-
 arch/arm/mach-mvebu/spl.c  |   87 +-
 arch/arm/mach-mvebu/timer.c|  136 +--
 arch/arm/mach-mvebu/u-boot-spl.lds 

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

2015-06-14 Thread Luka Perkov
Hi Tom,

this series contains patches from Kevin and Stefan and it would be great if you
could pull them in this release.

The following changes since commit 64d16706a052553c85d2f8f4c741879a4e3e6116:

  Nokia RX-51: Fix calculating return address in save_boot_params (2015-06-12 
08:11:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1c0df9ef6ed03baf6fd325dac546290f80c7fd09:

  tools/kwboot: Add parameters to set delay and timeout via cmdline (2015-06-14 
17:48:28 +0200)


Kevin Smith (2):
  tools/kwbimage.c: Correct header size for SPI boot
  arm: mvebu: Update CBAR with SOC regs base

Stefan Roese (2):
  arm: mvebu: Disable L2 cache before enabling d-cache
  tools/kwboot: Add parameters to set delay and timeout via cmdline

 arch/arm/mach-mvebu/cpu.c | 15 +++
 tools/kwbimage.c  | 22 --
 tools/kwboot.c| 14 --
 3 files changed, 39 insertions(+), 12 deletions(-)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-06-28 Thread Luka Perkov
Hi Tom,

this series contains two patches from Kevin that I missed to include in last
pull request.

The following changes since commit ef0f2f57524ec85fb9058a23298f2c4995e0d950:

  Move defaults from config_cmd_default.h to Kconfig (2015-06-25 22:18:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3fd38af704f6d4da50fe7dbf9ff018e43b196fb4:

  db-88f6820-gp.h: Load data blobs into lower memory (2015-06-28 17:52:41 +0200)


Kevin Smith (2):
  mv-common.h: Include support for device trees
  db-88f6820-gp.h: Load data blobs into lower memory

 include/configs/db-88f6820-gp.h | 5 +
 include/configs/mv-common.h | 2 ++
 2 files changed, 7 insertions(+)

Thanks,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-03-14 Thread Luka Perkov
Hi Tom,

please pull these missed patches from Peter for which I should have sent
pull request a while back.

The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa:

  Prepare v2016.03 (2016-03-14 10:20:21 -0400)

are available in the git repository at:

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

for you to fetch changes up to a807369eded75b34f5184552dab00ff73e7ca3bc:

  ARM: sheevaplug: drop unneded 'usb start' from boot command (2016-03-14 
23:29:36 +0100)


Peter Korsgaard (3):
  ARM: sheevaplug: unbreak default environment
  ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping 
double mtdparts=
  ARM: sheevaplug: drop unneded 'usb start' from boot command

 include/configs/sheevaplug.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Thanks,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-07-10 Thread Luka Perkov
Hi Tom,

can you please pull this 10 patches from Stefan?

The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:

  net: designware: Program MAC address to hardware after soft reset (2015-07-08 
13:43:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to 59565736839108846d8dfa6782babfaefff6b58b:

  arm: mvebu: db-88f6820-gp: Add USB/EHCI support (2015-07-10 14:56:07 +0200)


Stefan Roese (10):
  arm: mvebu: db-88f6820-gp: Add MAINTAINERS file
  mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
  mmc: sdhci.c: Add config option to use a fixed buffer for transfers
  arm: mvebu: Add SDIO/SDHCI support for Armada A38x
  arm: mvebu: db-88f6820-gp: Add MMC/SDIO support
  block: ahci: Don't enable port interrupts
  arm: mvebu: Add SATA/SCSI (AHCI) support for Armada A38x
  arm: mvebu: db-88f6820-gp.h: Add SATA/SCSI (AHCI) support
  usb: Add EHCI support for Armada 38x (mvebu)
  arm: mvebu: db-88f6820-gp: Add USB/EHCI support

 arch/arm/mach-mvebu/cpu.c   | 66 +
 arch/arm/mach-mvebu/include/mach/cpu.h  |  2 +
 arch/arm/mach-mvebu/include/mach/gpio.h | 10 +
 arch/arm/mach-mvebu/include/mach/soc.h  |  3 ++
 board/Marvell/db-88f6820-gp/MAINTAINERS |  6 +++
 drivers/block/ahci.c|  3 --
 drivers/mmc/sdhci.c | 25 ++---
 drivers/usb/host/ehci-marvell.c | 36 ++
 include/configs/db-88f6820-gp.h | 41 
 9 files changed, 184 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-mvebu/include/mach/gpio.h
 create mode 100644 board/Marvell/db-88f6820-gp/MAINTAINERS

Thanks,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-07-22 Thread Luka Perkov
Hi Tom,

can you please pull the mvebu tree? This series contains mvebu DDR
training code and couple of bug fixes.

Thanks,
Luka

The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 
17:12:52 -0400)

are available in the git repository at:

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

for you to fetch changes up to 58048856126ebe932395abaffa8372b66f64d0e1:

  arm: mvebu: db-88f6820: Add SPL support with DDR init code (2015-07-23 
08:30:59 +0200)


Anton Schubert (1):
  arm: mvebu: add Armada XP SATA support

Stefan Roese (11):
  arm: mvebu: Call timer_init early before PHY and DDR init
  arm: mvebu: Use default reg base address for SPL on A38x
  arm: mvebu: spl.c: Add call to board_early_init_f()
  arm: mvebu: Disable MMU before changing register base address
  Makefile: Fix mvebu build target to use SPL load and exe-address
  arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new 
directory
  arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr
  arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
  arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr
  arm: mvebu: a38x: Use correct PEX register access macros
  arm: mvebu: db-88f6820: Add SPL support with DDR init code

 Makefile   |2 +-
 arch/arm/mach-mvebu/Makefile   |4 +-
 arch/arm/mach-mvebu/cpu.c  |   18 +
 arch/arm/mach-mvebu/include/mach/cpu.h |2 +-
 arch/arm/mach-mvebu/include/mach/soc.h |   11 +
 arch/arm/mach-mvebu/serdes/a38x/Makefile   |   10 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |  347 +++
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |   86 +
 .../serdes/a38x/high_speed_env_spec-38x.c  |  158 ++
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 2228 +
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |  251 ++
 .../serdes/a38x/high_speed_topology_spec-38x.c | 1009 
 .../serdes/a38x/high_speed_topology_spec.h |  124 +
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.c |  170 ++
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.h |   65 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c  |  388 +++
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |  371 +++
 arch/arm/mach-mvebu/serdes/{ => axp}/Makefile  |0
 .../mach-mvebu/serdes/{ => axp}/board_env_spec.h   |0
 .../serdes/{ => axp}/high_speed_env_lib.c  |0
 .../serdes/{ => axp}/high_speed_env_spec.c |0
 .../serdes/{ => axp}/high_speed_env_spec.h |2 +-
 arch/arm/mach-mvebu/spl.c  |9 +
 arch/arm/mach-mvebu/timer.c|7 +
 board/Marvell/db-88f6820-gp/README |   18 +
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   31 +
 board/Marvell/db-88f6820-gp/kwbimage.cfg   |2 +-
 board/maxbcm/maxbcm.c  |4 +-
 configs/db-88f6820-gp_defconfig|1 +
 drivers/block/mvsata_ide.c |   41 +
 drivers/ddr/marvell/a38x/Makefile  |   19 +
 drivers/ddr/marvell/a38x/ddr3_a38x.c   |  741 ++
 drivers/ddr/marvell/a38x/ddr3_a38x.h   |   98 +
 drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h |  226 ++
 drivers/ddr/marvell/a38x/ddr3_a38x_topology.h  |   22 +
 drivers/ddr/marvell/a38x/ddr3_a38x_training.c  |   40 +
 drivers/ddr/marvell/a38x/ddr3_debug.c  | 1551 
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c|  148 ++
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h|   49 +
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h|  467 
 drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h   |   17 +
 drivers/ddr/marvell/a38x/ddr3_init.c   |  852 +++
 drivers/ddr/marvell/a38x/ddr3_init.h   |  395 +++
 drivers/ddr/marvell/a38x/ddr3_logging_def.h|  101 +
 drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h |  924 +++
 drivers/ddr/marvell/a38x/ddr3_topology_def.h   |   76 +
 drivers/ddr/marvell/a38x/ddr3_training.c   | 2644 
 drivers/ddr/marvell/a38x/ddr3_training_bist.c  |  289 +++
 .../marvell/a38x/ddr3_training_centralization.c|  714 ++
 drivers/ddr/marvell/a38x/ddr3_training_db.c|  652 +
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |  686 +
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.h   |   14 +
 drivers/ddr/marvell/a38x/ddr3_training_ip.h|  180 ++
 drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h   |   54 +
 .../marvell/a38x/ddr3_training_ip_centralization.h |   15 +
 drivers/ddr/marvell/a38x/ddr3_training_ip_db.h |   34 +
 drivers/ddr/marvell

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

2015-07-24 Thread Luka Perkov
Hi Tom,

can you please pull this batch from Stefan as well?

This pull request does not contain patches that are still under review.
Pull request for those will be sent another time.

The following changes since commit 413978d118bb7d7b0a8488d97d802f2899cd81ce:

  Merge git://git.denx.de/u-boot-uniphier (2015-07-23 11:46:05 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5a9749ee12bed44ca4dc7f2412b5a340db666954:

  arm: marvell: Increase MAXARGS to 32 (2015-07-24 09:48:07 +0200)


Stefan Roese (6):
  arm: mvebu: Add SPL SDIO/MMC boot support
  kwbimage: Add support for SDIO/MMC boot device selection
  kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS
  spl: spl_mmc: Add option to boot from a MMC partition with offset
  arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support
  arm: marvell: Increase MAXARGS to 32

 arch/arm/mach-mvebu/spl.c   | 13 -
 common/spl/spl_mmc.c|  5 +
 include/configs/db-88f6820-gp.h | 28 
 include/configs/mv-common.h |  2 +-
 tools/Makefile  |  4 ++--
 tools/kwbimage.c| 13 +++--
 6 files changed, 55 insertions(+), 10 deletions(-)

Regards,
Luka
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-26 Thread Stefan Roese

Hi Tom,

please pull the following patch.

Thanks,
Stefan

The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-01-26 
17:45:37 -0500)


are available in the git repository at:

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

for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445:

  arm: mvebu: Add support for the Armada XP theadorable board 
(2016-01-27 07:45:43 +0100)



Stefan Roese (1):
  arm: mvebu: Add support for the Armada XP theadorable board

 arch/arm/dts/Makefile  |   3 +-
 arch/arm/dts/armada-xp-theadorable.dts | 143 +++
 arch/arm/mach-mvebu/Kconfig|   6 ++
 board/theadorable/MAINTAINERS  |   7 ++
 board/theadorable/Makefile |   7 ++
 board/theadorable/kwbimage.cfg |  12 +++
 board/theadorable/theadorable.c| 171 
+

 configs/theadorable_debug_defconfig|  28 ++
 configs/theadorable_defconfig  |  26 +
 include/configs/theadorable.h  | 170 


 10 files changed, 572 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/armada-xp-theadorable.dts
 create mode 100644 board/theadorable/MAINTAINERS
 create mode 100644 board/theadorable/Makefile
 create mode 100644 board/theadorable/kwbimage.cfg
 create mode 100644 board/theadorable/theadorable.c
 create mode 100644 configs/theadorable_debug_defconfig
 create mode 100644 configs/theadorable_defconfig
 create mode 100644 include/configs/theadorable.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-03-23 Thread Stefan Roese
Hi Tom,

please pull the following Marvell patches mainly adding
support for some new boards, like the ARMv8 community
boards MACCHIATOBin and ESPRESSBin.

Thanks,
Stefan

The following changes since commit 5877d8f398de26617be6f1f57bc30c49e9f90ebb:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-03-21 14:10:15 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 60083261a1b33b492ddb5335c125f1223087068b:

  arm: mvebu: Add gdsys ControlCenter-Compact board (2017-03-23 15:48:28 +0100)


Dirk Eibach (1):
  arm: mvebu: Add gdsys ControlCenter-Compact board

Konstantin Porotchkin (17):
  arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
  arm64: mvebu: dts: Add i2c1 pin definitions to CPM
  mvebu: pcie: Add support for GPIO reset for PCIe device
  arm64: mvebu: Add default configuraton for MACCHIATOBin board
  mvebu: usb: xhci: Add VBUS regulator supply to the host driver
  arm64: mvebu: Rename the db-88f3720 to armada-37xx platform
  arm64: a37xx: Enable Marvell ETH PHY support
  arm64: a37xx: Enable bubt command support on A3720-DB
  arm64: a37xx: dts: Add pin control nodes to DT
  arm64: a37xx: Handle pin controls in early board init
  mvebu: neta: Add support for board init function
  mvebu: neta: a37xx: Add fixed link support to neta driver
  mvebu: a37xx: Add init for ESPRESSBin Topaz switch
  arm64: dts: Add device tree for ESPRESSOBin board
  arm64: mvebu: Add default config for ESPRESSOBin board
  arm64: a37xx: Disable DB configurations on ESPRESSOBin board
  arm64: a37xx: Remove DM_I2C_COMPAT from the board config

Rabeeh Khoury (1):
  arm64: mvebu: dts: Add DTS file for MACCHIATOBin board

Stefan Roese (3):
  arm: mvebu: AXP: Add possiblity to configure PEX detection pulse width
  arm: mvebu: theadorable: Add board-specific PEX detection pulse width
  arm: mvebu: theadorable: Add 'pcie' test command

mario@gdsys.cc (1):
  dm: Add callback to modify the device tree

 arch/arm/Kconfig   |   1 +
 arch/arm/dts/Makefile  |   5 +-
 arch/arm/dts/armada-3720-espressobin.dts   | 135 +
 arch/arm/dts/armada-37xx.dtsi  |  14 +
 arch/arm/dts/armada-38x-controlcenterdc.dts| 589 +
 arch/arm/dts/armada-7040.dtsi  |   1 +
 arch/arm/dts/armada-8040-mcbin.dts | 293 ++
 arch/arm/dts/armada-8040.dtsi  |   1 +
 arch/arm/dts/armada-ap806.dtsi |   8 +
 arch/arm/dts/armada-cp110-master.dtsi  |  22 +
 arch/arm/dts/armada-cp110-slave.dtsi   |  18 +
 arch/arm/mach-mvebu/Kconfig|  14 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |  31 ++
 .../MAINTAINERS|   4 +-
 .../Makefile   |   0
 board/Marvell/mvebu_armada-37xx/board.c| 258 +
 board/Marvell/mvebu_db-88f3720/board.c | 134 -
 board/gdsys/a38x/.gitignore|   1 +
 board/gdsys/a38x/Kconfig   |  36 ++
 board/gdsys/a38x/MAINTAINERS   |   7 +
 board/gdsys/a38x/Makefile  |  44 ++
 board/gdsys/a38x/controlcenterdc.c | 279 ++
 board/gdsys/a38x/dt_helpers.c  |  43 ++
 board/gdsys/a38x/dt_helpers.h  |  16 +
 board/gdsys/a38x/hre.c | 516 ++
 board/gdsys/a38x/hre.h |  38 ++
 board/gdsys/a38x/hydra.c   | 138 +
 board/gdsys/a38x/hydra.h   |  14 +
 board/gdsys/a38x/ihs_phys.c| 355 +
 board/gdsys/a38x/ihs_phys.h|   2 +
 board/gdsys/a38x/keyprogram.c  | 158 ++
 board/gdsys/a38x/keyprogram.h  |  14 +
 board/gdsys/a38x/kwbimage.cfg.in   |  12 +
 board/gdsys/a38x/spl.c |  21 +
 board/theadorable/theadorable.c|  48 ++
 common/board_f.c   |  10 +
 configs/controlcenterdc_defconfig  |  58 ++
 configs/mvebu_db-88f3720_defconfig |   6 +-
 configs/mvebu_espressobin-88f3720_defconfig|  66 +++
 configs/mvebu_mcbin-88f8040_defconfig  |  74 +++
 doc/device-tree-bindings/pci/armada8k-pcie.txt |  49 ++
 doc/device-tree-bindings/usb/marvell.xhci-usb.txt  |  28 +
 doc/driver-model/fdt-fixup.txt | 132 +
 drivers/net/mvneta.c   | 125 -
 drivers/pci/pcie_dw_mvebu.c|  20 +
 drivers/usb/host/Kconfig 

[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


[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


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

2017-02-17 Thread Stefan Roese
Hi Tom,

please pull the following fixes for MVEBU. Currently, I've not
planned to send anything else for the upcoming release.

Thanks,
Stefan


The following changes since commit 85d0bea153c76f4a3912b5683222885bfd37c769:

  Prepare v2017.03-rc2 (2017-02-13 11:47:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to 93f48779356ced7336a5045299b4920f01d6e599:

  tools: kwboot: don't adjust destaddr when patching the image (2017-02-17 
10:15:56 +0100)


Chris Packham (1):
  tools: kwboot: don't adjust destaddr when patching the image

Mario Six (1):
  tools: kwbimage: Fix unchecked return value and fd leak

 tools/kwbimage.c | 13 +++--
 tools/kwboot.c   |  8 
 2 files changed, 11 insertions(+), 10 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/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


[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


[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


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

2017-07-11 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


[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


[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


[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


[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


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


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

2016-05-30 Thread Stefan Roese
Hi Tom,

please pull the following patches from the Marvell git repository.
I've included 2 SPEAr patches there since we don't have a SPEAr
git repository. I hope this okay.

Thanks,
Stefan

The following changes since commit e4a94ce4ac77396b181663c0493c50bc2d5b9143:

  Merge git://git.denx.de/u-boot-dm (2016-05-27 20:34:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to e084fd922f7483d591c623823452fff7879c9d71:

  arm: spear: x600: Remove EFI support to reduce image size (2016-05-31 
07:48:40 +0200)


Peter Robinson (1):
  clearfog: add HUSH parser

Stefan Roese (2):
  arm: spear: x600: Add support for Micrel KSZ9031 PHY
  arm: spear: x600: Remove EFI support to reduce image size

 board/spear/x600/x600.c| 80 ++
 configs/clearfog_defconfig |  1 +
 configs/x600_defconfig |  1 +
 include/configs/x600.h |  2 ++
 4 files changed, 63 insertions(+), 21 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-20 Thread Stefan Roese
Hi Tom,

please pull those 2 patches.

Thanks,
Stefan

The following changes since commit 4b6e1fda107e5244e80ebc41865650ac2873dc88:

  Merge git://git.denx.de/u-boot-dm (2016-05-17 13:58:27 -0400)

are available in the git repository at:

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

for you to fetch changes up to fbaf42724f372ee3fb0d7cd83107f5bae416028f:

  arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK (2016-05-20 
11:08:16 +0200)


Marek Vasut (1):
  arm: mvebu: a38x: Weed out floating point use

Stefan Roese (1):
  arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK

 drivers/ddr/marvell/a38x/ddr3_init.c | 29 ++---
 include/configs/theadorable.h|  1 +
 2 files changed, 11 insertions(+), 19 deletions(-)



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


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

2016-08-25 Thread Stefan Roese
Hi Tom,

please pull the following MVEBU related patches, mostly small fixes.

Thank!

The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 
-0400)

are available in the git repository at:

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

for you to fetch changes up to bdf58c73ca406e31be49ad875969b2f9aacb9b65:

  tools: kwboot: patch destaddr only for SoCs with header version 1 (2016-08-26 
08:42:50 +0200)


Chris Packham (4):
  arm: mvebu: Add support for NAND interface on A-38x
  spl: Remove unused CONFIG_SPL_SPI_* definitions
  arm: mvebu: a38x: update serdes error handling
  arm: mvebu: a38x: typo fix cpabilities -> capbilities

Simon Baatz (1):
  tools: kwboot: patch destaddr only for SoCs with header version 1

 arch/arm/mach-mvebu/cpu.c  |  9 -
 arch/arm/mach-mvebu/include/mach/soc.h |  2 ++
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |  2 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 39 +++---
 include/configs/clearfog.h |  2 --
 include/configs/db-88f6720.h   |  2 --
 include/configs/db-88f6820-gp.h|  2 --
 include/configs/db-mv784mp-gp.h|  2 --
 include/configs/ds414.h|  2 --
 include/configs/maxbcm.h   |  2 --
 include/configs/theadorable.h  |  2 --
 tools/kwboot.c | 16 -
 12 files changed, 39 insertions(+), 43 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-24 Thread Stefan Roese
Hi Tom,

please pull the following MVEBU related patches, mostly dealing
with adding support for the Xenon SDHCI driver available on
the A7k/8k SoCs. I've collected the Reviewed-by from Jaehoon
for these mmc patches.

Thanks,
Stefan

The following changes since commit f2b0c007f84e582b7a101bd49db60cc8d75f5de4:

  travis-ci: Add swig and libpython-dev to the package list (2017-01-24 
10:35:57 -0500)

are available in the git repository at:

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

for you to fetch changes up to e559ef1ae80c1bde942ad9c62932de20e2b68cef:

  arm64: mvebu: Update bubt command MMC block device access (2017-01-25 
07:04:22 +0100)


Konstantin Porotchkin (1):
  arm64: mvebu: Update bubt command MMC block device access

Stefan Roese (9):
  mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
  mmc: sdhci: Add support for optional controller specific set_ios_post()
  mmc: Add Marvell Xenon SDHCI controller driver
  arm64: mvebu: Armada 3700: Add SDHCI device tree nodes
  arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodes
  arm64: mvebu: Enable SDHCI/MMC support for the db-88f3720
  arm64: mvebu: Armada 7k/8k: Add SDHCI device tree nodes
  arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes
  arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040

 arch/arm/dts/armada-3720-db.dts   |  21 ++
 arch/arm/dts/armada-37xx.dtsi |  16 ++
 arch/arm/dts/armada-7040-db.dts   |  14 +
 arch/arm/dts/armada-ap806.dtsi|   8 +
 arch/arm/dts/armada-cp110-master.dtsi |   8 +
 cmd/mvebu/bubt.c  |  25 +-
 configs/mvebu_db-88f3720_defconfig|   6 +-
 configs/mvebu_db-88f7040_defconfig|   5 +-
 configs/mvebu_db-88f8040_defconfig|   5 +-
 drivers/mmc/Kconfig   |  11 +
 drivers/mmc/Makefile  |   1 +
 drivers/mmc/sdhci.c   |  10 +-
 drivers/mmc/xenon_sdhci.c | 497 ++
 include/configs/mvebu_armada-8k.h |   3 +
 include/configs/mvebu_db-88f3720.h|   3 +
 include/sdhci.h   |   1 +
 16 files changed, 624 insertions(+), 10 deletions(-)
 create mode 100644 drivers/mmc/xenon_sdhci.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-01 Thread Stefan Roese
Hi Tom,

please pull the following patches from the Marvell U-Boot git
repository. Mostly patches from GDSYS (Mario) for the MVEBU
secure boot support which have been posted quite a while
ago. Some patches of this patch series still have some open
issues - thats why I've not included them.

Thanks,
Stefan

The following changes since commit 794c6e2c96c20f8fc62890a5e13cc71ab99a2e57:

  Prepare v2017.03-rc1 (2017-01-30 19:05:43 -0500)

are available in the git repository at:

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

for you to fetch changes up to a1b6b0a9c1f91756b93e6d804837dc178d79d39e:

  arm: mvebu: Implement secure boot (2017-02-01 09:04:18 +0100)


Dirk Eibach (2):
  pci: mvebu: Fix Armada 38x support
  net: phy: Support Marvell 88E1680

Mario Six (10):
  mvebu: Add board_pex_config()
  lib: tpm: Add command to flush resources
  tools: kwbimage: Fix dest addr
  tools: kwbimage: Fix style violations
  tools: kwbimage: Fix arithmetic with void pointers
  tools: kwbimage: Reduce scope of variables
  tools: kwbimage: Remove unused parameter
  tools: kwbimage: Factor out add_binary_header_v1
  tools: kwbimage: Refactor line parsing and fix error
  arm: mvebu: Implement secure boot

Reinhard Pfau (1):
  arm: mvebu: spl.c: Remove useless gd declaration

Stefan Roese (1):
  phy: comphy_a3700: Change SD/MMC compatible DT node to match the updates

 Makefile   |3 +-
 arch/arm/mach-mvebu/Kconfig|   35 +
 arch/arm/mach-mvebu/Makefile   |1 +
 arch/arm/mach-mvebu/efuse.c|  264 +++
 arch/arm/mach-mvebu/include/mach/cpu.h |2 +
 arch/arm/mach-mvebu/include/mach/efuse.h   |   69 ++
 arch/arm/mach-mvebu/include/mach/soc.h |1 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |8 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |2 +
 arch/arm/mach-mvebu/spl.c  |2 -
 board/gdsys/p1022/controlcenterd-id.c  |9 -
 cmd/tpm.c  |   70 ++
 doc/README.armada-secureboot   |  373 ++
 drivers/net/phy/marvell.c  |   54 ++
 drivers/pci/pci_mvebu.c|   25 +-
 drivers/phy/marvell/comphy_a3700.c |7 +-
 drivers/tpm/Kconfig|6 +
 include/tpm.h  |   45 ++
 lib/tpm.c  |   29 +
 tools/Makefile |6 +-
 tools/kwbimage.c   |  
 tools/kwbimage.h   |   37 +
 22 files changed, 1970 insertions(+), 189 deletions(-)
 create mode 100644 arch/arm/mach-mvebu/efuse.c
 create mode 100644 arch/arm/mach-mvebu/include/mach/efuse.h
 create mode 100644 doc/README.armada-secureboot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-24 Thread Stefan Roese
Hi Tom,

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

Thanks,
Stefan

The following changes since commit 8824cfc19a6e4ae23ca8006bb22b7b6f839b09a8:

  usb: ehci-generic: support reset control for generic EHCI (2016-09-23 
22:25: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 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:

  arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)


Chris Packham (3):
  arm: mvebu: create generic 88F6820 config option
  arm: mvebu: add DB-88F6820-AMC board
  arm: mvebu: NAND support for DB-88F6820-AMC

Stefan Roese (1):
  arm: mvebu: theadorable: Configure board for PCIe 2.0 capability

 arch/arm/dts/Makefile |   1 +
 arch/arm/dts/armada-385-amc.dts   | 163 ++
 arch/arm/mach-mvebu/Kconfig   |  13 +-
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c |   2 +-
 board/Marvell/db-88f6820-amc/MAINTAINERS  |   6 +
 board/Marvell/db-88f6820-amc/Makefile |   7 ++
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 129 
 board/Marvell/db-88f6820-amc/kwbimage.cfg |  12 ++
 board/theadorable/theadorable.c   |   6 +
 configs/db-88f6820-amc_defconfig  |  45 +++
 include/configs/db-88f6820-amc.h  | 127 
 11 files changed, 507 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/armada-385-amc.dts
 create mode 100644 board/Marvell/db-88f6820-amc/MAINTAINERS
 create mode 100644 board/Marvell/db-88f6820-amc/Makefile
 create mode 100644 board/Marvell/db-88f6820-amc/db-88f6820-amc.c
 create mode 100644 board/Marvell/db-88f6820-amc/kwbimage.cfg
 create mode 100644 configs/db-88f6820-amc_defconfig
 create mode 100644 include/configs/db-88f6820-amc.h

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


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

2016-09-27 Thread Stefan Roese
Hi Tom,

please pull the 2nd batch of Marvell MVEBU related patches. This
time the new ARM64 Armada 37xx and Armada 7k/8k support.

Thanks,
Stefan


The following changes since commit cbe7706ab8aab06c18edaa9b120371f9c8012728:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2016-09-26 17:10:56 -0400)

are available in the git repository at:

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

for you to fetch changes up to b28d29f784f5cc33c92e291d35eda603ea4e58e3:

  arm64: mvebu: armada-7040-db.dts: Add I2C and SPI aliases (2016-09-27 
17:29:54 +0200)


Stefan Roese (25):
  net: mvneta: Round up top tx buffer boundaries for dcache ops
  serial: Add serial_mvebu_a3700 for Armada 3700 SoC
  spi: Add driver for Marvell Armada 3700 SoC
  net: mvneta: Make driver 64bit safe
  net: mvneta: Add support for Armada 3700 SoC
  usb: xhci: Add Marvell MVEBU xHCI support
  usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)
  drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k
  arm64: mvebu: Armada 3700: Add Armada 37xx dts files
  arm64: mvebu: Armada 3700: Add SPI device tree nodes
  arm64: mvebu: Armada 3700: Add ethernet device tree nodes
  arm64: mvebu: Armada 3700: Add I2C device tree nodes
  arm64: mvebu: Armada 3700: Add COMPHY device tree nodes
  arm64: mvebu: Armada 3700: Add USB device tree nodes
  arm64: mvebu: Add support for the Marvell Armada 3700 SoC
  arm64: mvebu: Add Armada 3700 db-88f3720 development board support
  drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 7K/8K
  usb: xhci-mvebu: Add Armada 8K to compatiblity list
  ahci: Make ahci_port_base() non-static to enable overwrite
  arm64: mvebu: Armada 7K/8K: Add Armada 7K/8K dts files
  arm64: mvebu: Add basic support for the Marvell Armada 7K/8K SoC
  arm64: mvebu: Add Armada 7K db-88f7040 development board support
  arm64: mvebu: armada-ap806.dtsi: Add clock-frequency to UART DT node
  arm64: mvebu: Armada 7K/8K: Add COMPHY device tree nodes
  arm64: mvebu: armada-7040-db.dts: Add I2C and SPI aliases

 arch/arm/Kconfig   |8 +-
 arch/arm/dts/Makefile  |2 +
 arch/arm/dts/armada-371x.dtsi  |   53 +
 arch/arm/dts/armada-3720-db.dts|  123 ++
 arch/arm/dts/armada-372x.dtsi  |   62 +
 arch/arm/dts/armada-37xx.dtsi  |  189 +++
 arch/arm/dts/armada-7040-db.dts|  193 
 arch/arm/dts/armada-7040.dtsi  |   55 +
 arch/arm/dts/armada-ap806-quad.dtsi|   82 ++
 arch/arm/dts/armada-ap806.dtsi |  230 
 arch/arm/dts/armada-cp110-master.dtsi  |  256 +
 arch/arm/mach-mvebu/Kconfig|   44 +-
 arch/arm/mach-mvebu/Makefile   |   18 +-
 arch/arm/mach-mvebu/arm64-common.c |  124 ++
 arch/arm/mach-mvebu/armada3700/Makefile|7 +
 arch/arm/mach-mvebu/armada3700/cpu.c   |   81 ++
 arch/arm/mach-mvebu/armada8k/Makefile  |7 +
 arch/arm/mach-mvebu/armada8k/cpu.c |   64 ++
 arch/arm/mach-mvebu/include/mach/cpu.h |7 +
 arch/arm/mach-mvebu/include/mach/soc.h |4 +-
 arch/arm/mach-mvebu/sata.c |   54 +
 board/Marvell/mvebu_db-88f3720/MAINTAINERS |6 +
 board/Marvell/mvebu_db-88f3720/Makefile|7 +
 board/Marvell/mvebu_db-88f3720/board.c |  134 +++
 board/Marvell/mvebu_db-88f7040/MAINTAINERS |6 +
 board/Marvell/mvebu_db-88f7040/Makefile|7 +
 board/Marvell/mvebu_db-88f7040/board.c |  152 +++
 configs/mvebu_db-88f3720_defconfig |   49 +
 configs/mvebu_db-88f7040_defconfig |   47 +
 drivers/Kconfig|2 +
 drivers/Makefile   |1 +
 drivers/block/ahci.c   |2 +-
 drivers/net/mvneta.c   |   51 +-
 drivers/phy/marvell/Kconfig|9 +
 drivers/phy/marvell/Makefile   |8 +
 drivers/phy/marvell/comphy.h   |  153 +++
 drivers/phy/marvell/comphy_a3700.c |  962 
 drivers/phy/marvell/comphy_a3700.h |  275 +
 drivers/phy/marvell/comphy_core.c  |  200 
 drivers/phy/marvell/comphy_cp110.c | 1726 
 drivers/phy/marvell/comphy_hpipe.h |  420 +++
 drivers/phy/marvell/comphy_mux.c   |  118 ++
 drivers/phy/marvell/sata.h |   30 +
 drivers/phy/marvell/utmi_phy.h |   90 ++
 drivers/serial/Kconfig |   15 +
 drivers/serial/Makefile|1 +
 drivers/serial/serial_mvebu_a3700.c|  175 +++
 drivers/spi/Kconfig|7 +
 drivers/spi/Makefile   |1 +
 drivers/spi/mvebu_a3700_spi.c  |  295 +
 drivers/usb/host/Kconfig   |9 +
 drivers/usb/host/M

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

2016-10-09 Thread Stefan Roese
Hi Tom,

please pull the DS109 board support. Its an updated version - the
original patches have been sent to the list quite some time ago.

Thanks,
Stefan

The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 
09:33: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 1c653201d7de10b486266317200bfaa8bdb57700:

  arm: kirkwood: fix Synology board tag (2016-10-09 10:55:32 +0200)


Walter Schweizer (5):
  arm: kirkwood: add support for Synology DS109 board
  arm: kirkwood: ds109 board is maintained
  arm: kirkwood: fix kirkwood initial setup
  arm: kirkwood: fix output enable settings
  arm: kirkwood: fix Synology board tag

 arch/arm/mach-kirkwood/Kconfig|   4 +
 board/Synology/ds109/Kconfig  |  12 +++
 board/Synology/ds109/MAINTAINERS  |   6 ++
 board/Synology/ds109/Makefile |   9 ++
 board/Synology/ds109/ds109.c  | 176 ++
 board/Synology/ds109/ds109.h  |  44 ++
 board/Synology/ds109/kwbimage.cfg | 152 
 board/Synology/ds109/openocd.cfg  | 115 +
 configs/ds109_defconfig   |  16 
 include/configs/ds109.h   | 103 ++
 10 files changed, 637 insertions(+)
 create mode 100644 board/Synology/ds109/Kconfig
 create mode 100644 board/Synology/ds109/MAINTAINERS
 create mode 100644 board/Synology/ds109/Makefile
 create mode 100644 board/Synology/ds109/ds109.c
 create mode 100644 board/Synology/ds109/ds109.h
 create mode 100644 board/Synology/ds109/kwbimage.cfg
 create mode 100644 board/Synology/ds109/openocd.cfg
 create mode 100644 configs/ds109_defconfig
 create mode 100644 include/configs/ds109.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-03-24 Thread Stefan Roese
Hi Tom,

please pull the following patches from the marvell git
repository. I plan to send some other patches still under
review a bit later - perhaps in a week or. As I'm off in
Easter vacation starting tomorrow.

Thanks,
Stefan

The following changes since commit d085ecd61b9956cda0d37b89b5c538f54440fe58:

  ARM: uniphier: switch to raw U-Boot image (2016-03-24 01:45:41 +0900)

are available in the git repository at:

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

for you to fetch changes up to 7497a6a1f13eb86d68a936edecfd682bbad5752d:

  tools: kwboot: Add xmodem timeout option (2016-03-24 10:08:49 +0100)


Andreas Färber (1):
  arm: mvebu: db-88f6820: Drop obsolete binary.0 placeholder

Dirk Eibach (1):
  arm: mvebu: Fix ddr3_init() cpu config

Kevin Smith (2):
  tools: kwboot: Clean up usage text
  tools: kwboot: Add xmodem timeout option

Peter Korsgaard (1):
  ARM: sheevaplug: correct nand partition layout

Stefan Roese (5):
  gpio: Add DM GPIO driver for Marvell MVEBU
  fpga: altera: Add StratixV support
  arm: mvebu: Add some SPI CS attributes
  arm: mvebu: spi.h: Add registers for direct write access
  arm: mvebu: theadorable: Add StratixV FPGA programming support

 arch/arm/dts/armada-xp-theadorable.dts |  21 
 arch/arm/include/asm/arch-mvebu/spi.h  |   3 +
 arch/arm/mach-mvebu/include/mach/cpu.h |   3 +
 board/Marvell/db-88f6820-gp/binary.0   |  16 ---
 board/theadorable/Makefile |   1 +
 board/theadorable/fpga.c   | 179 +
 board/theadorable/theadorable.c|  13 +++
 board/theadorable/theadorable.h|  12 +++
 configs/theadorable_debug_defconfig|   3 +-
 configs/theadorable_defconfig  |   2 +-
 drivers/ddr/marvell/a38x/ddr3_init.c   |   2 -
 drivers/fpga/Makefile  |   1 +
 drivers/fpga/altera.c  |   3 +
 drivers/fpga/stratixv.c| 103 +++
 drivers/gpio/Kconfig   |   7 ++
 drivers/gpio/Makefile  |   1 +
 drivers/gpio/mvebu_gpio.c  | 119 ++
 include/altera.h   |  20 
 include/configs/sheevaplug.h   |   6 +-
 include/configs/theadorable.h  |   5 +
 tools/kwboot.c |  13 ++-
 21 files changed, 507 insertions(+), 26 deletions(-)
 delete mode 100644 board/Marvell/db-88f6820-gp/binary.0
 create mode 100644 board/theadorable/fpga.c
 create mode 100644 board/theadorable/theadorable.h
 create mode 100644 drivers/fpga/stratixv.c
 create mode 100644 drivers/gpio/mvebu_gpio.c

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


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

2016-04-04 Thread Stefan Roese
Hi Tom,

please pull the Armada 375 support from the Marvell U-Boot
git repository.

Thanks,
Stefan


The following changes since commit 563d8d93585035fa2a0b20190c1008eb625432c4:

  net: phy: Realtek RTL8211B/C PHY ID fix (2016-04-02 19:26: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 ebe7890321250352b812dbbf127a46ef58256d1c:

  arm: mvebu: Don't enable d-cache on A375 (2016-04-04 11:22:15 +0200)


Stefan Roese (6):
  spi: kirkwood_spi.c: Add compatible match ID for Armada 375
  net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
  dt-bindings: Add include/dt-bindings/phy/phy.h from Linux v4.4
  arm: mvebu: Add basic support for the Marvell Armada 375 SoC
  arm: mvebu: Add basic support for Armada 375 eval board db-88f6720
  arm: mvebu: Don't enable d-cache on A375

 arch/arm/Kconfig  |2 +-
 arch/arm/dts/Makefile |1 +
 arch/arm/dts/armada-375-db.dts|  216 ++
 arch/arm/dts/armada-375.dtsi  |  658 +
 arch/arm/mach-mvebu/Kconfig   |   12 +-
 arch/arm/mach-mvebu/Makefile  |1 +
 arch/arm/mach-mvebu/cpu.c |   75 +-
 arch/arm/mach-mvebu/include/mach/config.h |5 +-
 arch/arm/mach-mvebu/include/mach/cpu.h|5 +
 arch/arm/mach-mvebu/include/mach/soc.h|   19 +-
 arch/arm/mach-mvebu/spl.c |3 +
 board/Marvell/db-88f6720/MAINTAINERS  |6 +
 board/Marvell/db-88f6720/Makefile |7 +
 board/Marvell/db-88f6720/db-88f6720.c |   91 +
 board/Marvell/db-88f6720/kwbimage.cfg |   12 +
 configs/db-88f6720_defconfig  |   28 +
 drivers/net/Kconfig   |8 +
 drivers/net/Makefile  |1 +
 drivers/net/mvpp2.c   | 4190 +
 drivers/spi/kirkwood_spi.c|1 +
 include/configs/db-88f6720.h  |  120 +
 include/dt-bindings/phy/phy.h |   19 +
 include/net.h |2 +
 23 files changed, 5473 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/dts/armada-375-db.dts
 create mode 100644 arch/arm/dts/armada-375.dtsi
 create mode 100644 board/Marvell/db-88f6720/MAINTAINERS
 create mode 100644 board/Marvell/db-88f6720/Makefile
 create mode 100644 board/Marvell/db-88f6720/db-88f6720.c
 create mode 100644 board/Marvell/db-88f6720/kwbimage.cfg
 create mode 100644 configs/db-88f6720_defconfig
 create mode 100644 drivers/net/mvpp2.c
 create mode 100644 include/configs/db-88f6720.h
 create mode 100644 include/dt-bindings/phy/phy.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-06 Thread Stefan Roese
Hi Tom,

please pull those 2 Marvell related patches.

Thanks,
Stefan

The following changes since commit 4ed6ed3c27a069a00c8a557d606a05276cc4653e:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2016-04-04 
14:34:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 46a16bd895144617575c788d9c2554aeef76ac44:

  kirkwood_nand: claim MPP pins on the fly (2016-04-06 15:40:33 +0200)


Chris Packham (1):
  kirkwood_nand: claim MPP pins on the fly

Stefan Roese (1):
  spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU

 arch/arm/include/asm/arch-mvebu/spi.h | 17 -
 drivers/mtd/nand/kirkwood_nand.c  | 19 +++
 drivers/spi/kirkwood_spi.c| 14 ++
 3 files changed, 45 insertions(+), 5 deletions(-)

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


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

2016-04-12 Thread Stefan Roese
Hi Tom,

please pull the following small fixes and board-specific
changes:

The following changes since commit bbf8bef196ae52517284a0a2e2ffc94a4ff89f5f:

  Prepare v2016.05-rc1 (2016-04-11 22:22: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 aca84a214d70953505d56b7c9717d1a7c019902c:

  arm: mvebu: theadorable: Remove Board name output in checkboard (2016-04-12 
11:13:40 +0200)


Stefan Roese (7):
  gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()
  arm: mvebu: theadorable: Add USB power toggle and tweak USB PHY register
  arm: mvebu: theadorable: Add bootcounter support
  arm: mvebu: Add base address for 2nd I2C controller
  arm: mvebu: theadorable: Enable 2nd I2C controller
  arm: mvebu: theadorable: Add PEX-switch detection and reset code
  arm: mvebu: theadorable: Remove Board name output in checkboard

 arch/arm/mach-mvebu/include/mach/soc.h |   1 +
 board/theadorable/theadorable.c| 103 -
 drivers/gpio/mvebu_gpio.c  |   4 ++
 include/configs/theadorable.h  |  10 
 4 files changed, 116 insertions(+), 2 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-01 Thread Stefan Roese
Hi Tom,

please pull the first batch of mvebu / Marvell patches in this
merge window. I plan to send additional pull requests once some
of the other patches are clear.

Thanks,
Stefan

The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:

  ts4600: Disable CONFIG_DISPLAY_CPUINFO (2016-11-30 19:31:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2611c05e840033e4c4ab83115836d7657f5b316b:

  tools/kwbimage: add DEBUG option (2016-12-01 09:10:49 +0100)


Chris Packham (4):
  mvebu: db-88f6820-amc: Enable FIT support
  arm: mvebu: move SYS_MVEBU_PLL_CLOCK to Kconfig
  tools/kwbimage: add BAUDRATE option
  tools/kwbimage: add DEBUG option

 arch/arm/mach-mvebu/Kconfig|  6 +
 arch/arm/mach-mvebu/include/mach/soc.h |  3 ---
 configs/db-88f6820-amc_defconfig   |  2 ++
 tools/kwbimage.c   | 40 ++
 tools/kwbimage.h   | 16 --
 5 files changed, 62 insertions(+), 5 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-05 Thread Stefan Roese
Hi Tom,

please pull the following patches introducing the basic Armada-8k
support for MVEBU. If things go smooth I plan to push the
additional patches from Kosta for A7/8k in a few days.

Thanks,
Stefan


The following changes since commit 194eded14ccb40af18e1a9fb8ab85903ee0803ef:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-12-04 13:55:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to 5102af4d2f53ec8d76ce60d103c65ae062b9c8fe:

  sata: sata_mv: Fix misaligned cache warnings (2016-12-05 13:53:42 +0100)


Shadi Ammouri (1):
  pci: mvebu: Add PCIe driver for Armada-8K

Stefan Roese (15):
  arm64: mvebu: Rename db-88f7040 files to armada-8k
  arm64: mvebu: Add Armada-80x0 dts/dtsi files
  arm64: mvebu: armada-8k: Only configure xHCI power on DB-88F7040 board
  arm64: mvebu: Add slave CP area to the memory map
  arm64: mvebu: Add support for the DB-88F8040 Armada 8k devel board
  arm64: mvebu: armada-cp110-master.dtsi: Rename comphy DT node names
  arm64: mvebu: armada-cp110-slave.dtsi: Add COMPHY / UTMI device tree nodes
  arm64: mvebu: armada-8040-db.dts: Add COMPHY configuration
  arm64: mvebu: armada-8040-db.dts: Add I2C and SPI aliases
  arm64: mvebu: Init COMPHY from the slave-CP on the A8k
  drivers/phy: marvell: Add support for the slave CP COMPHY device
  arm64: mvebu: Add regions for PCI spaces to the memory map
  arm64: mvebu: Add PCI support to DB-88F8040 board
  arm64: mvebu: Restrict memory size to a usable maximum
  sata: sata_mv: Fix misaligned cache warnings

 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/armada-7040-db.dts|   6 +-
 arch/arm/dts/armada-8020.dtsi  |  56 +++
 arch/arm/dts/armada-8040-db.dts| 239 +
 arch/arm/dts/armada-8040.dtsi  |  56 +++
 arch/arm/dts/armada-cp110-master.dtsi  |   6 +-
 arch/arm/dts/armada-cp110-slave.dtsi   | 268 +++
 arch/arm/mach-mvebu/Kconfig|  10 +-
 arch/arm/mach-mvebu/arm64-common.c |  37 +-
 arch/arm/mach-mvebu/armada8k/cpu.c |  18 +-
 board/Marvell/mvebu_armada-8k/MAINTAINERS  |   7 +
 .../{mvebu_db-88f7040 => mvebu_armada-8k}/Makefile |   0
 board/Marvell/mvebu_armada-8k/board.c  | 162 +++
 board/Marvell/mvebu_db-88f7040/MAINTAINERS |   6 -
 board/Marvell/mvebu_db-88f7040/board.c | 152 --
 configs/mvebu_db-88f7040_defconfig |   4 +-
 configs/mvebu_db-88f8040_defconfig |  55 +++
 drivers/block/sata_mv.c|  12 +-
 drivers/pci/Kconfig|  10 +
 drivers/pci/Makefile   |   1 +
 drivers/pci/pcie_dw_mvebu.c| 535 +
 drivers/phy/marvell/comphy.h   |   2 +-
 drivers/phy/marvell/comphy_core.c  |  15 +-
 .../{mvebu_db-88f7040.h => mvebu_armada-8k.h}  |  14 +-
 24 files changed, 1486 insertions(+), 186 deletions(-)
 create mode 100644 arch/arm/dts/armada-8020.dtsi
 create mode 100644 arch/arm/dts/armada-8040-db.dts
 create mode 100644 arch/arm/dts/armada-8040.dtsi
 create mode 100644 arch/arm/dts/armada-cp110-slave.dtsi
 create mode 100644 board/Marvell/mvebu_armada-8k/MAINTAINERS
 rename board/Marvell/{mvebu_db-88f7040 => mvebu_armada-8k}/Makefile (100%)
 create mode 100644 board/Marvell/mvebu_armada-8k/board.c
 delete mode 100644 board/Marvell/mvebu_db-88f7040/MAINTAINERS
 delete mode 100644 board/Marvell/mvebu_db-88f7040/board.c
 create mode 100644 configs/mvebu_db-88f8040_defconfig
 create mode 100644 drivers/pci/pcie_dw_mvebu.c
 rename include/configs/{mvebu_db-88f7040.h => mvebu_armada-8k.h} (94%)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-12 Thread Stefan Roese
Hi Tom,

please pull the patches from Kosta, fixing Linux booting for
Armada 7k/8k and introducing the pinctrl driver for this
platform.

Thanks,
Stefan


The following changes since commit 361a879902a3cbdb692149a1ac580e3199e771ba:

  Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" 
(2016-12-09 07:56:54 -0500)

are available in the git repository at:

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

for you to fetch changes up to a20b7a2a53d3ac668d1ed25b06cd6d15ca41f2a9:

  arm64: mvebu: Enable hush parser in A8K default configuration (2016-12-12 
09:05:45 +0100)


Konstantin Porotchkin (9):
  arm64: mvebu: Modify the A8K SPI and I2C config in DTS
  arm64: mvebu: Add bubt command for flash image burn
  arm64: mvebu: pinctrl: Add pin control driver for A8K family
  arm64: mvebu: Add pin control nodes to A8K family DTS files
  arm64: mvebu: Enable BUBT command support in A8K default config
  arm64: mvebu: Enable pin control support in A8K default config
  arm64: mvebu: Add L3 cache flush functionality to A8K family
  arm64: mvebu: Enable PCIe support in Armada-7040 configuration
  arm64: mvebu: Enable hush parser in A8K default configuration

 arch/arm/dts/armada-7040-db.dts|  64 +-
 arch/arm/dts/armada-8040-db.dts| 114 ++-
 arch/arm/dts/armada-ap806.dtsi |  18 +
 arch/arm/dts/armada-cp110-master.dtsi  |  32 +
 arch/arm/dts/armada-cp110-slave.dtsi   |  19 +
 arch/arm/include/asm/arch-armada8k/cache_llc.h |  21 +
 arch/arm/include/asm/arch-armada8k/soc-info.h  |  17 +
 arch/arm/mach-mvebu/armada8k/Makefile  |   1 +
 arch/arm/mach-mvebu/armada8k/cache_llc.S   |  39 ++
 cmd/Kconfig|   3 +
 cmd/Makefile   |   2 +
 cmd/mvebu/Kconfig  |  52 ++
 cmd/mvebu/Makefile |   8 +
 cmd/mvebu/bubt.c   | 767 +
 configs/mvebu_db-88f7040_defconfig |   6 +
 configs/mvebu_db-88f8040_defconfig |   3 +
 .../pinctrl/marvell,armada-apn806-pinctrl.txt  |  25 +
 .../pinctrl/marvell,armada-cp110-pinctrl.txt   | 270 
 .../pinctrl/marvell,mvebu-pinctrl.txt  | 113 +++
 doc/mvebu/cmd/bubt.txt |  64 ++
 drivers/pinctrl/Kconfig|   1 +
 drivers/pinctrl/Makefile   |   1 +
 drivers/pinctrl/mvebu/Kconfig  |   7 +
 drivers/pinctrl/mvebu/Makefile |   7 +
 drivers/pinctrl/mvebu/pinctrl-mvebu.c  | 179 +
 drivers/pinctrl/mvebu/pinctrl-mvebu.h  |  31 +
 26 files changed, 1800 insertions(+), 64 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada8k/cache_llc.h
 create mode 100644 arch/arm/include/asm/arch-armada8k/soc-info.h
 create mode 100644 arch/arm/mach-mvebu/armada8k/cache_llc.S
 create mode 100644 cmd/mvebu/Kconfig
 create mode 100644 cmd/mvebu/Makefile
 create mode 100644 cmd/mvebu/bubt.c
 create mode 100644 
doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt
 create mode 100644 
doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt
 create mode 100644 doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
 create mode 100644 doc/mvebu/cmd/bubt.txt
 create mode 100644 drivers/pinctrl/mvebu/Kconfig
 create mode 100644 drivers/pinctrl/mvebu/Makefile
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.c
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-21 Thread Stefan Roese
Hi Tom,

please pull the following A7k/8k fix.

Thanks,
Stefan

The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20: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 0d92f2141ac5ef5c80d13e9501890f914525d43c:

  arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 
09:52:35 +0100)


Konstantin Porotchkin (1):
  arm64: mvebu: Fix A8K memory mapping and add documentation

 arch/arm/mach-mvebu/armada8k/cpu.c | 58 +-
 doc/mvebu/armada-8k-memory.txt | 56 
 2 files changed, 101 insertions(+), 13 deletions(-)
 create mode 100644 doc/mvebu/armada-8k-memory.txt
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/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 =

[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


[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


[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


[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


[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


[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


[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


[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 +--
 .../marvell/a38x/d

[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


[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


[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


[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


[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


[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


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

[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   

[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


[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


[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


[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


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

2019-06-03 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


[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


[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


[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


[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


[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 board/allied

[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

2015-02-09 Thread Tom Rini
On Fri, Feb 06, 2015 at 04:35:54PM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains the last bits of pending kirkwood/mvebu patches that I'm
> aware of. The changes from Gerald are minimal and I've merged Stefan's series
> which have reached v3 on the list.
> 
> The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 13:30:00 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 68102b81e8fb699087ec5757a75676c6c65af3fd:
> 
>   arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR 
> support (2015-02-06 17:25:08 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-02-16 Thread Tom Rini
On Mon, Feb 16, 2015 at 12:50:30PM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains kirkwood patches from Michael. Please pull them
> when you find the time.
> 
> The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:
> 
>   sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 43730ba72c176ffc4d9858249475f458203d9757:
> 
>   lsxl: add a README file (2015-02-16 11:44:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-04-11 Thread Tom Rini
On Sat, Apr 11, 2015 at 09:53:58AM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains one fix from Stefan.
> 
> The following changes since commit c175f306b3f8885965f63ff6c71df5c0f899b4c9:
> 
>   Merge git://git.denx.de/u-boot-arc (2015-04-10 12:39:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 4adb46a3144248b2d8b8a68684bee648815c4ada:
> 
>   arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret (2015-04-11 
> 11:49:00 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-05-05 Thread Tom Rini
On Tue, May 05, 2015 at 12:50:01PM +, Luka Perkov wrote:

> Hi Tom,
> 
> please pull from marvell/master. The changes include Stefan's Armada 38x
> series which reached v3 on the mailing list and two more Marvell Armada
> related fixes.
> 
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
> 
>   Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
> 06:46:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 2083db7a75792d317a8e726e8be72abea8941d03:
> 
>   arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets 
> (2015-05-05 14:32:05 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-03-09 Thread Tom Rini
On Thu, Mar 05, 2015 at 09:14:04PM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains small kirkwood/marvell fixes. Please pull when you
> find the time.
> 
> The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8:
> 
>   arm, da8xx: convert ipam390 board to generic board support (2015-03-05 
> 10:08:13 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to dbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816:
> 
>   dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb (2015-03-05 22:09:00 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-01-27 Thread Tom Rini
On Sun, Jan 25, 2015 at 11:42:24PM +, Luka Perkov wrote:

> Hi Albert,
> 
> this series contains pending kirkwood patches that have been posted on
> the mailing list for some time now.
> 
> 
> The following changes since commit 37b608a52dcb13312a4f7ccea199cd6bac76d298:
> 
>   powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200 
> (2015-01-23 16:56:09 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git master
> 
> for you to fetch changes up to 361b3d8613f57e137a9048ef69e58e9bcaf51b78:
> 
>   marvell: kirkwood: guruplug refresh for newer kernel (2015-01-26 00:25:29 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-10-02 Thread Tom Rini
On Thu, Oct 01, 2015 at 12:07:42AM +, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull these three commits containing two mvebu related
> fixes and one handy kwboot tool feature?
> 
> The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
> 
>   Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to e29f1db3dd96901fb54d8faefed8cd2987704b68:
> 
>   tools: kwboot: Add support for UART boot mode patching for Armada XP/38x 
> (2015-10-01 02:02:06 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-10-21 Thread Tom Rini
On Wed, Oct 21, 2015 at 12:29:46AM +, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull various mvebu enhancements from Stefan?
> 
> The following changes since commit 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d:
> 
>   Prepare v2015.10 (2015-10-19 19:59:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 5b37212a3d78f546b5ef3f97a75155b3a0fd88cb:
> 
>   mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows (2015-10-21 02:25:02 
> +0200)
> 

Thanks for being the second pull request and..
Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-08-17 Thread Tom Rini
On Mon, Aug 17, 2015 at 04:56:18PM +, Luka Perkov wrote:

> Hi Tom,
> 
> pull containes patches from Stefan and Anton that have been posted on the
> mailing list a while back. The newest feature is PCI support on mvebu.
> 
> 
> The following changes since commit 58243001a9419d9d1671e32611b7d15f6ed64b3a:
> 
>   i2c: lpc32xx: fix write timeout (2015-08-17 08:11:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to ce2cb1d3ed92e91b24db516802be3688f7c28e26:
> 
>   arm: mvebu: db-88f6820-gp: Enable PCI support (2015-08-17 18:49:52 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-11-17 Thread Tom Rini
On Tue, Nov 17, 2015 at 10:46:31PM +, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull the collected work from Dirk, Kevin, Quentin, Stefan
> and me on the mvebu and kirkwood SoC? Thank you!
> 
> The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:
> 
>   Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 6a26748c5e5558073b72ff55de4dc3ea245d3726:
> 
>   arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS 
> (2015-11-17 23:41:41 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-11-30 Thread Tom Rini
On Sun, Nov 29, 2015 at 09:20:05PM +, Luka Perkov wrote:

> Hi Tom,
> 
> please pull the queued changes below from Marvell tree. Additional work from
> Stefan will be sent later on.
> 
> The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to f1df81c4008c8e0edbc1a2738cf2490b2f7be661:
> 
>   arm: kirkwood: add ZyXEL NSA310S device (2015-11-29 22:16:14 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-06-15 Thread Tom Rini
On Sun, Jun 14, 2015 at 03:59:01PM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains patches from Kevin and Stefan and it would be great if 
> you
> could pull them in this release.
> 
> The following changes since commit 64d16706a052553c85d2f8f4c741879a4e3e6116:
> 
>   Nokia RX-51: Fix calculating return address in save_boot_params (2015-06-12 
> 08:11:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 1c0df9ef6ed03baf6fd325dac546290f80c7fd09:
> 
>   tools/kwboot: Add parameters to set delay and timeout via cmdline 
> (2015-06-14 17:48:28 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-06-28 Thread Tom Rini
On Sun, Jun 28, 2015 at 03:58:33PM +, Luka Perkov wrote:

> Hi Tom,
> 
> this series contains two patches from Kevin that I missed to include in last
> pull request.
> 
> The following changes since commit ef0f2f57524ec85fb9058a23298f2c4995e0d950:
> 
>   Move defaults from config_cmd_default.h to Kconfig (2015-06-25 22:18:34 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 3fd38af704f6d4da50fe7dbf9ff018e43b196fb4:
> 
>   db-88f6820-gp.h: Load data blobs into lower memory (2015-06-28 17:52:41 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2016-03-15 Thread Tom Rini
On Mon, Mar 14, 2016 at 10:37:11PM +, Luka Perkov wrote:

> Hi Tom,
> 
> please pull these missed patches from Peter for which I should have sent
> pull request a while back.
> 
> The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa:
> 
>   Prepare v2016.03 (2016-03-14 10:20:21 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to a807369eded75b34f5184552dab00ff73e7ca3bc:
> 
>   ARM: sheevaplug: drop unneded 'usb start' from boot command (2016-03-14 
> 23:29:36 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-07-10 Thread Tom Rini
On Fri, Jul 10, 2015 at 12:59:38PM +, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull this 10 patches from Stefan?
> 
> The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:
> 
>   net: designware: Program MAC address to hardware after soft reset 
> (2015-07-08 13:43:19 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 59565736839108846d8dfa6782babfaefff6b58b:
> 
>   arm: mvebu: db-88f6820-gp: Add USB/EHCI support (2015-07-10 14:56:07 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2015-07-23 Thread Luka Perkov
Hi Tom,

please ignore this pull. For some reason body of commit messages is
missing - thanks Stefan for pointing this out. I will fix and resend.

Regards,
Luka

On Thu, Jul 23, 2015 at 08:35:10AM +0200, Luka Perkov wrote:
> Hi Tom,
> 
> can you please pull the mvebu tree? This series contains mvebu DDR
> training code and couple of bug fixes.
> 
> Thanks,
> Luka
> 
> The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 
> 17:12:52 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 58048856126ebe932395abaffa8372b66f64d0e1:
> 
>   arm: mvebu: db-88f6820: Add SPL support with DDR init code (2015-07-23 
> 08:30:59 +0200)
> 
> 
> Anton Schubert (1):
>   arm: mvebu: add Armada XP SATA support
> 
> Stefan Roese (11):
>   arm: mvebu: Call timer_init early before PHY and DDR init
>   arm: mvebu: Use default reg base address for SPL on A38x
>   arm: mvebu: spl.c: Add call to board_early_init_f()
>   arm: mvebu: Disable MMU before changing register base address
>   Makefile: Fix mvebu build target to use SPL load and exe-address
>   arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new 
> directory
>   arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr
>   arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
>   arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr
>   arm: mvebu: a38x: Use correct PEX register access macros
>   arm: mvebu: db-88f6820: Add SPL support with DDR init code
> 
>  Makefile   |2 +-
>  arch/arm/mach-mvebu/Makefile   |4 +-
>  arch/arm/mach-mvebu/cpu.c  |   18 +
>  arch/arm/mach-mvebu/include/mach/cpu.h |2 +-
>  arch/arm/mach-mvebu/include/mach/soc.h |   11 +
>  arch/arm/mach-mvebu/serdes/a38x/Makefile   |   10 +
>  arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |  347 +++
>  arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |   86 +
>  .../serdes/a38x/high_speed_env_spec-38x.c  |  158 ++
>  .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 2228 +
>  .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |  251 ++
>  .../serdes/a38x/high_speed_topology_spec-38x.c | 1009 
>  .../serdes/a38x/high_speed_topology_spec.h |  124 +
>  arch/arm/mach-mvebu/serdes/a38x/seq_exec.c |  170 ++
>  arch/arm/mach-mvebu/serdes/a38x/seq_exec.h |   65 +
>  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c  |  388 +++
>  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |  371 +++
>  arch/arm/mach-mvebu/serdes/{ => axp}/Makefile  |0
>  .../mach-mvebu/serdes/{ => axp}/board_env_spec.h   |0
>  .../serdes/{ => axp}/high_speed_env_lib.c  |0
>  .../serdes/{ => axp}/high_speed_env_spec.c |0
>  .../serdes/{ => axp}/high_speed_env_spec.h |2 +-
>  arch/arm/mach-mvebu/spl.c  |9 +
>  arch/arm/mach-mvebu/timer.c|7 +
>  board/Marvell/db-88f6820-gp/README |   18 +
>  board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   31 +
>  board/Marvell/db-88f6820-gp/kwbimage.cfg   |2 +-
>  board/maxbcm/maxbcm.c  |4 +-
>  configs/db-88f6820-gp_defconfig|1 +
>  drivers/block/mvsata_ide.c |   41 +
>  drivers/ddr/marvell/a38x/Makefile  |   19 +
>  drivers/ddr/marvell/a38x/ddr3_a38x.c   |  741 ++
>  drivers/ddr/marvell/a38x/ddr3_a38x.h   |   98 +
>  drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h |  226 ++
>  drivers/ddr/marvell/a38x/ddr3_a38x_topology.h  |   22 +
>  drivers/ddr/marvell/a38x/ddr3_a38x_training.c  |   40 +
>  drivers/ddr/marvell/a38x/ddr3_debug.c  | 1551 
>  drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c|  148 ++
>  drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h|   49 +
>  .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h|  467 
>  drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h   |   17 +
>  drivers/ddr/marvell/a38x/ddr3_init.c   |  852 +++
>  drivers/ddr/marvell/a38x/ddr3_init.h   |  395 +++
>  drivers/ddr/marvell/a38x/ddr3_logging_def.h|  101 +
>  drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h |  924 +++
>  drivers/ddr/marvell/a38x/ddr3_topology_def.h   |   76 +
>  drivers/ddr/marvell/a38x/ddr3_training.c   | 2644 
> 
>  drivers/ddr/marvell/a38x/ddr3_training_bist.c  |  289 +++
>  .../marvell/a38x/ddr3_training_centralization.c|  714 ++
>  drivers/ddr/marvell/a38x/ddr3_training_db.c 

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

2015-07-23 Thread Luka Perkov
Hi Tom,

can you please pull the mvebu tree? This series contains mvebu DDR
training code and couple of bug fixes. Also, this version of pull
request has the correct messages.

Thanks,
Luka

PS. It turns out that when you try to download patches from gitolite as
email patches the commit message is not sent.

The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 
17:12:52 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9e30b31d20f0b793465d07f056b3d9885f578c0d:

  arm: mvebu: db-88f6820: Add SPL support with DDR init code (2015-07-23 
10:39:35 +0200)


Anton Schubert (1):
  arm: mvebu: add Armada XP SATA support

Stefan Roese (11):
  arm: mvebu: Call timer_init early before PHY and DDR init
  arm: mvebu: Use default reg base address for SPL on A38x
  arm: mvebu: spl.c: Add call to board_early_init_f()
  arm: mvebu: Disable MMU before changing register base address
  Makefile: Fix mvebu build target to use SPL load and exe-address
  arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new 
directory
  arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr
  arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
  arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr
  arm: mvebu: a38x: Use correct PEX register access macros
  arm: mvebu: db-88f6820: Add SPL support with DDR init code

 Makefile   |2 +-
 arch/arm/mach-mvebu/Makefile   |4 +-
 arch/arm/mach-mvebu/cpu.c  |   18 +
 arch/arm/mach-mvebu/include/mach/cpu.h |2 +-
 arch/arm/mach-mvebu/include/mach/soc.h |   11 +
 arch/arm/mach-mvebu/serdes/a38x/Makefile   |   10 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |  347 +++
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |   86 +
 .../serdes/a38x/high_speed_env_spec-38x.c  |  158 ++
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 2228 +
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |  251 ++
 .../serdes/a38x/high_speed_topology_spec-38x.c | 1009 
 .../serdes/a38x/high_speed_topology_spec.h |  124 +
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.c |  170 ++
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.h |   65 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c  |  388 +++
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h  |  371 +++
 arch/arm/mach-mvebu/serdes/{ => axp}/Makefile  |0
 .../mach-mvebu/serdes/{ => axp}/board_env_spec.h   |0
 .../serdes/{ => axp}/high_speed_env_lib.c  |0
 .../serdes/{ => axp}/high_speed_env_spec.c |0
 .../serdes/{ => axp}/high_speed_env_spec.h |2 +-
 arch/arm/mach-mvebu/spl.c  |9 +
 arch/arm/mach-mvebu/timer.c|7 +
 board/Marvell/db-88f6820-gp/README |   18 +
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c|   31 +
 board/Marvell/db-88f6820-gp/kwbimage.cfg   |2 +-
 board/maxbcm/maxbcm.c  |4 +-
 configs/db-88f6820-gp_defconfig|1 +
 drivers/block/mvsata_ide.c |   41 +
 drivers/ddr/marvell/a38x/Makefile  |   19 +
 drivers/ddr/marvell/a38x/ddr3_a38x.c   |  741 ++
 drivers/ddr/marvell/a38x/ddr3_a38x.h   |   98 +
 drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h |  226 ++
 drivers/ddr/marvell/a38x/ddr3_a38x_topology.h  |   22 +
 drivers/ddr/marvell/a38x/ddr3_a38x_training.c  |   40 +
 drivers/ddr/marvell/a38x/ddr3_debug.c  | 1551 
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c|  148 ++
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h|   49 +
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h|  467 
 drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h   |   17 +
 drivers/ddr/marvell/a38x/ddr3_init.c   |  852 +++
 drivers/ddr/marvell/a38x/ddr3_init.h   |  395 +++
 drivers/ddr/marvell/a38x/ddr3_logging_def.h|  101 +
 drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h |  924 +++
 drivers/ddr/marvell/a38x/ddr3_topology_def.h   |   76 +
 drivers/ddr/marvell/a38x/ddr3_training.c   | 2644 
 drivers/ddr/marvell/a38x/ddr3_training_bist.c  |  289 +++
 .../marvell/a38x/ddr3_training_centralization.c|  714 ++
 drivers/ddr/marvell/a38x/ddr3_training_db.c|  652 +
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |  686 +
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.h   |   14 +
 drivers/ddr/marvell/a38x/ddr3_training_ip.h|  180 ++
 drivers/ddr/marvell/a3

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

2015-07-25 Thread Tom Rini
On Fri, Jul 24, 2015 at 07:56:46AM +, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull this batch from Stefan as well?
> 
> This pull request does not contain patches that are still under review.
> Pull request for those will be sent another time.
> 
> The following changes since commit 413978d118bb7d7b0a8488d97d802f2899cd81ce:
> 
>   Merge git://git.denx.de/u-boot-uniphier (2015-07-23 11:46:05 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 5a9749ee12bed44ca4dc7f2412b5a340db666954:
> 
>   arm: marvell: Increase MAXARGS to 32 (2015-07-24 09:48:07 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 02:28:20PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull all the pending Marvell patches, mostly Armada
> XP and 38x related.
> 
> Thanks,
> Stefan
> 
> The following changes since commit d29892ba854f40980b84f86566cd0c2308c66afe:
> 
>   part_dos.c: Don't wrap to negative after 2G sectors (2016-01-13 16:33: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 f822d8578ba395d9af1cc315a2fb87b1eed3d355:
> 
>   MAINTAINERS: Update Marvell custodianship (2016-01-14 14:17:36 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2016-01-28 Thread Tom Rini
On Wed, Jan 27, 2016 at 07:58:00AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patch.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi
> (2016-01-26 17:45:37 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git
> 
> for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445:
> 
>   arm: mvebu: Add support for the Armada XP theadorable board
> (2016-01-27 07:45:43 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-03-24 Thread Tom Rini
On Fri, Mar 24, 2017 at 06:58:18AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following Marvell patches mainly adding
> support for some new boards, like the ARMv8 community
> boards MACCHIATOBin and ESPRESSBin.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 5877d8f398de26617be6f1f57bc30c49e9f90ebb:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-03-21 14:10:15 
> -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to 60083261a1b33b492ddb5335c125f1223087068b:
> 
>   arm: mvebu: Add gdsys ControlCenter-Compact board (2017-03-23 15:48:28 
> +0100)
> 

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


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


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


  1   2   >