From patchwork Thu Dec 27 08:43:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Ma X-Patchwork-Id: 1018831 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43QNms1vhPz9s2P for ; Thu, 27 Dec 2018 19:49:17 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id C6682C21DA2; Thu, 27 Dec 2018 08:49:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 36C30C21C3F; Thu, 27 Dec 2018 08:48:27 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C4874C21C3F; Thu, 27 Dec 2018 08:48:25 +0000 (UTC) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by lists.denx.de (Postfix) with ESMTPS id B904DC21BE5 for ; Thu, 27 Dec 2018 08:48:21 +0000 (UTC) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id F0B0C200169; Thu, 27 Dec 2018 09:48:20 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 4B31A2000C7; Thu, 27 Dec 2018 09:48:18 +0100 (CET) Received: from titan.ap.freescale.net (TITAN.ap.freescale.net [10.192.208.233]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 93B17402A6; Thu, 27 Dec 2018 16:48:14 +0800 (SGT) From: Peng Ma To: udit.agarwal@nxp.com, york.sun@nxp.com Date: Thu, 27 Dec 2018 08:43:18 +0000 Message-Id: <20181227084318.24774-1-peng.ma@nxp.com> X-Mailer: git-send-email 2.14.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: Peng Ma , u-boot@lists.denx.de, andy.tang@nxp.com Subject: [U-Boot] [PATCH] arm64: lx2160ardb: enable DM support for sata X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig index b7e3967..1267206 100644 --- a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig @@ -60,7 +60,6 @@ CONFIG_E1000=y CONFIG_NET=y CONFIG_DM_MMC=y CONFIG_DM_MMC_OPS=n -CONFIG_BLK=n CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y @@ -84,3 +83,6 @@ CONFIG_EMC2305=y CONFIG_RSA=y CONFIG_SPL_RSA=y CONFIG_RSA_SOFTWARE_EXP=y +CONFIG_DM_SCSI=y +CONFIG_SATA_CEVA=y +CONFIG_AHCI=y