From owner-freebsd-arm@FreeBSD.ORG Fri Sep 20 02:11:13 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 720E6220 for ; Fri, 20 Sep 2013 02:11:13 +0000 (UTC) (envelope-from tim@kientzle.com) 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 503992661 for ; Fri, 20 Sep 2013 02:11:12 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r8K2B5NK091646; Fri, 20 Sep 2013 02:11:05 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id x8pd4d8m2ipkg9kx69dtisnkni; Fri, 20 Sep 2013 02:11:05 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Trouble with a dream plug... From: Tim Kientzle In-Reply-To: <6ED6910A-C3C0-432A-B3FF-6F2D76EB6869@lakerest.net> Date: Thu, 19 Sep 2013 19:11:05 -0700 Content-Transfer-Encoding: 7bit Message-Id: <28AD84E4-50BC-4A69-8274-B2F4AAD53365@kientzle.com> References: <3D3276E2-7436-4E98-A37D-1529C1752158@lakerest.net> <6ED6910A-C3C0-432A-B3FF-6F2D76EB6869@lakerest.net> To: Randall Stewart X-Mailer: Apple Mail (2.1508) Cc: ARM 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: Fri, 20 Sep 2013 02:11:13 -0000 On Sep 19, 2013, at 7:56 AM, Randall Stewart wrote: > Ok > > So I figured it out ;-) > > Turns out there is a DREAMPLUG configuration.. which then gets > the right fdt.. I did not realize we compile it into the kernel.. On BeagleBone and RPi, an earlier boot loader loads the appropriate FDT into a known location in memory and ubldr(8) then passes that FDT to the kernel. Most of our ARM systems are still compiling the FDT into the kernel. Tim