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 X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B4D0C433EF for ; Mon, 6 Sep 2021 23:48:11 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BAA71601FF for ; Mon, 6 Sep 2021 23:48:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BAA71601FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 08D898314A; Tue, 7 Sep 2021 01:48:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id D697C82F34; Tue, 7 Sep 2021 01:48:06 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 76DA182F34 for ; Tue, 7 Sep 2021 01:48:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B81A831B; Mon, 6 Sep 2021 16:48:02 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C80473F766; Mon, 6 Sep 2021 16:48:01 -0700 (PDT) Date: Tue, 7 Sep 2021 00:47:47 +0100 From: Andre Przywara To: Arnaud Ferraris Cc: u-boot@lists.denx.de, Jagan Teki , Samuel Holland , Maxime Ripard Subject: Re: [PATCH] configs: add PineTab defconfig Message-ID: <20210907004747.5a117de7@slackpad.fritz.box> In-Reply-To: <20210906210613.188500-1-arnaud.ferraris@collabora.com> References: <20210906210613.188500-1-arnaud.ferraris@collabora.com> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 On Mon, 6 Sep 2021 23:06:13 +0200 Arnaud Ferraris wrote: > The PineTab device-tree is already in u-boot, this commit adds the corresponding > defconfig, based on pinephone_defconfig. > > Signed-off-by: Arnaud Ferraris Reviewed-by: Andre Przywara Thanks, Andre > --- > board/sunxi/MAINTAINERS | 5 +++++ > configs/pinetab_defconfig | 10 ++++++++++ > 2 files changed, 15 insertions(+) > create mode 100644 configs/pinetab_defconfig > > diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS > index 4fc26077b2..2543c94de7 100644 > --- a/board/sunxi/MAINTAINERS > +++ b/board/sunxi/MAINTAINERS > @@ -471,6 +471,11 @@ M: Samuel Holland > S: Maintained > F: configs/pinephone_defconfig > > +PINETAB BOARD > +M: Arnaud Ferraris > +S: Maintained > +F: configs/pinetab_defconfig > + > R16 EVB PARROT BOARD > M: Quentin Schulz > S: Maintained > diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig > new file mode 100644 > index 0000000000..0cc24146b3 > --- /dev/null > +++ b/configs/pinetab_defconfig > @@ -0,0 +1,10 @@ > +CONFIG_ARM=y > +CONFIG_ARCH_SUNXI=y > +CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinetab" > +CONFIG_SPL=y > +CONFIG_MACH_SUN50I=y > +CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y > +CONFIG_DRAM_CLK=552 > +CONFIG_DRAM_ZQ=3881949 > +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 > +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set