From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 11 Jul 2019 18:01:47 +0200 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de 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: git at 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=C3=BAn (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 boar= ds 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(-)