From nobody Tue Nov 15 17:45:52 2022 X-Original-To: freebsd-ppc@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 4NBYWH102Yz4hL01; Tue, 15 Nov 2022 17:46:03 +0000 (UTC) (envelope-from ben@desync.com) Received: from bitcloud.desync.com (bitcloud.desync.com [IPv6:2607:f178:0:11::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "bitcloud.desync.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NBYWG63T0z44c2; Tue, 15 Nov 2022 17:46:02 +0000 (UTC) (envelope-from ben@desync.com) Authentication-Results: mx1.freebsd.org; none Received: via submission by bitcloud.desync.com with ESMTPSA id 2B3E77F9F0; Tue, 15 Nov 2022 12:45:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=desync.com; s=dk0; t=1668534353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=xGEBJNWzd60AJQ4/yqBchLNu3v5c2HfofPK1V9amNU0=; b=Ak7I3RiNTajkjknpZzD15EcdgqBttNfw6Qny1HYhiiQ191Cze1Lz6WO5CKSXovKZ+tFyLH vD4R9ETo5gAw48I2N2r8K+t2Y287ldbdTg+wvRqnou5gJbnafWb/SSwHDNIg/C1dqAbwF0 4SkDJDOY4M1Ko+ITqpPSIA+9ASdxm1g= Date: Tue, 15 Nov 2022 12:45:52 -0500 From: ben wilber To: Warner Losh Cc: Alexey Dokuchaev , "freebsd-arch@freebsd.org" , FreeBSD PowerPC ML Subject: Re: Boot Loader: OFW network booting support Message-ID: <20221115174552.b3memcp3nzo3qzx4@ultra.megatest.uucp> X-Mailer: NeXT Mail 3.3 X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3b1) List-Id: Porting FreeBSD to the PowerPC List-Archive: https://lists.freebsd.org/archives/freebsd-ppc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4NBYWG63T0z44c2 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:30217, ipnet:2607:f178::/48, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, Nov 15, 2022 at 10:04:12AM -0700, Warner Losh wrote: > So here's the deal. If someone has the ability to test and shows that it's > working today and promises to test my changes and help me debug it, then > I'll keep it and add the new code that's needed to continue to support this > feature. I have a fleet of G4/G5 Macs that roughly track current and would be happy to test loader changes. That said, I have never seen netboot work and don't personally feel strongly about it. USB boot has been easiest for me.