From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13412 invoked from network); 19 Apr 2021 16:27:32 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 19 Apr 2021 16:27:32 -0000 Received: from st43p00im-ztdg10073201.me.com ([17.58.63.177]) by 1ess; Mon Apr 19 12:20:58 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1618849251; bh=K6Ap0Cb3QE3Oko7yTnL65X4JI+hPtR2uZbfmzigA6vE=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=bZJRr0rQ2hi6xpGtxojeDJoy+W1B9GBQaODea1cifi/60popP0jXufKYUata5vIko ZeegrXEpTFhK0uZYtiDrJJshghjlcRfvnvfePvLPUm9N2W+HBUAg1X1sPeWbfdfw1/ ysfy1W/S9byA+diyeqfTm5gRFKhFa6AA+1lEbJPshASxCaIz+ULz62wdtYA7HJaTvk 7BB70QkSYdhC9ebGoDeXrMoZdbgH19MTiHs7IkjpbHH3Mt7yRRemCYKPJE//VPgDd5 OcMEkTFDyPKx2P3xMM29+Mr55GB62Ky/Bus2HSdzxibAsUz0u0XITb9XRtMWwCXx2C z2xdTNJr2MxmQ== Received: from [192.168.1.49] (unknown [93.56.117.77]) by st43p00im-ztdg10073201.me.com (Postfix) with ESMTPSA id 1CEE7221D7A for <9front@9front.org>; Mon, 19 Apr 2021 16:20:50 +0000 (UTC) From: Daniel Morandini Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Date: Mon, 19 Apr 2021 18:20:47 +0200 References: <89F2ADFB3FF2879CB6B65BD617ED0601@felloff.net> <33A587F4-9F1A-442E-99BD-22AEE588709A@me.com> To: 9front@9front.org In-Reply-To: <33A587F4-9F1A-442E-99BD-22AEE588709A@me.com> Message-Id: X-Mailer: Apple Mail (2.3654.40.0.2.32) X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.391,18.0.761,17.0.607.475.0000000_definitions?= =?UTF-8?Q?=3D2021-04-19=5F12:2021-04-19=5F03,2021-04-19=5F12,2020-04-07?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 malwarescore=0 clxscore=1015 bulkscore=0 spamscore=0 mlxlogscore=902 phishscore=0 suspectscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2104190111 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented social ACPI metadata event-oriented generator Subject: Re: [9front] PXE booting Rpi Reply-To: 9front@9front.org Precedence: bulk >> so you confirm that the following patch works? because >> i could not reproduce it on the PI3B+ (R2 always 0). > Hi cinap, > I discarded my changes and updated to b31369df5d7d. I double checked > that WITHOUT your changes the issue persists on the bcm boards I > have (a pi and pi2 model b), and it is CONFIRMED. >=20 > I was going to apply your patch and test the fix, but `hg import > =E2=80=94-no-commit -f ` refuses to apply it! The .rej = files > do not contain anything useful, to me they just show the patch is > perfectly fine. I also tried the `=E2=80=94-exact` flag and = `=E2=80=94-import-branch`. In the meanwhile I applied the changes manually. Your patch works, R2 is NOT zero on these devices! Cheers, dan=