From owner-freebsd-arm@FreeBSD.ORG Tue Feb 4 05:23:05 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 26B05CF7 for ; Tue, 4 Feb 2014 05:23:05 +0000 (UTC) Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBBA51355 for ; Tue, 4 Feb 2014 05:23:04 +0000 (UTC) Received: by mail-ig0-f172.google.com with SMTP id k19so6389258igc.5 for ; Mon, 03 Feb 2014 21:22:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=2kaWvgKG10ImwY7mkC+lYOsdye09YcvlZelee2aj6Fs=; b=BZZJFgTv9JX2blzveDYaohiekDq0DuWk9cbS/BLoN9RSQ5IkKNj4LWC1athWNTB4X4 J4d6I9DbVNyGgHgRmwf3eIBbypw4UC7X0F4kvhY7w2d0xVb13CC3UpjXh7sTrk8A/sIy kUQ3XlwdNdKiGZPmqI62fwLNa9hDBVs9yDFq+81KYS2qy99C8cG1blWESWDPGAkGzmlX k7EWx8RlhkfN0BklNZ7UAzRwCFREmec2NAkKC9OBksSo2OnnRULsMBQAbLL7+nlOEPUW bv6qPgt/+GqMgNBupok+H1iVSHKsgetlaL6gM3lf4ib/ibEn76Vz+GthIqr6DNcAtwiP /6nA== X-Gm-Message-State: ALoCoQnmyZSVyfku3DdhZ1k9kBLwO+c+1KFrEhR8TFgk5CqoFqzFXqINuYz2BbiHYOZ+wC8A8sbX X-Received: by 10.50.117.5 with SMTP id ka5mr15408902igb.3.1391491377806; Mon, 03 Feb 2014 21:22:57 -0800 (PST) Received: from fusion-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id kt2sm45345980igb.1.2014.02.03.21.22.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Feb 2014 21:22:57 -0800 (PST) Sender: Warner Losh Subject: Re: wandboard / imx6 / exynos4 / cortex-a9 "wrong-endian bug" fixed Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 From: Warner Losh In-Reply-To: <2BDF104B-16DE-4488-9870-148843D8CC2F@kientzle.com> Date: Mon, 3 Feb 2014 22:22:56 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: 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> <2BDF104B-16DE-4488-9870-148843D8CC2F@kientzle.com> To: Tim Kientzle X-Mailer: Apple Mail (2.1085) 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:23:05 -0000 On Feb 3, 2014, at 9:59 PM, Tim Kientzle wrote: >=20 > On Feb 2, 2014, at 6:59 PM, Warner Losh wrote: >=20 >>=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.. >=20 > Does that work when there=92s a different source distro for > many of the ports? (Not to mention different patches for > each one.) Yes, but there may be complications... > 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 ENOTIME... Warner=