From nobody Mon Nov 21 04:47:33 2022 X-Original-To: freebsd-arch@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 4NFvyG39TXz4hRG9; Mon, 21 Nov 2022 04:47:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NFvyG1g4cz4G1B; Mon, 21 Nov 2022 04:47:34 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669006054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QxppQ2MN9AL2K0SDEjKJD7jVGUDRBQK6FSNHjOiccpE=; b=yDEbBoT1CTP5Im+zKGy5ruPyXZ6gFxe203XSSQz8/77XklBH9bgGlftuV3WYbiw6+dPJIU X49fzzqh6+Dc7GJaRGN8OQsqy9lDVQzFI8UdMPdHMiY7Ay9O6NC5g9oDOAXP5QEPU/Vzcz zAsOJnbjxotHJ9aD6Ny6cXNPewKyh5vZdYjHZA2+DhiUUYwYRy7cyypWUl86dHXoIyFcBT 4dqQvm4KF6kMHe8afA6Of1DiiDJT6BGSqc3NlzB1DmdyLgThGENhn0/9VclJlJKvBVY2cp jJQGLuOnL/73lc6auSikmC7L3EYtWZPkxyeGZk3NMe/uLwkmScvhz1E/IHgAoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669006054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QxppQ2MN9AL2K0SDEjKJD7jVGUDRBQK6FSNHjOiccpE=; b=Nb00NIsDe7o0cXKbtkRVkLFWsD4ouAeVrqFyockTVYnzMhZa7uB/VprBBf1QwBPWI3cHoG B/Ecq/23zUOklrAGQyzMbpVOnfRGC3dgnQAw144oi03zTupdGDsdUfAKmMrQpMBIHc9PNG RnmU4wQrztlKWHKC3exPJ64/sVEZJ2xFjWxfdLRZw/fEh8sgIjB3RweQAeDeF14Vfbn6Pk KFO0eCzN1LLpfNdKdCxCCTRFIqa6to5A4N7N2JHJ/Xl5KDk0zEZJkI+bb3Jqx1ldI77jSD rXYWzacuPOYTTEkLU9uy5zlItUBOXju5x2G8v4uyjUEKwn/COwFQo1GgsNj7fQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1669006054; a=rsa-sha256; cv=none; b=aTCVZyXNJyOUzZa2cBSll3jedN0iEQFDIfnciCha4pMnfbmees6yc/d/6Fx4etYejT3Zp2 JVwniWjmtAIFfQ6gdx3Keoca7gSK9XPvz5D+1TqNjNB1x5YkkuYWScoSrnQ/QPVEKF/Fzy c7twMwiXdZxq4bLLx+NggFZjjMBtwh5zguezWSKYpNs0zentuTH/FFArenC8r0peHIeqs3 Tht695/fS6vs0BfKhZvuJqmdzNXR+ey4EZtw7Y5tz/Nbhpmlwd21zaA6vckualzgWY3w1o XNfsexCLhibGGhXVegqdpugX393dF6x6eBuzvJBg23pN12BJ8gOKp7tUd1R5OQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 084977364; Mon, 21 Nov 2022 04:47:33 +0000 (UTC) Date: Mon, 21 Nov 2022 04:47:33 +0000 From: Alexey Dokuchaev To: Warner Losh Cc: "freebsd-arch@freebsd.org" , FreeBSD PowerPC ML Subject: Re: Boot Loader: OFW network booting support Message-ID: References: List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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'd happily test anything on my venerable Mac mini G4 (which I currently use to ensure ports' endian-cleanness and 32-bit compliance). > Alternatively, if someone has the recipe for FreeBSD/powerpc on QEMU that > includes OpenFirmware for disks and networking, I'll do the testing and > legwork to get my netboot setup locally. I'll play with that as well. I recall last time I needed it, finding that our Wiki doesn't have much working examples of different systems' emuation was frustrating, so at the very least I could probably expand it. ./danfe