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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 9447EC47082 for ; Mon, 31 May 2021 17:05:24 +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 3104C60FE5 for ; Mon, 31 May 2021 17:05:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3104C60FE5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C2A3082E6A; Mon, 31 May 2021 19:05:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se 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 70A2482E87; Mon, 31 May 2021 19:05:19 +0200 (CEST) Received: from pwildt.genua.de (pwildt.genua.de [80.154.94.49]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 79CD782E6A for ; Mon, 31 May 2021 19:05:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick@blueri.se Received: from mone.fritz.box (p200300c1c7238900146f1d026c905c58.dip0.t-ipconnect.de [2003:c1:c723:8900:146f:1d02:6c90:5c58]) by pwildt.genua.de (OpenSMTPD) with ESMTPSA id 629c4010 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Mon, 31 May 2021 19:05:15 +0200 (CEST) Date: Mon, 31 May 2021 19:05:13 +0200 From: Patrick Wildt To: Kever Yang Cc: Christian Glombek , U-Boot Mailing List , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Dennis Gilmore , Simon Glass , Philipp Tomsich , Aditya Prayoga , Heiko Stuebner Subject: Re: [PATCH] rk3399: Add basic =?utf-8?Q?su?= =?utf-8?B?cHBvcnQgZm9yIGhlbGlvczY044CQ6K+35rOo5oSP77yM6YKu5Lu255SxY2ds?= =?utf-8?B?b21iZWtAcmVkaGF0LmNvbeS7o+WPkeOAkQ==?= Message-ID: References: <20210225211315.157694-1-uwe@kleine-koenig.org> <90c1cd3f-8c45-c611-3298-bee3a4b2ba87@kleine-koenig.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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.102.4 at phobos.denx.de X-Virus-Status: Clean Any news on this? Uwe, Christian? Am Tue, Mar 30, 2021 at 03:21:32PM +0800 schrieb Kever Yang: > Hi > > Could you send new patch set if everything is ready. > > > Thanks, > > - Kever > > On 2021/3/9 上午12:29, Christian Glombek wrote: > > I've looked into this a bit over the weekend - my current WIP patch can > > be found here: > > https://src.fedoraproject.org/fork/lorbus/rpms/uboot-tools/blob/helios64/f/0001-arm-Add-support-for-Kobol-Helios64-board.patch > > > > It's essentially the entire devicetree used in Armbian, only that I had > > to remove the gpio{1,2,4} initialization since `gpio-hog` doesn't appear > > to work with upstream u-boot. > > It boots fine with current Fedora IoT 34 nightlies, but kernel crashes > > are very regular (sometimes recoverable, sometimes not), which looks to > > me like the same problem that Armbian builds have, logs seem to point to > > an issue with the dmc frequency. > > I've compiled an excerpt of interesting looking logs from a couple of > > boots here (you should be able to comment on the doc as well): > > https://hackmd.io/@lorbus/SyXTj0lXu > > > > Please take a look and let me know what you think. > > > > Best regards, > > Christian > >