From owner-freebsd-ppc@freebsd.org Thu Sep 22 19:34:16 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 186E0BE5DEF for ; Thu, 22 Sep 2016 19:34:16 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-70.reflexion.net [208.70.210.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B63621123 for ; Thu, 22 Sep 2016 19:34:15 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 13731 invoked from network); 22 Sep 2016 17:47:25 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 22 Sep 2016 17:47:25 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.00.0) with SMTP; Thu, 22 Sep 2016 13:47:39 -0400 (EDT) Received: (qmail 28696 invoked from network); 22 Sep 2016 17:47:39 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 22 Sep 2016 17:47:39 -0000 Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id E5EE4EC8843; Thu, 22 Sep 2016 10:47:33 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r306065 - in head/sys vs. PowerMacs: Nathan's trail patch included but inappropriate? From: Mark Millard In-Reply-To: <8bc4d151-abcd-b300-9816-b1ca587c86f9@swissmail.org> Date: Thu, 22 Sep 2016 10:47:32 -0700 Cc: freebsd-ppc@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <77D76C1C-3526-4F13-BAFE-8B07A081181B@dsl-only.net> References: <917EFF5A-D054-4424-9D7D-4E4BEF6072EF@gmail.com> <4bb1046a-225d-66b2-7b00-067f0d6f6c60@gmail.com> <8bc4d151-abcd-b300-9816-b1ca587c86f9@swissmail.org> To: Krzysztof Parzyszek X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 19:34:16 -0000 On 2016-Sep-21, at 12:54 PM, Krzysztof Parzyszek wrote: > On 9/21/2016 1:15 PM, Jukka A. Ukkonen wrote: >> Anyhow the old code will not boot on a G5 without a change, neither >> will it boot with Nathan's patch included. Releasing 11.0-stable in >> a state that will not actually boot on one of the supported platforms >> will not look awfully bright either. I guess this is an issue for >> the re team to decide. >=20 > The 11 as it stands does not boot on my PowerMac G5. It hangs before = it starts printing the booting output. The only exception is that when I = enable DDB, it prints two lines about DDB and then hangs. >=20 > It does boot under Qemu though. I don't know what is going on. >=20 > -Krzysztof I do not know which variant(s) of 11.0 you are using. If releng/11.0 : Have you picked up -r305904 that Justin Hibbits = checked-in? If stable/11 : Have you picked up -r305901 that Justin Hibbits = checked-in? If head (so 12) : Have you picked up -r305894 that Justin Hibbits = checked-in? In all 3 cases the description is: > Increase the boot1 file size on the HFS boot image. >=20 > The boot1.elf is too fat for 30k, it's now 32k on powerpc64, and 34k = on powerpc. > Without this, boot1 will fail with odd behaviors. This is not needed for 10.x-??? . The updated files are in sys/boot/powerpc/boot1.chrp/ : Makefile.hfs generate-hfs.sh hfs.tmp1.bz2.uu =3D=3D=3D Mark Millard markmi at dsl-only.net