From nobody Thu Sep 21 14:51:08 2023 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rryyg0qsfz4tWD2 for ; Thu, 21 Sep 2023 14:51:23 +0000 (UTC) (envelope-from bT.mdt5nfbe30=52y4evp5yj5p=nrmi0op8z1@return.smtpservice.net) Received: from e2i577.smtp2go.com (e2i577.smtp2go.com [103.2.142.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rryyf57Wpz4Hss for ; Thu, 21 Sep 2023 14:51:22 +0000 (UTC) (envelope-from bT.mdt5nfbe30=52y4evp5yj5p=nrmi0op8z1@return.smtpservice.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=mgy720.a1-4.dyn; x=1695308782; h=Feedback-ID: X-Smtpcorp-Track:To:Message-Id:Date:From:Subject:Reply-To:Sender: List-Unsubscribe; bh=mlKlbJ1CWMg1ZOwLIo2M1lOlh8vM/v3lvA9fQMiM8iU=; b=OgulivzO 51vRUvL1iO4jNVz+f0Y+RYyGjQ1PCoVF+DmbtPzkUl6Z9ZrofuU54lS1AX/LqYTqVDud8FZcgaO6k UZmSvIG76atEoFwxlCyXEQ+ixSqJVJEQlRqFVpH1CEtO7wv30snqrQOjbjddxvF/By3h260cCtzMh LfKq0JtdiegHca8EjHyS7OSbN445C+2x7pVPuIsDbNHULLfCk4ciK1SVhYqc8RTO1oXBD0jALmUMH weCexTAhjWHWVDoUgHotNntHZ8CTK5QPFRUwJOpMVtu17EJhMM95orqG/8QTcf+5PX9Dc7AGV1Ndj hNkIMkQjc99YiilkGgqClsBCoA==; Received: from [10.139.162.187] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2-S2G) (envelope-from ) id 1qjL1T-qt4Jbd-Tz; Thu, 21 Sep 2023 14:51:19 +0000 Received: from [10.99.243.232] (helo=morbo.fubar.geek.nz) by smtpcorp.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96-S2G) (envelope-from ) id 1qjL1T-4XoVlo-2K; Thu, 21 Sep 2023 14:51:19 +0000 Received: from smtpclient.apple (cpc91210-cmbg18-2-0-cust37.5-4.cable.virginm.net [81.102.44.38]) by morbo.fubar.geek.nz (Postfix) with ESMTPSA id A4A3D3DC52; Thu, 21 Sep 2023 14:51:18 +0000 (UTC) Content-Type: text/plain; charset=us-ascii List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: How to Boot FreeBSD Using pftf/RPi4 UEFI From: Andrew Turner In-Reply-To: <11D022AB-87B0-4271-B469-8D5BA6BD398A@mit.edu> Date: Thu, 21 Sep 2023 15:51:08 +0100 Cc: Mark Millard , FreeBSD ARM List Content-Transfer-Encoding: 7bit Message-Id: References: <11D022AB-87B0-4271-B469-8D5BA6BD398A@mit.edu> To: John F Carr X-Mailer: Apple Mail (2.3731.700.6) X-Smtpcorp-Track: 1qML1T4boV_o2K.DmhXjE_5DXYoA Feedback-ID: 790814m:790814amQcrys:790814sa22SsnTeK X-Report-Abuse: Please forward a copy of this message, including all headers, to X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:23352, ipnet:103.2.140.0/22, country:US] X-Rspamd-Queue-Id: 4Rryyf57Wpz4Hss > On 21 Sep 2023, at 15:47, John F Carr wrote: > > > >> On Sep 21, 2023, at 05:26, Mark Millard wrote: >> >> [Andrew T.: for main this lead to >> "panic: Assertion smccc_version != 0 . . ." >> for today's new snapshot.] > > I get the same error booting a fresh kernel on my Overdrive 1000 > which doesn't have any of the Pi-related boot weirdness. > Commits c643e82dba0b17b2716de4c9d44a3c9c547cbbd5 and > 8a723e2bd8683b0e046ed9d03178082f84c8cf26 are relevant. It should be fixed in 843bea18711d726cd2f0a3c3f9144b218e4de3e8 Andrew