From owner-freebsd-arm@FreeBSD.ORG Sat May 25 17:08:35 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE0A74AA for ; Sat, 25 May 2013 17:08:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id A0176A91 for ; Sat, 25 May 2013 17:08:35 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id c13so15080144ieb.38 for ; Sat, 25 May 2013 10:08:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=mBIZUGXN86Zq6cTndibCtzFIWrhibE1XCyL8rv0e+mQ=; b=UzMuDv11sEZGi8rs5C4DQ6wjF53GBXlVE5vEVeEXGTh+lOu/f0/e3i2h0cQcuCsSzR CQUHIH7hOKSrmEu6PnTiXb9nUzkQccVWJfrVk52NFej6YWG8sgo5LXoCFG5UN760XoKo Cm29oXqK7BqJZFDQM6Synd0d9JplJJMuxXfB0avmHF8Ubs4MYtu7GNF6LeGd3ht/ghkq Hd9pUQvTaW405d4LGEBNKyPz50I9zCDQq7MRcQvVWDeKibCr/IWBs8AYHSCWF8x4BR1i lANzLxP3PL9T4tgLFi3/gTsaHg+LjRfgjB0IxVr+3MfkQa0p63StGqkzXJKZQ+xH4NRE f4Hw== X-Received: by 10.50.1.102 with SMTP id 6mr2005274igl.64.1369501715348; Sat, 25 May 2013 10:08:35 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id ua6sm4898100igb.0.2013.05.25.10.08.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 10:08:34 -0700 (PDT) Sender: Warner Losh Subject: Re: Port: U-Boot for BeagleBone Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Sat, 25 May 2013 11:08:32 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <534F7C76-12EF-4BF7-9872-0B2F366358E3@bsdimp.com> References: <3B16A2E5-C92B-4248-BE98-DD5C1194CB05@freebsd.org> <20130518100512.57c47fe6@bender> To: Tim Kientzle X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQlpJJb5svKnPR3SB7m9d6N3fC01A53bg3YD4h2qX1cVglMbeSjGTS0m3r7CTvqvmCGy3gzY Cc: freebsd-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: Sat, 25 May 2013 17:08:35 -0000 On May 25, 2013, at 1:02 AM, Tim Kientzle wrote: >=20 > On May 18, 2013, at 7:28 AM, Warner Losh wrote: >=20 >> A long time ago I was able to build u-boot using the cross-* ports... = They even have wrapper ports so you can get the write dependencies.=20 >=20 > Which wrapper ports are you referring to? >=20 > I don't see anything that looks useful. I think I used arm-rtems-{binutils,gcc} to do the building.... But it = has been a while, and there may have been some minor hacks needed... Warner