From owner-freebsd-arm@FreeBSD.ORG Thu Jul 25 04:42:50 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6852BFF7; Thu, 25 Jul 2013 04:42:50 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (felyko.com [174.136.100.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7602C2D; Thu, 25 Jul 2013 04:42:50 +0000 (UTC) Received: from [IPv6:2601:9:4d00:119:15a2:4ee8:1063:6b03] (unknown [IPv6:2601:9:4d00:119:15a2:4ee8:1063:6b03]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id BC5B73982B; Wed, 24 Jul 2013 21:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1374727370; bh=gZAVEmWj1pwHUc4P3wBdzQbAQh9ZlfkRlLEmDlb7g1A=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=IHOx7ih+w9byYKgvlB7o5hDBk1hp1AFLSsFg/CtnvH7pmQxCFX7CqcB3Kevf7yl9O D3RveGVU/yljF2NBYt4PV01AgKefvQO+GoaoXZvUYUvJHzBA8sl8dnTKUrwieiTs80 CoL5fPfp5Mk6coTem5LNvKYaYyn2BvHHnOrzO66A= Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Adding options to RPI-B From: Rui Paulo In-Reply-To: Date: Wed, 24 Jul 2013 21:42:49 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2C57A72F-0CB3-41DF-B0E5-1509348128BD@freebsd.org> <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> To: Tim Kientzle X-Mailer: Apple Mail (2.1508) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 04:42:50 -0000 On 24 Jul 2013, at 21:22, Tim Kientzle wrote: > I've never used loader.conf myself so please > let me know what you think is still missing. >=20 > According to the manpage for loader.conf, it seems > the key requirement is FICL support, and that is > enabled in ubldr on ARM. We don't ship with a loader.rc capable of reading loader.conf. For an = example, see amd64/i386 where we load loader.4th from loader.rc and = loader.4th reads loader.conf. We might also need to ship boot/defaults/loader.conf or something like = that. My Forth skills are non-existant but we might not need something = as complicated as i386/amd64. -- Rui Paulo