From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 19 Mar 2019 13:49:46 +0100 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <03c97d82-e240-943f-7f0c-8c6f25cfb7d2@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)