From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 26 Sep 2017 10:55:16 +0200 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <68690530-c82a-344f-dd5d-50311492a424@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 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