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 64758C433F5 for ; Sat, 9 Apr 2022 02:30:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0663D83DAC; Sat, 9 Apr 2022 04:30:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=rock-chips.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 1A59C83DAA; Sat, 9 Apr 2022 04:30:42 +0200 (CEST) Received: from mail-m17664.qiye.163.com (mail-m17664.qiye.163.com [59.111.176.64]) (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 C77C583DBF for ; Sat, 9 Apr 2022 04:30:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@rock-chips.com Received: from [192.168.0.115] (unknown [112.49.233.126]) by mail-m17664.qiye.163.com (Hmail) with ESMTPA id D6EAD1401F8; Sat, 9 Apr 2022 10:30:24 +0800 (CST) Message-ID: <235f4745-bf88-b57e-a8bd-9a4a8cee1b42@rock-chips.com> Date: Sat, 9 Apr 2022 10:30:24 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 2/2] rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399. Content-Language: en-US To: Vagrant Cascadian , u-boot@lists.denx.de Cc: Akash Gajjar , Jagan Teki , Philipp Tomsich , Simon Glass References: <20220406204204.60328-1-vagrant@debian.org> <20220406204204.60328-3-vagrant@debian.org> From: Kever Yang In-Reply-To: <20220406204204.60328-3-vagrant@debian.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgPGg8OCBgUHx5ZQUlOS1dZCBgUCR5ZQVlLVUtZV1 kWDxoPAgseWUFZKDYvK1lXWShZQUhPN1dZLVlBSVdZDwkaFQgSH1lBWUJNGEtWSk9DTxodHxpNTk 4fVRMBExYaEhckFA4PWVdZFhoPEhUdFFlBWU9LSFVKSktISkxVS1kG X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6PT46CDo*ED5IHUw0LgIwESwJ LzIwCkxVSlVKTU9CT0xKT0lOSU1NVTMWGhIXVRAeDR4JVQIaFRw7CRQYEFYYExILCFUYFBZFWVdZ EgtZQVlKSklVT0JVSUhIVUpJTVlXWQgBWUFJT0tPNwY+ X-HM-Tid: 0a800c288a2bda2fkuwsd6ead1401f8 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.5 at phobos.denx.de X-Virus-Status: Clean On 2022/4/7 04:42, Vagrant Cascadian wrote: > Add options to enable AHCI, SCSI and SATA. > > Signed-off-by: Vagrant Cascadian Reviewed-by: Kever Yang Thanks, - Kever > --- > > configs/rockpro64-rk3399_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig > index d5e98a4f73..858410e8f7 100644 > --- a/configs/rockpro64-rk3399_defconfig > +++ b/configs/rockpro64-rk3399_defconfig > @@ -28,6 +28,13 @@ CONFIG_CMD_GPT=y > CONFIG_CMD_MMC=y > CONFIG_CMD_PCI=y > CONFIG_CMD_USB=y > +CONFIG_AHCI=y > +CONFIG_AHCI_PCI=y > +CONFIG_SATA=y > +CONFIG_SATA_SIL=y > +CONFIG_SCSI=y > +CONFIG_SCSI_AHCI=y > +CONFIG_DM_SCSI=y > # CONFIG_CMD_SETEXPR is not set > CONFIG_CMD_TIME=y > CONFIG_SPL_OF_CONTROL=y