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 BA1E8C77B7A for ; Fri, 2 Jun 2023 01:16:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0A290846C6; Fri, 2 Jun 2023 03:16:35 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=starfivetech.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 849D9846FB; Fri, 2 Jun 2023 03:16:33 +0200 (CEST) Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by phobos.denx.de (Postfix) with ESMTP id 39A44846B0 for ; Fri, 2 Jun 2023 03:16:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=starfivetech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=yanhong.wang@starfivetech.com Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 9E09124E1E2; Fri, 2 Jun 2023 09:16:26 +0800 (CST) Received: from EXMBX173.cuchost.com (172.16.6.93) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 2 Jun 2023 09:16:26 +0800 Received: from [192.168.120.46] (171.223.208.138) by EXMBX173.cuchost.com (172.16.6.93) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 2 Jun 2023 09:16:25 +0800 Message-ID: <87df93fb-38b0-d293-c2cf-cf887e275130@starfivetech.com> Date: Fri, 2 Jun 2023 09:16:25 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: The latest U-boot reports an error when running on StarFive visionfive2 1.3B board To: CC: Rick Chen , Leo , Simon Glass , Torsten Duwe References: Content-Language: en-US From: yanhong wang In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [171.223.208.138] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX173.cuchost.com (172.16.6.93) X-YovoleRuleAgent: yovoleflag 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.8 at phobos.denx.de X-Virus-Status: Clean On 2023/5/31 2:11, Simon Glass wrote: > Hi Yanhong, > > Please can you send this to the mailing list and cc me? > > Regards, > Simon > > On Tue, 16 May 2023 at 20:48, yanhong wang > wrote: >> >> Hi Simon Glass, >> >> Running the latest U-boot on the StarFive VisionFive 2 1.3B board prompts the following error message: >> >> U-Boot 2023.07-rc2-00133-g6e1852ca2c (May 17 2023 - 09:08:48 +0800) >> >> CPU: rv64imafdc_zba_zbb >> Model: StarFive VisionFive 2 v1.3B >> DRAM: 8 GiB >> initcall sequence 00000000fffe08b0 failed at call 000000004021611e (err=-19) >> ### ERROR ### Please RESET the board ### >> >> Roll back the most recent submission, and finally confirm that one of the submission affected [commit ID: 55171aedda88d12666e2a1bbc661dea1bec65337]. >> The author of this submission is you, so I sent this email to learn more about the specific situation. >> >> Do you have any suggestions to solution this issue? >> >> >> Best Regards. >> >> yanhong.wang@starfivetech.com