From owner-freebsd-arm@FreeBSD.ORG Mon Feb 27 11:07:22 2012 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC7701065670 for ; Mon, 27 Feb 2012 11:07:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9808FC1D for ; Mon, 27 Feb 2012 11:07:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1RB7MxB090121 for ; Mon, 27 Feb 2012 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1RB7LUC090118 for freebsd-arm@FreeBSD.org; Mon, 27 Feb 2012 11:07:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Feb 2012 11:07:21 GMT Message-Id: <201202271107.q1RB7LUC090118@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 11:07:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o arm/161044 arm devel/icu does not build on arm o arm/160431 arm [busdma] [patch] Disable interrupts during busdma cach o arm/158950 arm arm/sheevaplug fails fsx when mmap operations are enab o arm/156814 arm OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAP o arm/156496 arm [patch] Minor bugfixes and enhancements to mmc and mmc o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o arm/154227 arm [geli] using GELI leads to panic on ARM o arm/154189 arm lang/perl5.12 doesn't build on arm o arm/153380 arm Panic / translation fault with wlan on ARM o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 p arm/134338 arm [patch] Lock GPIO accesses on ixp425 16 problems total. From owner-freebsd-arm@FreeBSD.ORG Wed Feb 29 12:50:16 2012 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E4F1065673 for ; Wed, 29 Feb 2012 12:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE4EA8FC08 for ; Wed, 29 Feb 2012 12:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1TCoFln040189 for ; Wed, 29 Feb 2012 12:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1TCoFfp040188; Wed, 29 Feb 2012 12:50:15 GMT (envelope-from gnats) Date: Wed, 29 Feb 2012 12:50:15 GMT Message-Id: <201202291250.q1TCoFfp040188@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: arm/154227: commit references a PR X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 12:50:16 -0000 The following reply was made to PR arm/154227; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/154227: commit references a PR Date: Wed, 29 Feb 2012 12:44:47 +0000 (UTC) Author: cognet Date: Wed Feb 29 12:44:34 2012 New Revision: 232295 URL: http://svn.freebsd.org/changeset/base/232295 Log: Make sure we do not provide the page 0 to the VM. It can't handle it properly, because pmap_extract() returns 0 when there's no mapping. PR: arm/154227 MFC after: 1 week Modified: head/sys/arm/mv/mv_machdep.c head/sys/arm/xscale/i8134x/crb_machdep.c Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Wed Feb 29 12:13:05 2012 (r232294) +++ head/sys/arm/mv/mv_machdep.c Wed Feb 29 12:44:34 2012 (r232295) @@ -287,9 +287,19 @@ physmap_init(void) availmem_regions[i].mr_start + availmem_regions[i].mr_size, availmem_regions[i].mr_size); - phys_avail[j] = availmem_regions[i].mr_start; - phys_avail[j + 1] = availmem_regions[i].mr_start + - availmem_regions[i].mr_size; + /* + * We should not map the page at PA 0x0000000, the VM can't + * handle it, as pmap_extract() == 0 means failure. + */ + if (availmem_regions[i].mr_start > 0 || + availmem_regions[i].mr_size > PAGE_SIZE) { + phys_avail[j] = availmem_regions[i].mr_start; + if (phys_avail[j] == 0) + phys_avail[j] += PAGE_SIZE; + phys_avail[j + 1] = availmem_regions[i].mr_start + + availmem_regions[i].mr_size; + } else + j -= 2; } phys_avail[j] = 0; phys_avail[j + 1] = 0; Modified: head/sys/arm/xscale/i8134x/crb_machdep.c ============================================================================== --- head/sys/arm/xscale/i8134x/crb_machdep.c Wed Feb 29 12:13:05 2012 (r232294) +++ head/sys/arm/xscale/i8134x/crb_machdep.c Wed Feb 29 12:44:34 2012 (r232295) @@ -381,8 +381,8 @@ initarm(void *arg, void *arg2) i = 0; #ifdef ARM_USE_SMALL_ALLOC - phys_avail[i++] = 0x00000000; - phys_avail[i++] = 0x00001000; /* + phys_avail[i++] = 0x00001000; + phys_avail[i++] = 0x00002000; /* *XXX: Gross hack to get our * pages in the vm_page_array . */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Wed Feb 29 23:17:48 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53191106566B for ; Wed, 29 Feb 2012 23:17:48 +0000 (UTC) (envelope-from info@targipolitalia.com) Received: from smtplq04.aruba.it (smtplqs-out16.aruba.it [62.149.158.56]) by mx1.freebsd.org (Postfix) with SMTP id 9FAA38FC14 for ; Wed, 29 Feb 2012 23:17:47 +0000 (UTC) Received: (qmail 20335 invoked by uid 89); 29 Feb 2012 22:51:06 -0000 Received: from unknown (HELO smtp8.aruba.it) (62.149.158.228) by smtplq04.aruba.it with SMTP; 29 Feb 2012 22:51:06 -0000 Received: (qmail 15442 invoked by uid 89); 29 Feb 2012 22:51:06 -0000 Received: from unknown (HELO DARIUSZTRZASKA1) (info@targipolitalia.com@151.50.30.42) by smtp8.ad.aruba.it with SMTP; 29 Feb 2012 22:51:06 -0000 From: "Dariusz Trzaska" To: "freebsd-arm" MIME-Version: 1.0 Organization: www.targipolitalia.com Date: Wed, 29 Feb 2012 23:50:55 +0100 X-Antivirus: avast! (VPS 120229-1, 2012-02-29), Outbound message X-Antivirus-Status: Clean X-Spam-Rating: smtp8.ad.aruba.it 1.6.2 0/1000/N X-Spam-Rating: smtplq04.aruba.it 1.6.2 0/1000/N Message-Id: <20120229231748.53191106566B@hub.freebsd.org> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?iso-8859-2?q?Nowa_wiadomo=B6=E6?= X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 23:17:48 -0000 We invite you to visit our newly formed and remodeled website: =20 http://www.targipolitalia.com =20 The world's first international exhibition on-line now active. Free re= gistration gives the possibility of advertising, which can lead to the= development and success of the company. We designed a "VIRTUAL FAIR B= oxes" run functions that operate after registering and logging in, for= all firms and individuals registered on the portal. You can place ads= in all languages, such as: I am looking for customers, suppliers, con= tractors as well as an investor, partner, etc. Similarly, you can brow= se proposals from other companies. We are open for cooperation, as wel= l as suggestions on how to further improve the functioning of site. Greetings and welcome to register a company as well as private individ= uals. =20 Dariusz Trzaska Electronic signature no. 287732/CCK/2011 Mob. +39 3806460196 E-mail: info@targipolitalia.com http://www.targipolitalia.com =20 From owner-freebsd-arm@FreeBSD.ORG Sat Mar 3 08:17:37 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CB601065680 for ; Sat, 3 Mar 2012 08:17:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id 177DC8FC0A for ; Sat, 3 Mar 2012 08:17:36 +0000 (UTC) Received: from [10.70.230.93] (mobile-198-228-210-152.mycingular.net [198.228.210.152]) by mx0.deglitch.com (Postfix) with ESMTPSA id 168228FC27; Sat, 3 Mar 2012 12:17:33 +0400 (MSK) References: <23CB6C35-9450-40BA-9FA3-37C44B328CA8@freebsd.org> <8042D895-3B3D-431E-ADCC-A150BDC838ED@kientzle.com> In-Reply-To: <8042D895-3B3D-431E-ADCC-A150BDC838ED@kientzle.com> Mime-Version: 1.0 (1.0) Message-Id: <890D6B89-8031-496C-A5A2-A2836369F765@FreeBSD.org> X-Mailer: iPad Mail (9A405) From: Stanislav Sedov Date: Sat, 3 Mar 2012 00:17:17 -0800 To: Tim Kientzle Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "arm@freebsd.org" Subject: Re: ports cross-compilers vs. native toolchain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 08:17:37 -0000 On Jan 18, 2012, at 9:49 PM, Tim Kientzle wrote: > I'm trying to build a customized u-boot (so that I can > add the bootelf command, which is needed to chain > Rafa=C5=82's ubldr version of loader(8)). Of course, I'm trying > to build this from TI's sources customized for this board, > which means I'm not using the FreeBSD-customized > sources from denx.de. >=20 > Since ubldr is built with the native cross-tools, I've been > trying to build u-boot the same way, but I've run into > a few problems that make me wonder if it would make > more sense to build u-boot with the cross-* ports instead, > hence my question. (If I understand correctly, ubldr > calls into u-boot, so the two need to be built > compatibly, hence the question.) >=20 > Sounds like I should keep poking at u-boot with the > native cross tools=E2=80=A6. >=20 > Unfortunately, the native cross-version of ld is crashing, > and I have not yet been able to successfully build a debug > version of the native cross tools so I can figure out why. >=20 > I'll no doubt have more questions very=20 Hi, Tim. You can use arm-rtems-gcc or build one with arm/eabi settings to build uboot. Personally, I've been using the rtems gcc port. The uboot is a freestanding application, so it does not need FreeBSD libs tool chain to build and work. -- ST4096-RIPE From owner-freebsd-arm@FreeBSD.ORG Sat Mar 3 08:26:26 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C640F106564A for ; Sat, 3 Mar 2012 08:26:26 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7B74E8FC0C for ; Sat, 3 Mar 2012 08:26:26 +0000 (UTC) Received: from [10.70.230.93] (mobile-198-228-210-152.mycingular.net [198.228.210.152]) by mx0.deglitch.com (Postfix) with ESMTPSA id 7DC388FC27; Sat, 3 Mar 2012 12:26:22 +0400 (MSK) References: In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <7780B343-8A2B-4A67-BD1C-54C9EFC7749A@FreeBSD.org> X-Mailer: iPad Mail (9A405) From: Stanislav Sedov Date: Sat, 3 Mar 2012 00:26:09 -0800 To: Syed Rafiul Hussain Cc: "freebsd-arm@freebsd.org" Subject: Re: Kernel sources for i.MX53 QSB X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 08:26:26 -0000 On Feb 21, 2012, at 7:23 PM, Syed Rafiul Hussain wrot= e: > Hi, >=20 > I am a newbie to the area of freebsd. I am wondering if there is any kerne= l > source codes for imx53 quick start board. If there is any, could anyone > please refer the installation guide for it. >=20 > Thanks in advance. >=20 Hi! FreeBSD on arm does not support imx53 CPU currently. There's a lot of work is being done currently on armv6 support in general, so imx53 support might c= ome in future. Do you have any projects involving FreeBSD and imx53 in plans? -- ST4096-RIPE= From owner-freebsd-arm@FreeBSD.ORG Sat Mar 3 08:36:11 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC19C106564A; Sat, 3 Mar 2012 08:36:11 +0000 (UTC) (envelope-from rafiul1906@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id E47218FC0A; Sat, 3 Mar 2012 08:36:10 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so137103wgb.1 for ; Sat, 03 Mar 2012 00:36:10 -0800 (PST) Received-SPF: pass (google.com: domain of rafiul1906@gmail.com designates 10.180.83.42 as permitted sender) client-ip=10.180.83.42; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rafiul1906@gmail.com designates 10.180.83.42 as permitted sender) smtp.mail=rafiul1906@gmail.com; dkim=pass header.i=rafiul1906@gmail.com Received: from mr.google.com ([10.180.83.42]) by 10.180.83.42 with SMTP id n10mr2704481wiy.9.1330763770198 (num_hops = 1); Sat, 03 Mar 2012 00:36:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bmqXcacNNxqgggu+dYqc+O2g4p6mG714ofNvfkLxYuw=; b=avLR42r0mNhCdCqSsFAPHZqYfTP4XTcw31h8xbmBo4lTTFIkcGvPc31SJvP0MZQ4xQ KIo6N78KZPgqCPmdQHONyU/C1yPjsx/vQdjlf/ZyqDd156VlrXsWdlBeFDuxZCZ/yKfQ FsvL214poYjvD4XkLJ/3PofkfJtnW5QucfDz+m/PFEAQxx8hNbzJJqiZkPMscl8JHt9w vLSZEOVhGmdTfcoT4beQJfIdjb4BCAW0JkjmJjJly8IqbokX6O8IokmUVxBMwT+SHN8+ Xk/wCTOrWhXRMYLDKovMnjzX6qr1At3AsNglDK2sf2B59bcBixIkV5WRQdN3UUxXJKgY Mdiw== MIME-Version: 1.0 Received: by 10.180.83.42 with SMTP id n10mr2133230wiy.9.1330763770030; Sat, 03 Mar 2012 00:36:10 -0800 (PST) Received: by 10.216.70.66 with HTTP; Sat, 3 Mar 2012 00:36:10 -0800 (PST) In-Reply-To: <7780B343-8A2B-4A67-BD1C-54C9EFC7749A@FreeBSD.org> References: <7780B343-8A2B-4A67-BD1C-54C9EFC7749A@FreeBSD.org> Date: Sat, 3 Mar 2012 03:36:10 -0500 Message-ID: From: Syed Rafiul Hussain To: Stanislav Sedov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-arm@freebsd.org" Subject: Re: Kernel sources for i.MX53 QSB X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 08:36:11 -0000 Thanks for your reply. Yes, currently I am working on a project involving imx53 and linux. However, I am interested to use FreeBSD instead of linux. Thanks. On Sat, Mar 3, 2012 at 3:26 AM, Stanislav Sedov wrote: > > On Feb 21, 2012, at 7:23 PM, Syed Rafiul Hussain > wrote: > > > Hi, > > > > I am a newbie to the area of freebsd. I am wondering if there is any > kernel > > source codes for imx53 quick start board. If there is any, could anyone > > please refer the installation guide for it. > > > > Thanks in advance. > > > > Hi! > > FreeBSD on arm does not support imx53 CPU currently. There's a lot of work > is being done currently on armv6 support in general, so imx53 support > might come > in future. Do you have any projects involving FreeBSD and imx53 in plans? > > -- > ST4096-RIPE -- Rafiul From owner-freebsd-arm@FreeBSD.ORG Sat Mar 3 19:24:43 2012 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68857106564A for ; Sat, 3 Mar 2012 19:24:43 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA998FC08 for ; Sat, 3 Mar 2012 19:24:42 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q23J3QrH074108; Sat, 3 Mar 2012 19:03:26 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.119] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id vqimecg83bx5nvhha39tqbf87e; Sat, 03 Mar 2012 19:03:26 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=utf-8 From: Tim Kientzle In-Reply-To: <890D6B89-8031-496C-A5A2-A2836369F765@FreeBSD.org> Date: Sat, 3 Mar 2012 11:03:25 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <23CB6C35-9450-40BA-9FA3-37C44B328CA8@freebsd.org> <8042D895-3B3D-431E-ADCC-A150BDC838ED@kientzle.com> <890D6B89-8031-496C-A5A2-A2836369F765@FreeBSD.org> To: Stanislav Sedov X-Mailer: Apple Mail (2.1257) Cc: "arm@freebsd.org" Subject: Re: ports cross-compilers vs. native toolchain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 19:24:43 -0000 On Mar 3, 2012, at 12:17 AM, Stanislav Sedov wrote: > On Jan 18, 2012, at 9:49 PM, Tim Kientzle wrote: >=20 >> I'm trying to build a customized u-boot (so that I can >> add the bootelf command, which is needed to chain >> Rafa=C5=82's ubldr version of loader(8)).=20 >=20 > You can use arm-rtems-gcc or build one with arm/eabi settings to build > uboot. Personally, I've been using the rtems gcc port. The uboot is > a freestanding application, so it does not need FreeBSD libs tool = chain to > build and work. Actually, I've since managed to build u-boot with the xdev toolchain. There were two issues: 1) "gcc --print-file-name=3Dinclude"=20 About a week ago, I committed a fix to FreeBSD-CURRENT so it now supports this. 2) Missing div/mod functions in ARM libgcc. You can work around this by adding -lc to a couple of places in the u-boot makefiles. I'm also looking into a fix for FreeBSD libgcc. (Looks like these functions were disabled deliberately? I'm still digging.) Tim