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 6399EC433EF for ; Mon, 28 Mar 2022 21:42:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E233283F77; Mon, 28 Mar 2022 23:42:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org 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=kernel.org header.i=@kernel.org header.b="UynjhaHF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 85FA383F70; Mon, 28 Mar 2022 23:42:41 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (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 7811283F8D for ; Mon, 28 Mar 2022 23:42:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1B516B81214; Mon, 28 Mar 2022 21:42:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABC09C3410F; Mon, 28 Mar 2022 21:42:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648503755; bh=FV1a5nWvndHya5pmvLE91urC8cP8xEljNRkYfSAaq/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UynjhaHFUjNTY1b8RNWp87j1jEZFWzv64gErUMkLIpBDiCW5wQf+aBkQiXonEN6+d gcQ7g+LF+u3oPc2jNORhS9YiCSRDG4q1uIUogZBBpYXoKncXMfM+8tMNY+CzDGJDGd Fr4kJzRtDksGdfaqpKWs/T027JgAHq8f0gSeXiAnne2j2hL7Jq49e3Nn62Ji70EbvS rXBUDuguamI4imp7yP/4gqrXE5Cf61ZshY+3KfgQiWkmISCW2nfhez/dO6rqVP2b0h R9mvRnPUZxaHX4qUI0h0vaSCs0hTD6rqkGMZ2KQg4TatfBw/BrIsyqtVRnfO+ZTWVT ysWh7PWsWkNww== Received: by pali.im (Postfix) id DF235AFA; Mon, 28 Mar 2022 23:42:32 +0200 (CEST) Date: Mon, 28 Mar 2022 23:42:32 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Tony Dinh Cc: Hajo Noerenberg , Stefan Roese , U-Boot Mailing List , Tom Rini Subject: Re: [PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI Message-ID: <20220328214232.32ph6bm4od6mtoke@pali> References: <20220324101113.7msyxihxmbohfscw@pali> <4cf7eec0-11db-5cae-470d-a608a6db7fe8@noerenberg.de> <20220328080414.gcukoae6zg6nhrjk@pali> <8a2217a4-6e76-5971-7d77-537a058d1456@noerenberg.de> <20220328092807.xgjg6qh25zmku6xl@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 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 Monday 28 March 2022 14:31:54 Tony Dinh wrote: > Hi Hajo & Pali, > > On Mon, Mar 28, 2022 at 2:28 AM Pali Rohár wrote: > > > > Hello! > > > > On Monday 28 March 2022 10:36:36 Hajo Noerenberg wrote: > > > Side note: as written in my first e-mail, I can access all hard disks and load files within U-Boot. Under Linux there are 'failed to IDENTIFY' errors. > > > > Ideally, send this issue to linux-ide mailing list and maintainers of > > linux ahci driver. I hope that they would be able to help with it. > > This "failed to IDENTIFY " problem might be related to the issue I've > fixed for u-boot sata_mv driver previously. I have not looked in Linux > sata_mv to see if it also needs to be patched. Note that this is not about sata_mv but rather PCI AHCI driver. But maybe Marvell AHCI based HW has same bug as that sata_mv based? > See: > https://lists.denx.de/pipermail/u-boot/2021-August/456705.html > > Tony