From owner-freebsd-arm@FreeBSD.ORG Tue Feb 4 05:00:26 2014 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 ESMTPS id EF4337BD for ; Tue, 4 Feb 2014 05:00:25 +0000 (UTC) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9F3F11AD for ; Tue, 4 Feb 2014 05:00:25 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ld10so8052001pab.10 for ; Mon, 03 Feb 2014 21:00:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=fzfKvoF2PVqD2NIOoi3uN9kzjzFnVqYkfhgIYNV6R1I=; b=V+uCPMQv8ScNOiE/p1MCb7ZEp2fQ35xW0UTBsgEVtPrJt+4kA4vRt16KcJPKYO5FpZ f3NSWSuwcFRuPTKApoM3O6fOow2PZkyvkWgxec+5v6UN98YvEJBEGsY8v0o2pac0XCaH 2SQzvUBhk212spd3IvxBkvLo9BvHmmy8OC9xaTK3klJn3Ch1eEMxZOgxFi6ck5i5mf8K gJUq6Gtqcx2cw0tDQanphW7qd/7dij0RBmjJycEo78aqRhCbG/wZnuM9Zd2XQvLGZSSj 3xtaTja5cswRMlCsH+rtMrVHqU8mNTEUozgx5VgtH89y+YkfHAJY6Qj3qa6a9XKtom3D /qBw== X-Gm-Message-State: ALoCoQnPwWLeHUDhX/XfqlkR365K3rtE0iilwvjByT5lCizVW2oV4/LQKZlMJupxhS3C+LdEPfox X-Received: by 10.68.171.193 with SMTP id aw1mr41476725pbc.117.1391490019667; Mon, 03 Feb 2014 21:00:19 -0800 (PST) Received: from [192.168.1.2] (c-24-6-182-22.hsd1.ca.comcast.net. [24.6.182.22]) by mx.google.com with ESMTPSA id vg1sm61783927pbc.44.2014.02.03.21.00.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Feb 2014 21:00:18 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: wandboard / imx6 / exynos4 / cortex-a9 "wrong-endian bug" fixed From: Tim Kientzle In-Reply-To: <1584FD9C-581F-4BCF-8153-E381693887DB@bsdimp.com> Date: Mon, 3 Feb 2014 20:59:07 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <2BDF104B-16DE-4488-9870-148843D8CC2F@kientzle.com> References: <1391371204.13026.43.camel@revolution.hippie.lan> <20140202230450.GA42331@cicely7.cicely.de> <1391395062.13026.69.camel@revolution.hippie.lan> <1584FD9C-581F-4BCF-8153-E381693887DB@bsdimp.com> To: Warner Losh X-Mailer: Apple Mail (2.1827) Cc: freebsd-arm , Bernd Walter , ticso@cicely.de, Ian Lepore X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 05:00:26 -0000 On Feb 2, 2014, at 6:59 PM, Warner Losh wrote: >=20 > On Feb 2, 2014, at 7:37 PM, Ian Lepore wrote: >=20 >> On Sun, 2014-02-02 at 18:25 -0700, Tom Everett wrote: >>> I can confirm that a crochet image for Wandboard no longer crashes = after >>> this fix. It doesn't mount the FS yet, but that's a known issue, = noted >>> here: >>>=20 >>> https://github.com/kientzle/crochet-freebsd/issues/29 >>=20 >> That thread mentions needing to build a u-boot for wandboard. Here's = a >> patchset for doing that. Apply this in your ports/sysutils dir, = using: >>=20 >> patch -p0 >=20 >> This was copied from Tim's beaglebone work and changed a bit for >> wandboard. =20 >>=20 >> I've been meaning to ask about how we should handle this. Do we want = a >> u-boot port for every board, or is there some way to parameterize a >> single port so that it applies the right set of patches, or what? = I'm >> not very savvy about ports. >=20 > Usually there's a master port, and slave ports that parameterize. When = we talked about this at BSDcan, I believe that was the model that was = suggested for this problem.. Does that work when there=92s a different source distro for many of the ports? (Not to mention different patches for each one.) Tim P.S. I started a U-Boot port for BeagleBone but my time has evaporated. If anyone wants to take that over and extend it for other boards, step right up=85