From owner-svn-src-head@freebsd.org Wed Sep 23 02:30:25 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E68C3E9FE7; Wed, 23 Sep 2020 02:30:25 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bx2G90qrwz46q4; Wed, 23 Sep 2020 02:30:25 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [IPv6:2800:484:5381:a440:f6:e144:b425:3786] (unknown [IPv6:2800:484:5381:a440:f6:e144:b425:3786]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 829482170C; Wed, 23 Sep 2020 02:30:24 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r366032 - in head: . share/mk stand sys/conf sys/modules sys/powerpc/include To: Brandon Bergren , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202009222349.08MNnUQj003883@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <43a11768-51e5-a3a7-3f52-29dcfb7c6bd8@FreeBSD.org> Date: Tue, 22 Sep 2020 21:30:23 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <202009222349.08MNnUQj003883@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 02:30:25 -0000 On 22/09/2020 18:49, Brandon Bergren wrote: > Author: bdragon > Date: Tue Sep 22 23:49:30 2020 > New Revision: 366032 > URL: https://svnweb.freebsd.org/changeset/base/366032 > > Log: > [PowerPC64LE] Set up powerpc.powerpc64le architecture > > This is the initial set up for PowerPC64LE. > > The current plan is for this arch to remain experimental for FreeBSD 13. > > This started as a weekend learning project for me and kinda snowballed from > there. > > (More to follow momentarily.) Very nice "learning" project ... Huge thanks for taking time on this and having fun in the process ! Pedro.