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 AD035C25B4E for ; Sun, 22 Jan 2023 18:42:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 592A3855B5; Sun, 22 Jan 2023 19:42:15 +0100 (CET) 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="KJeluVz8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D27D1855B5; Sun, 22 Jan 2023 19:42:13 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::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 44A9084FD1 for ; Sun, 22 Jan 2023 19:42:11 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=conor@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 dfw.source.kernel.org (Postfix) with ESMTPS id 4D77E60C8C; Sun, 22 Jan 2023 18:42:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97537C4339B; Sun, 22 Jan 2023 18:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674412928; bh=Smf8Df2+jQ396Re6I7rKfkyQx30wonhBzR5Ss3u87JU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KJeluVz8Vb3Mub+CsPGhHPvEU0M8mqb+cmgtF/i/OuN7A4FNLQTNMrv+ZDX4YJHD4 MiKLr0d2bZX9277SxuTuchlBVzGmWjltVPNScsDJyB0HG4bwjNDjc/Ic3Fd4rzUs/u V8jopiGh1Fn5yJ9oQhTbMYMh9SbItVgoDVmHiXnPJWBkkv1h5iqKUGkgKMVUQPotfA uqPQM7VFMBZ2PaXBvFQmGpl/0g0aW2ivw2JSpiSaNP9abjjq/sGL5ANxy8wYWoPtph YoDnK7Amdni8q1ky9/8BmYRqFCJHu/OFuQQwinB99mseqiOcN5NZLL4BqJSrH1Uo6+ 5hcZ4iPnDJOig== Date: Sun, 22 Jan 2023 18:42:04 +0000 From: Conor Dooley To: Sean Anderson , Yanhong Wang Cc: Yanhong Wang , u-boot@lists.denx.de, Rick Chen , Leo , Lukasz Majewski , Lee Kuan Lim , Jianlong Huang , Emil Renner Berthing Subject: Re: [PATCH v2 00/17] Basic StarFive JH7110 RISC-V SoC support Message-ID: References: <20230118081132.31403-1-yanhong.wang@starfivetech.com> <6363344f-1448-ddf6-9459-94a1b44e27d3@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="RV/WIMMcP/w/DmDw" Content-Disposition: inline In-Reply-To: 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.6 at phobos.denx.de X-Virus-Status: Clean --RV/WIMMcP/w/DmDw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 21, 2023 at 10:05:47PM +0000, Conor Dooley wrote: > > > Apologies if I have missed it somewhere - but where is patch 12? > > > I don't see it on lore.kernel.org nor in my inbox :( >=20 > > https://lore.kernel.org/all/20230118082907.31629-1-yanhong.wang@starfiv= etech.com/ >=20 > Oh, thanks! Hopefully I can provide a tested-by so... Well it gets to console etc and there's not really much more than that to really test until some of the peripheral support patches arrive. Ethernet in particular would be great ;). So for non-SPL: Tested-by: Conor Dooley I can't test the SPL though unfortunately, as the program required to "package" it has no source code AFAICT and doesn't run on my system. Thanks, Conor. > > Not sure why it isn't with the rest of the series. >=20 > Ehh, well it seems to be missing an In-Reply-To header, so perhaps it > was missing from the directory or w/e they ran send-email from & only > sent at a later date. >=20 > FWIW Yanhong, git send-email allows you to set that header so that > things do get threaded properly. AFAIU it's --in-reply-to=3D >=20 > Happy New Year, > Conor. >=20 --RV/WIMMcP/w/DmDw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY82DfAAKCRB4tDGHoIJi 0olCAP9xQagEPTcHzytWYZsMUig3yT4sVaCFbdvaQtp8ouTtggD/WdCqFHt+PkNb XrbXOMqi8cGYAo7Mb2Ioukskpz/QYAY= =UJyP -----END PGP SIGNATURE----- --RV/WIMMcP/w/DmDw--