From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6166E470E81 for ; Wed, 29 Jul 2026 10:59:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785322800; cv=none; b=CABWQPASZH38xKjWB1dBMHP2GLFykF8MMpWgPQvwuzD/i2DJkqR4k/1k8zj3H9KdCn47kc7aK9MahnsFQXQTjIGAarhogY0zDuWHvtPQdN1f59Rr+gzKVtEImmm0i0tS15fouDuejv7NClSBFHdoqjpmxZ5jWQJn+Dx3x79uzgs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785322800; c=relaxed/simple; bh=Ouaz2/TnvIqbv3NWWfQfEa1Mvd5m4peXPDD90DFHN0o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VTCC70ACwJk1qPenSzlRPrBbKqVqf4QPm9e30Fkya8s7mvNsF4GlIFv6WGRIs5Qrvrt3QkjStH+YmgHyxryD0Bqcwwxwqbv620APum9oq0IQ4kkQ8ujj27jdHkDSdagSO/LmcdHRpIzNXRXj0g0lmUx5nzSZJsxRuHKMu8UNAkI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UX96AhQp; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UX96AhQp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D6D01F00A3A; Wed, 29 Jul 2026 10:59:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785322799; bh=TtH0mcQHRaS2iBKANm0LIeTcnxStbEZe2wl12nOsYkM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UX96AhQpN+Ogg3Gbn+pq/owEsWAYyUI9hcJVqyfP6FIVvbm4L4KWpDANNtnqA128f ysfDcGaAoyub7QKcYkEliuOt8etDoI8uDqYajzwUzFkJ/Pn6jIxALnqbuzFMfqJRc9 HV7rFWIYBU6n9sXUV0T8hTSFUPAVrK7nhmsIHD7WX8ftht7L1/OT481b8cDsrnUSEP +SFUVP5P9x8XwWuGFV+F0wqEMso2A6FE4cdPmTcwPklrhOh5mfuaXq8w4od0xWhmoh qOsRphbwKcHM9L0j1ck55pvmfkgRmiT521aP5/OT4dkn3/nvfAL1TmBwiyZty3XBf0 C1ZMYHRZquaeQ== Date: Wed, 29 Jul 2026 11:59:54 +0100 From: Conor Dooley To: E Shattow Cc: devicetree@vger.kernel.org, Ilya Sorochan , Conor Dooley , Emil Renner Berthing , linux-riscv@lists.infradead.org, heinrich.schuchardt@canonical.com Subject: Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card. Message-ID: <20260729-electable-remake-1b8c94a452b7@spud> References: <20260306171939.84568-1-k0tran@altlinux.org> <178526175795.1708098.11834005845749245101.b4-ty@conchuod.ie> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9GTnjuYoP5tpTkIh" Content-Disposition: inline In-Reply-To: --9GTnjuYoP5tpTkIh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 29, 2026 at 02:39:50AM -0700, E Shattow wrote: >=20 >=20 > On 7/28/26 11:02, Conor Dooley wrote: > > From: Conor Dooley > >=20 > > On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote: > >> Add bootph-pre-ram to mmc1_pins clk-pins. > >> > >> U-Boot pruned their overrides recently in favor of Linux which broke b= ooting > >> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit: > >> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-co= mmon overrides") > >> > >> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@= canonical.com/ > >> > >> [...] > >=20 > > Right, I am going to try this again. I don't think there's actually a > > valid technical argument against it, since it just affects the stage at > > which configuration is applied rather than configuration itself. > > If the configuration is wrong, and more devices don't use this configur= ation > > than do, people need to move the node to where they think should be. Th= at > > shall be done separately. > >=20 > > I don't want to hear about the politics about whether or not Starfive w= ant > > to support it or reverse engineering of binaries etc. All that I care a= bout > > is discussion of the hardware itself and which boards need this and whi= ch do > > not. > >=20 > > Applied to riscv-dt-fixes, thanks! > >=20 > > [1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-= card. > > https://git.kernel.org/conor/c/42c57c049054 > >=20 > > Thanks, > > Conor. >=20 > Second NAK to this being applied, again, do not apply as-is. >=20 > As you're not interested in the technical discussion, then you won't > have one. I am interested in technical discussion of the hardware configuration. I'm not interested in reverse engineering of binaries, GPL compliance or whether Starfive want this to work or not because I don't see how they relate to the correctness of the hardware description. --9GTnjuYoP5tpTkIh Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCamndKgAKCRB4tDGHoIJi 0pEHAP4tUFMDOdPAWOVTlsM9wcVDVX5X43Awp2ZDSTlBZ8I/IgEA+x9hTRMtWp3p DaIrpFWoBW0ZyIlpyGLKrnA4otQPHwI= =gumS -----END PGP SIGNATURE----- --9GTnjuYoP5tpTkIh-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6F9B2C53200 for ; Wed, 29 Jul 2026 11:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=yy4eclwUTCkaosteRTwSOsZJjIcFNQ8y3P2e5jerbEg=; b=fWtURAKT7KPo2il3ewXNIYbBOO 1AdPJUvnJJUoG40QgXTrHpTl701kD+Ke+GPD8UKp3sUIqd5TFLCXW3TxB86XEb5gn+u2IEXsiXc2N QKwn6eiETuLg5eRmgVpytq3qBirHweSIeUI3xCBckXfeZ3q7n+m9/jukoSqxPTmo2In0apSxIGPfF b6F61YQZuOP5noweu/w3nugpUGU2ZxaKRKFxMO+iajgG3r3rkgxZFQSzX+k5RAHRuBf4Di676MEa2 LnwUhqdoIwOSsKoVCpTIq8y4KabPomberyOX+em9FefM5xkiBQa0+snJEsoKEeRK4QBkhSgPuBkDa K2ScDmjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wp214-00000007fNZ-1YyG; Wed, 29 Jul 2026 11:00:02 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wp212-00000007fLu-1hnC for linux-riscv@lists.infradead.org; Wed, 29 Jul 2026 11:00:00 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 7FB7E60AA8; Wed, 29 Jul 2026 10:59:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D6D01F00A3A; Wed, 29 Jul 2026 10:59:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785322799; bh=TtH0mcQHRaS2iBKANm0LIeTcnxStbEZe2wl12nOsYkM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UX96AhQpN+Ogg3Gbn+pq/owEsWAYyUI9hcJVqyfP6FIVvbm4L4KWpDANNtnqA128f ysfDcGaAoyub7QKcYkEliuOt8etDoI8uDqYajzwUzFkJ/Pn6jIxALnqbuzFMfqJRc9 HV7rFWIYBU6n9sXUV0T8hTSFUPAVrK7nhmsIHD7WX8ftht7L1/OT481b8cDsrnUSEP +SFUVP5P9x8XwWuGFV+F0wqEMso2A6FE4cdPmTcwPklrhOh5mfuaXq8w4od0xWhmoh qOsRphbwKcHM9L0j1ck55pvmfkgRmiT521aP5/OT4dkn3/nvfAL1TmBwiyZty3XBf0 C1ZMYHRZquaeQ== Date: Wed, 29 Jul 2026 11:59:54 +0100 From: Conor Dooley To: E Shattow Cc: devicetree@vger.kernel.org, Ilya Sorochan , Conor Dooley , Emil Renner Berthing , linux-riscv@lists.infradead.org, heinrich.schuchardt@canonical.com Subject: Re: [PATCH] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-card. Message-ID: <20260729-electable-remake-1b8c94a452b7@spud> References: <20260306171939.84568-1-k0tran@altlinux.org> <178526175795.1708098.11834005845749245101.b4-ty@conchuod.ie> MIME-Version: 1.0 In-Reply-To: X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============8958825958020004114==" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org --===============8958825958020004114== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9GTnjuYoP5tpTkIh" Content-Disposition: inline --9GTnjuYoP5tpTkIh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 29, 2026 at 02:39:50AM -0700, E Shattow wrote: >=20 >=20 > On 7/28/26 11:02, Conor Dooley wrote: > > From: Conor Dooley > >=20 > > On Fri, 06 Mar 2026 20:19:39 +0300, Ilya Sorochan wrote: > >> Add bootph-pre-ram to mmc1_pins clk-pins. > >> > >> U-Boot pruned their overrides recently in favor of Linux which broke b= ooting > >> from sd-card for me and Heinrich Schuchardt [1]. Pruning commit: > >> 27f617019dd070cb61f2 ("riscv: dts: starfive: prune redundant jh7110-co= mmon overrides") > >> > >> [1] https://lore.kernel.org/all/ffdfc550-559b-4c59-9873-3f040fc3bb0e@= canonical.com/ > >> > >> [...] > >=20 > > Right, I am going to try this again. I don't think there's actually a > > valid technical argument against it, since it just affects the stage at > > which configuration is applied rather than configuration itself. > > If the configuration is wrong, and more devices don't use this configur= ation > > than do, people need to move the node to where they think should be. Th= at > > shall be done separately. > >=20 > > I don't want to hear about the politics about whether or not Starfive w= ant > > to support it or reverse engineering of binaries etc. All that I care a= bout > > is discussion of the hardware itself and which boards need this and whi= ch do > > not. > >=20 > > Applied to riscv-dt-fixes, thanks! > >=20 > > [1/1] riscv: dts: starfive: jh7110-common: fix jh7110 SoC boot from SD-= card. > > https://git.kernel.org/conor/c/42c57c049054 > >=20 > > Thanks, > > Conor. >=20 > Second NAK to this being applied, again, do not apply as-is. >=20 > As you're not interested in the technical discussion, then you won't > have one. I am interested in technical discussion of the hardware configuration. I'm not interested in reverse engineering of binaries, GPL compliance or whether Starfive want this to work or not because I don't see how they relate to the correctness of the hardware description. --9GTnjuYoP5tpTkIh Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCamndKgAKCRB4tDGHoIJi 0pEHAP4tUFMDOdPAWOVTlsM9wcVDVX5X43Awp2ZDSTlBZ8I/IgEA+x9hTRMtWp3p DaIrpFWoBW0ZyIlpyGLKrnA4otQPHwI= =gumS -----END PGP SIGNATURE----- --9GTnjuYoP5tpTkIh-- --===============8958825958020004114== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv --===============8958825958020004114==--