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 E77FFC433EF for ; Mon, 3 Jan 2022 21:11:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7355780384; Mon, 3 Jan 2022 22:11:11 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com 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=collabora.com header.i=@collabora.com header.b="fpNlPRAS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1FECD80FD5; Mon, 3 Jan 2022 22:11:09 +0100 (CET) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) (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 6B5BB804C8 for ; Mon, 3 Jan 2022 22:11:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ariel.dalessandro@collabora.com Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: adalessandro) with ESMTPSA id D597D1F41E01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1641244263; bh=GftXBHEOc+eFVpuArv8zxF3kOs52I3/jRXZhUAL6Mso=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fpNlPRASwtNnPvoEQzIMD1LGEMCENgkEItCStH0c2WYrynn2EuMn8HcZcYK8cOMJG uAObIIqO1y0ew4jpee4wrb5Jtqn/UkFEKqK9FjhbEmHfIuHdIRMlsKbLZkCFzwBf5l Wz5JsW72b8bpJABA5vwCE24iFMfeQOG7n43jZPfsTXyV0RwTh8DckBnTkvIVZOkufo oJxa+Ap7OJiaiAgmec6FGNXCJsChzwr0/ulPQQa+hrcdRoPIMNW6yc2h90oZzOom20 Lz4PPeeFqpANOfvWg3Ebd54lW6msvyuqg9Iyec+RLrRGYNgQVpzp512zz2VTUpUz15 duDHVl/jai28g== Message-ID: Date: Mon, 3 Jan 2022 18:10:53 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH v2 0/2] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards Content-Language: en-US To: u-boot@lists.denx.de Cc: alice.guo@nxp.com, andre.przywara@arm.com, christianshewitt@gmail.com, festevam@gmail.com, hs@denx.de, iliev@ronetix.at, jagan@amarulasolutions.com, marcel.ziswiler@toradex.com, marex@denx.de, michael@amarulasolutions.com, narmstrong@baylibre.com, pbrobinson@gmail.com, peng.fan@nxp.com, sbabic@denx.de, sjoerd@collabora.com, t.remmet@phytec.de, tharvey@gateworks.com, uboot-imx@nxp.com, ye.li@nxp.com References: <20211123174258.276216-1-ariel.dalessandro@collabora.com> From: Ariel D'Alessandro In-Reply-To: <20211123174258.276216-1-ariel.dalessandro@collabora.com> 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.38 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.2 at phobos.denx.de X-Virus-Status: Clean Gentle ping. Can we get this merged? On 11/23/21 14:42, Ariel D'Alessandro wrote: > Changes in v2: > * Properly added MAINTAINERS entry. > * Fixed binman configuration. > * Picked device tree from kernel. > * Removed CONFIG_SPL_BUILD anti-pattern in board config. > * Removed downstream stuff in bootargs. > * Added board documentation. > > Ariel D'Alessandro (1): > bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards > > Michael Trimarchi (1): > imx8m: add regs used by GPMI > > arch/arm/dts/Makefile | 2 + > arch/arm/dts/imx8mn-bsh-smm-s2-common.dtsi | 423 ++++++++ > .../dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi | 225 +++++ > arch/arm/dts/imx8mn-bsh-smm-s2-u-boot.dtsi | 15 + > arch/arm/dts/imx8mn-bsh-smm-s2.dts | 48 + > arch/arm/dts/imx8mn-bsh-smm-s2pro-u-boot.dtsi | 15 + > arch/arm/dts/imx8mn-bsh-smm-s2pro.dts | 80 ++ > arch/arm/include/asm/arch-imx8m/imx-regs.h | 7 + > arch/arm/mach-imx/imx8m/Kconfig | 15 + > board/bsh/imx8mn_smm_s2/Kconfig | 38 + > board/bsh/imx8mn_smm_s2/MAINTAINERS | 8 + > board/bsh/imx8mn_smm_s2/Makefile | 13 + > board/bsh/imx8mn_smm_s2/ddr3l_timing_256m.c | 941 ++++++++++++++++++ > board/bsh/imx8mn_smm_s2/ddr3l_timing_512m.c | 941 ++++++++++++++++++ > board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c | 23 + > board/bsh/imx8mn_smm_s2/imximage-8mn-ddr3.cfg | 10 + > board/bsh/imx8mn_smm_s2/spl.c | 93 ++ > configs/imx8mn_bsh_smm_s2_defconfig | 92 ++ > configs/imx8mn_bsh_smm_s2pro_defconfig | 89 ++ > doc/board/bsh/imx8mn_bsh_smm_s2.rst | 62 ++ > doc/board/bsh/index.rst | 9 + > doc/board/index.rst | 1 + > include/configs/imx8mn_bsh_smm_s2.h | 52 + > include/configs/imx8mn_bsh_smm_s2_common.h | 62 ++ > include/configs/imx8mn_bsh_smm_s2pro.h | 35 + > 25 files changed, 3299 insertions(+) > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-common.dtsi > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-u-boot.dtsi > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2.dts > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2pro-u-boot.dtsi > create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2pro.dts > create mode 100644 board/bsh/imx8mn_smm_s2/Kconfig > create mode 100644 board/bsh/imx8mn_smm_s2/MAINTAINERS > create mode 100644 board/bsh/imx8mn_smm_s2/Makefile > create mode 100644 board/bsh/imx8mn_smm_s2/ddr3l_timing_256m.c > create mode 100644 board/bsh/imx8mn_smm_s2/ddr3l_timing_512m.c > create mode 100644 board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c > create mode 100644 board/bsh/imx8mn_smm_s2/imximage-8mn-ddr3.cfg > create mode 100644 board/bsh/imx8mn_smm_s2/spl.c > create mode 100644 configs/imx8mn_bsh_smm_s2_defconfig > create mode 100644 configs/imx8mn_bsh_smm_s2pro_defconfig > create mode 100644 doc/board/bsh/imx8mn_bsh_smm_s2.rst > create mode 100644 doc/board/bsh/index.rst > create mode 100644 include/configs/imx8mn_bsh_smm_s2.h > create mode 100644 include/configs/imx8mn_bsh_smm_s2_common.h > create mode 100644 include/configs/imx8mn_bsh_smm_s2pro.h >