From owner-freebsd-ppc@freebsd.org Tue Feb 27 16:48:45 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A2CF364B1 for ; Tue, 27 Feb 2018 16:48:45 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA96B82793 for ; Tue, 27 Feb 2018 16:48:44 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id 70so28533515lfw.2 for ; Tue, 27 Feb 2018 08:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=lb9n8TSOB2y+P5n3C7r8yqxI67pvZnNeQpaUiHWInH4=; b=c2rYx12O7ItDlUNAflZ9B/80KnrYLY/oyADXBTYCJjZpYUjcD6wKDgYdyPRU3nnpxQ IRq6VXK1VSyHzfTwi9gInUMRHApD5zK3nVoA4DjTwYnRERd4jIunYIeA1xQ3rctH61Hw QfS8awS9EnZu5+TOHNCnOPAoSPcj22s/0JkCcTpGEm/HdP4alJWP9hIZoWO1vtzi1aQj DzYlC212JVorc68nSlbNUCloRv5GhTOTcKpJwwtkr2IGLxKE5/G5nMSkGEV0AJYL1SVF nj3pMnOEuRTxyzyLeRKb7BpdvOF9Mox2HQocpUj8ClOEiOSsUb31+YmwoNk3GDZ0GP2I juFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=lb9n8TSOB2y+P5n3C7r8yqxI67pvZnNeQpaUiHWInH4=; b=spS3/1yQ80cN3NJrfl788sdQmJ+MObbxlEzGG4nYZ6j/JzZR+zcu709z520+nmFEaJ OnhwYEmMvkHrxO5/F/mGZqOKyJmltS1t5Ttb+C1OhTOQIhfqQaaWo8nsHI14FCIOsY8v cmHl/hkQnwCjvBYuzzuUoSd/eRTAU4SN19szBKn1f2XppUtbCKLExQ/BI6FG/oE4C4iX 3ZyDKka75wnWBZPGO4/f20ObId8drrde1CLFJNeIH4EarUHqw1asaiC6RKTUlfl/j+F3 +8ZJYzwADVArGx1kMr4DecgWpCznFjXQuMGnvcRkrxSAHOl0SWzyggJNplfYsY1r8DOU SwGA== X-Gm-Message-State: APf1xPDm0Ito3VCn11DMFSP2sf+BBChwJ9cuuqbxbGOLxk8WhBTUDufV FOKmxQbYiyQx8cXWAem17V5br/+3ISpudBTTAG0= X-Google-Smtp-Source: AG47ELvou8Qof+NoxedULhcmPWcwVKo2hth3gr3JWYitQZuBFm+V4O7l3F25pxoyoug1qlYxmw+tFkiiezCfQ0WfxUE= X-Received: by 10.46.65.82 with SMTP id o79mr10777328lja.97.1519750123345; Tue, 27 Feb 2018 08:48:43 -0800 (PST) MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.46.85.26 with HTTP; Tue, 27 Feb 2018 08:48:42 -0800 (PST) In-Reply-To: <1A4AF5E6-FECD-4BF3-AAC4-F3773916A1C4@gmail.com> References: <1A4AF5E6-FECD-4BF3-AAC4-F3773916A1C4@gmail.com> From: Justin Hibbits Date: Tue, 27 Feb 2018 10:48:42 -0600 X-Google-Sender-Auth: d-asRcAt99UXjVwG5qa8VsT7uNs Message-ID: Subject: Re: Source for Mac bootloader? To: Rob Ballantyne Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 16:48:45 -0000 On Tue, Feb 27, 2018 at 10:26 AM, Rob Ballantyne wrote: > Hi, > > I started looking through the src for the FreeBSD bootloader but I can't seem to find it. If someone is familiar please point me to the location. The entry point would also be helpful but I can find that myself if it's not immediately available to you. > > Thanks! > > Sent from my iPad The bootloader source is found in stand/, which is split by common code and architecture. The mac-relevant portions are under stand/ofw/ and stand/powerpc/, more particularly under stand/powerpc/boot1.chrp and stand/powerpc/ofw. - Justin