From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6ED77C636D4 for ; Mon, 13 Feb 2023 14:04:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9EF3B857C1; Mon, 13 Feb 2023 15:03:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1676297030; bh=44UG7zGBZDPvte1tMHT5qNkOf8wkoqiJ3Rl/akz31b8=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=lMayhn5YeFDLzrWPlSELBHHz1/1d5mbmYeEdBjyGwSejiWkIg3KJeWU3YbY6DjOhR d/k8PsVm+G6dOPH+NRBkk+ji8DK8AacFpoodieO3HmOx6DQ1iLTrItDzARUqTlkSHO Hn0Wv/VpyW4mw3aar9DgExoOgJRpBh+023v8ut7zvmpC1tfR/WHHEoHFV6cGYZFeOr C9rd+9hGcHr/iWHlOVt8qjNmyymlZ89Fb9BzhT4lVuhiuNldnbAzkHFDcXurJjHAt7 R9CFGqEYHIHwwKQFMGGUm6AvfbKk72MDzEhvSSbAPRNj7p3sWjYu2rfGcDAAWvQh5e kicSSEQ21is5A== Received: by phobos.denx.de (Postfix, from userid 109) id 6B37F8448E; Mon, 13 Feb 2023 15:02:25 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:101:465::107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B7A85856A4 for ; Mon, 13 Feb 2023 15:01:28 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4PFmGZ3BDnz9sTR; Mon, 13 Feb 2023 15:01:26 +0100 (CET) Message-ID: Date: Mon, 13 Feb 2023 15:01:25 +0100 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-marvell/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull this next batch of Marvell related patches. ---------------------------------------------------------------- - mvebu: Support for 2 new Armada 385 boards (Tony) - mvebu: Minor misc board enhancements (Tony) - kirkwood: Serial driver fixes (Kconfig & dtsi) (Tony) - cmd: return code when tlv_eeprom incorrectly called (Heinrich) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=284&view=results Thanks, Stefan The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9: socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-marvell.git for you to fetch changes up to dd15284b749e41a3db94883bde9b96601491ec10: arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board (2023-02-13 10:15:04 +0100) ---------------------------------------------------------------- Heinrich Schuchardt (1): cmd: return code when tlv_eeprom incorrectly called Tony Dinh (6): arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards arm: mvebu: Add support for Thecus N2350 (Armada 385) board arm: kirkwood: sheevaplug: reduce u-boot image size arm: mvebu: Power up 2nd SATA port for Thecus N2350 arm: mvebu: Add support for Synology DS116 (Armada 385) arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board arch/arm/dts/Makefile | 2 + arch/arm/dts/armada-385-synology-ds116.dts | 291 ++++++++++++++ arch/arm/dts/armada-385-thecus-n2350.dts | 446 +++++++++++++++++++++ .../arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi | 7 + arch/arm/mach-kirkwood/Kconfig | 1 + arch/arm/mach-mvebu/Kconfig | 18 + board/Synology/ds116/MAINTAINERS | 7 + board/Synology/ds116/Makefile | 6 + board/Synology/ds116/ds116.c | 135 +++++++ board/thecus/n2350/MAINTAINERS | 7 + board/thecus/n2350/Makefile | 6 + board/thecus/n2350/n2350.c | 126 ++++++ cmd/tlv_eeprom.c | 11 +- configs/ds116_defconfig | 92 +++++ configs/n2350_defconfig | 93 +++++ configs/sheevaplug_defconfig | 5 + include/configs/ds116.h | 56 +++ include/configs/n2350.h | 56 +++ 18 files changed, 1358 insertions(+), 7 deletions(-) create mode 100644 arch/arm/dts/armada-385-synology-ds116.dts create mode 100644 arch/arm/dts/armada-385-thecus-n2350.dts create mode 100644 arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi create mode 100644 board/Synology/ds116/MAINTAINERS create mode 100644 board/Synology/ds116/Makefile create mode 100644 board/Synology/ds116/ds116.c create mode 100644 board/thecus/n2350/MAINTAINERS create mode 100644 board/thecus/n2350/Makefile create mode 100644 board/thecus/n2350/n2350.c create mode 100644 configs/ds116_defconfig create mode 100644 configs/n2350_defconfig create mode 100644 include/configs/ds116.h create mode 100644 include/configs/n2350.h