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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4A89FC4338F for ; Mon, 16 Aug 2021 06:58:42 +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 259E261A84 for ; Mon, 16 Aug 2021 06:58:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 259E261A84 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 440F582EE9; Mon, 16 Aug 2021 08:58:38 +0200 (CEST) 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=1629097118; bh=zxPVlTpvr3Osjnhcreoy7CkEeYhmwnWFiQdVWhPmKrA=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=iONo331lolNa8XGCLHT4p/Ad/lwkOWGZEgSMlvAgBWvcBEaFiKPRp8w4e28hg11Br ewwZI5wO6MZ9q3KkAR90Y22MndOL6jpj6yw2/hDlLlbOkjn3UjqQ/KHPqLUEmeCbIb XubU3/9tlVhQsxmq17kaRZ0z5pPryi8PN9Lecv9WVo9QvvSxRzhPoJVPgTRcsirDpZ HbKsrsjI+cU/wW9blgmaDyNNG6vn2FE14o19UThH/D6WLJ3yzB45BiBlC5pb0A9Sfq lTiUCdyv6+7TIHZ4G0vdrFyNE8/gd0tGb9I1/fk5ZNc5AKPzt0uoZzO2T9MBbi4JDb 1ScsFHDViTPpg== Received: by phobos.denx.de (Postfix, from userid 109) id 5B54282EE9; Mon, 16 Aug 2021 08:58:36 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [IPv6:2001:67c:2050:1::465:204]) (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 46AC982C04 for ; Mon, 16 Aug 2021 08:58:32 +0200 (CEST) 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 [80.241.60.241]) (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-204.mailbox.org (Postfix) with ESMTPS id 4Gp4kc07QdzQk3T; Mon, 16 Aug 2021 08:58:32 +0200 (CEST) Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id 3ftK1exGKdT4; Mon, 16 Aug 2021 08:58:29 +0200 (CEST) Subject: Re: [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe To: =?UTF-8?Q?Pali_Roh=c3=a1r?= , =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de References: <20210813115638.27865-1-pali@kernel.org> From: Stefan Roese Message-ID: Date: Mon, 16 Aug 2021 08:58:28 +0200 MIME-Version: 1.0 In-Reply-To: <20210813115638.27865-1-pali@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2008F184C X-Rspamd-UID: 8972ae 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 13.08.21 13:56, Pali Rohár wrote: > Espressobin has one on-board SATA port which is connected directly to CPU. > > More SATA disks can be connected via mPCIe add-in card with PCIe-SATA > controller. > > So enable required SATA AHCI PCIe drivers in defconfig file. > > Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan > --- > configs/mvebu_espressobin-88f3720_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig > index c8ae0cf6109a..4003a25346ce 100644 > --- a/configs/mvebu_espressobin-88f3720_defconfig > +++ b/configs/mvebu_espressobin-88f3720_defconfig > @@ -30,6 +30,7 @@ CONFIG_CMD_I2C=y > CONFIG_CMD_MMC=y > CONFIG_CMD_MTD=y > CONFIG_CMD_PCI=y > +CONFIG_CMD_SATA=y > CONFIG_CMD_SPI=y > CONFIG_CMD_USB=y > CONFIG_CMD_WDT=y > @@ -46,6 +47,7 @@ CONFIG_ENV_OVERWRITE=y > CONFIG_ENV_IS_IN_SPI_FLASH=y > CONFIG_SYS_RELOC_GD_ENV_ADDR=y > CONFIG_NET_RANDOM_ETHADDR=y > +CONFIG_AHCI_PCI=y > CONFIG_AHCI_MVEBU=y > CONFIG_CLK=y > CONFIG_CLK_MVEBU=y > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de