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 71EDFC433FE for ; Mon, 7 Nov 2022 08:24:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3C64684F34; Mon, 7 Nov 2022 09:24:40 +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=1667809480; bh=YgR65sdUrNnQCFMgtBgFvKANuTPs0FXs3di7Nk9BF1o=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=n0E3R+fUKXh4gJh9Z2mfm2RRCFsbt7WZ9+prY7sWkvDkLC1hucDA3YJqHLS54So65 5LnTBKGbo1L7GCBL4hRCq5nhpYVOKw0Z9sWpuMRgWtVbpYPrx6iE30DOVGbCNCF1YQ 19vJzCB+2mkqyduF03NyjRxwlIyFEs/azePb3yTYG6KjfPeuIPUqOnf7VwNWWtp52K A3UajaCDpBxgGYp6Zzohbpvbx794lyvYilMKblFCR6luFq5oAT+/tFtDx+aT7NMtgT A5tOC0f00UWn28AStDWQ4+5C+lCs4uHF0fAzIzHcixbenIMFa5CCkBleS0EAN3+ZNU ct2OzHjT45HkQ== Received: by phobos.denx.de (Postfix, from userid 109) id 1FF9984F3C; Mon, 7 Nov 2022 09:24:29 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [80.241.59.207]) (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 4B5AA84EEA for ; Mon, 7 Nov 2022 09:24:10 +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 smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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 4N5PQb6xlzz9sV2; Mon, 7 Nov 2022 09:24:07 +0100 (CET) Message-ID: <019d57b6-1ed3-88e3-9fb4-12a3144d0043@denx.de> Date: Mon, 7 Nov 2022 09:24:07 +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: 8bit X-Rspamd-Queue-Id: 4N5PQb6xlzz9sV2 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 98DX25xx/98DX35xx (AlleyCat5) (Chris) - Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb (Pali) - armada: dts: Add clock to armada-ap80x uart1 (Hamish) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=276&view=results Thanks, Stefan The following changes since commit 898bd53e6a930080cee7cd7b1a09120c4dfd9467: Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-11-04 11:19:58 -0400) 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 6cc8b5db40b4d5fc23086a5116bdf1f0a3d3265a: arm: mvebu: Add RD-AC5X board (2022-11-07 07:46:28 +0100) ---------------------------------------------------------------- Chris Packham (6): arm: mvebu: Don't use CONFIG_TIMER on ARM64 net: mvneta: Add support for AlleyCat5 usb: ehci: ehci-marvell: Support for marvell,ac5-ehci pinctrl: mvebu: Add AlleyCat5 support arm: mvebu: Support for 98DX25xx/98DX35xx SoC arm: mvebu: Add RD-AC5X board Hamish Martin (1): arm: armada: dts: Add clock to armada-ap80x uart1 Pali Rohár (1): Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb Kconfig | 2 +- Makefile | 4 +- arch/arm/Kconfig | 2 +- arch/arm/dts/Makefile | 3 +- arch/arm/dts/ac5-98dx25xx.dtsi | 277 +++++++++++++++++++++++++++ arch/arm/dts/ac5-98dx35xx-rd.dts | 129 +++++++++++++ arch/arm/dts/ac5-98dx35xx.dtsi | 17 ++ arch/arm/dts/armada-ap80x.dtsi | 2 +- arch/arm/mach-mvebu/Kconfig | 13 +- arch/arm/mach-mvebu/Makefile | 1 + arch/arm/mach-mvebu/alleycat5/Makefile | 8 + arch/arm/mach-mvebu/alleycat5/cpu.c | 124 ++++++++++++ arch/arm/mach-mvebu/alleycat5/soc.c | 298 +++++++++++++++++++++++++++++ arch/arm/mach-mvebu/alleycat5/soc.h | 7 + arch/arm/mach-mvebu/arm64-common.c | 5 + arch/arm/mach-mvebu/include/mach/cpu.h | 4 + board/Marvell/db-88f6820-gp/README | 6 +- board/Marvell/mvebu_alleycat-5/MAINTAINERS | 6 + board/Marvell/mvebu_alleycat-5/Makefile | 3 + board/Marvell/mvebu_alleycat-5/board.c | 13 ++ board/kobol/helios4/README | 6 +- board/solidrun/clearfog/README | 8 +- configs/mvebu_ac5_rd_defconfig | 81 ++++++++ doc/README.armada-secureboot | 4 +- doc/kwboot.1 | 12 +- drivers/net/Kconfig | 2 +- drivers/net/mvneta.c | 43 ++++- drivers/pinctrl/mvebu/Kconfig | 2 +- drivers/usb/host/Kconfig | 1 + drivers/usb/host/ehci-marvell.c | 53 ++++- include/configs/ds414.h | 2 +- include/configs/mvebu_alleycat-5.h | 42 ++++ 32 files changed, 1143 insertions(+), 37 deletions(-) create mode 100644 arch/arm/dts/ac5-98dx25xx.dtsi create mode 100644 arch/arm/dts/ac5-98dx35xx-rd.dts create mode 100644 arch/arm/dts/ac5-98dx35xx.dtsi create mode 100644 arch/arm/mach-mvebu/alleycat5/Makefile create mode 100644 arch/arm/mach-mvebu/alleycat5/cpu.c create mode 100644 arch/arm/mach-mvebu/alleycat5/soc.c create mode 100644 arch/arm/mach-mvebu/alleycat5/soc.h create mode 100644 board/Marvell/mvebu_alleycat-5/MAINTAINERS create mode 100644 board/Marvell/mvebu_alleycat-5/Makefile create mode 100644 board/Marvell/mvebu_alleycat-5/board.c create mode 100644 configs/mvebu_ac5_rd_defconfig create mode 100644 include/configs/mvebu_alleycat-5.h