From owner-freebsd-arm@FreeBSD.ORG Thu Jul 25 05:07:46 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 C3C573AA; Thu, 25 Jul 2013 05:07:46 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1662CE9; Thu, 25 Jul 2013 05:07:45 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r6P57cBL063826; Thu, 25 Jul 2013 05:07:38 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id ijke2e25zcjmwendnqf8j729s6; Thu, 25 Jul 2013 05:07:38 +0000 (UTC) (envelope-from kientzle@freebsd.org) Subject: Re: Adding options to RPI-B Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: Date: Wed, 24 Jul 2013 22:07:37 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <877D7426-64E2-4451-AECC-073664A70AC1@freebsd.org> References: <2C57A72F-0CB3-41DF-B0E5-1509348128BD@freebsd.org> <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.1283) 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 05:07:46 -0000 On Jul 24, 2013, at 9:42 PM, Rui Paulo wrote: > On 24 Jul 2013, at 21:22, Tim Kientzle wrote: >=20 >> 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. >=20 > 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. Ah. I'll try installing the standard Forth files and see what happens. > 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. Hmmm=85. I *used* to know Forth quite well. ;-) Tim