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 29B15C54EE9 for ; Fri, 16 Sep 2022 09:06:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3D50484B9B; Fri, 16 Sep 2022 11:06:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ZbAUI1wS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4336D849D8; Fri, 16 Sep 2022 11:06:29 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EDD0F84B9D for ; Fri, 16 Sep 2022 11:06:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8F689B82304 for ; Fri, 16 Sep 2022 09:06:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08AF9C433C1 for ; Fri, 16 Sep 2022 09:06:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663319185; bh=YMhXHXO9U97gzmHNUWmmVrm6BTCzHHusXEPR+fDBWV0=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ZbAUI1wS+4l6ESDpQ4WgT027Ht2mNvPlAwpRa4GMyltySAj9B4zA5SceXU+r4pP+u T8qcxjjmD2jgngHHaE5f+EItB5HwoXMtE7P64pk6OVOd6qGyKeUABXWMNGGsvk9fdy kUkFVfON8foxzHxn9RjYSS/LVfttYjhFA23QerOyarBnk66PuRgWEV80xJk9ndzBS8 N8LxtCQ+tVTnvI/n+Ef7fozlJD3sLxdU8xgIwtyp2rxofEEudG4tK/sfOxY+8TbIeQ /6WLcs/hBRkt9Cs8MXhkCrcpOmeRdvTloZeuHP6Aa43KeOishp+A1r7TkgjRSLy+6K jdIei3OljCxZQ== Received: by pali.im (Postfix) id 096027B3; Fri, 16 Sep 2022 11:06:21 +0200 (CEST) Date: Fri, 16 Sep 2022 11:06:21 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: u-boot@lists.denx.de Subject: Re: [PATCH 0/9] xilinx: versal-net: Add support for new Versal NET SoC Message-ID: <20220916090621.xztelkehoypxqsna@pali> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 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 Hello! I'm not maintainer of xilinx and I'm getting tons of emails. So please do not send and spam me with unrelated emails/patches as I would not have time to process those emails/patches which are important and which I should review. Thanks. On Friday 16 September 2022 10:53:11 Michal Simek wrote: > Hi, > > I am sending support for new Xilinx/AMD SoC called Versal NET. > Versal NET is very similar to origin Versal SOC. There is different > register layout, some IPs have been upgraded like i3c and some other > changes in different location. > > Thanks, > Michal > > > Jay Buddhabhatti (4): > clk: versal: Enable clock driver for Versal NET > firmware: zynqmp: Add Versal NET compatible string > mailbox: zynqmp: Enable ipi mailbox driver for Versal NET > reset: zynqmp: Enable reset driver for Versal NET > > Michal Simek (5): > arm64: versal-net: Add support for Versal NET platform > spi: cadence_qspi: Add support for Versal NET platform > spi: zynqmp_gqspi: Add support for Versal NET > arm64: versal-net: Add defconfig for Versal NET > arm64: versal-net: Add support for mini configuration > > Kconfig | 2 +- > MAINTAINERS | 7 + > arch/arm/Kconfig | 14 ++ > arch/arm/Makefile | 1 + > arch/arm/dts/Makefile | 3 + > arch/arm/dts/versal-net-mini.dts | 67 +++++++ > arch/arm/dts/xilinx-versal-net-virt.dts | 11 ++ > arch/arm/mach-versal-net/Kconfig | 43 +++++ > arch/arm/mach-versal-net/Makefile | 10 ++ > arch/arm/mach-versal-net/clk.c | 35 ++++ > arch/arm/mach-versal-net/cpu.c | 89 +++++++++ > .../mach-versal-net/include/mach/hardware.h | 31 ++++ > .../mach-versal-net/include/mach/sys_proto.h | 16 ++ > board/xilinx/Kconfig | 6 +- > board/xilinx/versal-net/Kconfig | 9 + > board/xilinx/versal-net/MAINTAINERS | 8 + > board/xilinx/versal-net/Makefile | 9 + > board/xilinx/versal-net/board.c | 170 ++++++++++++++++++ > configs/xilinx_versal_net_mini_defconfig | 70 ++++++++ > configs/xilinx_versal_net_virt_defconfig | 118 ++++++++++++ > drivers/clk/Kconfig | 2 +- > drivers/clk/clk_versal.c | 1 + > drivers/firmware/firmware-zynqmp.c | 1 + > drivers/mailbox/Kconfig | 2 +- > drivers/reset/reset-zynqmp.c | 1 + > drivers/spi/Kconfig | 2 +- > drivers/spi/cadence_ospi_versal.c | 3 +- > drivers/spi/zynqmp_gqspi.c | 3 +- > env/Kconfig | 6 +- > include/configs/xilinx_versal_net.h | 156 ++++++++++++++++ > include/configs/xilinx_versal_net_mini.h | 28 +++ > 31 files changed, 912 insertions(+), 12 deletions(-) > create mode 100644 arch/arm/dts/versal-net-mini.dts > create mode 100644 arch/arm/dts/xilinx-versal-net-virt.dts > create mode 100644 arch/arm/mach-versal-net/Kconfig > create mode 100644 arch/arm/mach-versal-net/Makefile > create mode 100644 arch/arm/mach-versal-net/clk.c > create mode 100644 arch/arm/mach-versal-net/cpu.c > create mode 100644 arch/arm/mach-versal-net/include/mach/hardware.h > create mode 100644 arch/arm/mach-versal-net/include/mach/sys_proto.h > create mode 100644 board/xilinx/versal-net/Kconfig > create mode 100644 board/xilinx/versal-net/MAINTAINERS > create mode 100644 board/xilinx/versal-net/Makefile > create mode 100644 board/xilinx/versal-net/board.c > create mode 100644 configs/xilinx_versal_net_mini_defconfig > create mode 100644 configs/xilinx_versal_net_virt_defconfig > create mode 100644 include/configs/xilinx_versal_net.h > create mode 100644 include/configs/xilinx_versal_net_mini.h > > -- > 2.36.1 >