From owner-svn-src-projects@FreeBSD.ORG Thu May 7 21:36:15 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF7A2A87; Thu, 7 May 2015 21:36:15 +0000 (UTC) Received: from relay.mailchannels.net (tkt-001-i373.relay.mailchannels.net [174.136.5.175]) by mx1.freebsd.org (Postfix) with ESMTP id BCB401167; Thu, 7 May 2015 21:36:13 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp1.ore.mailhop.org (ip-10-220-9-73.us-west-2.compute.internal [10.220.9.73]) by relay.mailchannels.net (Postfix) with ESMTPA id 303DF6034E; Thu, 7 May 2015 21:27:09 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp1.ore.mailhop.org ([TEMPUNAVAIL]. [10.83.15.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Thu, 07 May 2015 21:27:09 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1431034029263:960489657 X-MC-Ingress-Time: 1431034029263 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp1.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YqTJv-0003wg-QP; Thu, 07 May 2015 21:27:03 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t47LR2YH067766; Thu, 7 May 2015 15:27:02 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19gloWv0VIw29PmkMmeFtMY Message-ID: <1431034022.6170.187.camel@freebsd.org> Subject: Re: svn commit: r282591 - projects/release-arm-redux/release/arm From: Ian Lepore To: Glen Barber Cc: src-committers@freebsd.org, svn-src-projects@freebsd.org Date: Thu, 07 May 2015 15:27:02 -0600 In-Reply-To: <201505071750.t47HoO7b060647@svn.freebsd.org> References: <201505071750.t47HoO7b060647@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 21:36:16 -0000 On Thu, 2015-05-07 at 17:50 +0000, Glen Barber wrote: > Author: gjb > Date: Thu May 7 17:50:24 2015 > New Revision: 282591 > URL: https://svnweb.freebsd.org/changeset/base/282591 > > Log: > Set UBLDR_LOADADDR for the BEAGLEBONE image. > > Sponsored by: The FreeBSD Foundation An FYI for planning purposes... we're getting closer to the point where UBLDR_LOADADDR won't be needed and a single buildworld of armv6[hf] will be usable on every system/board/soc. I hacked together a relocatable ubldr that can be loaded at any address, enough for a proof of concept, yesterday. It needs some cleaning up and some pondering about how to make the transition smooth for users (it requires matching changes in the u-boot config). The remaining differences between images will be which kernel to install and which u-boot pkg to add. -- Ian