From owner-freebsd-arm@FreeBSD.ORG Mon Feb 3 02:41:29 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F2D0597 for ; Mon, 3 Feb 2014 02:41:29 +0000 (UTC) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D65D61067 for ; Mon, 3 Feb 2014 02:41:28 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id g12so7604205oah.31 for ; Sun, 02 Feb 2014 18:41:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=lXSF7sFcVq8ZSMy11ZHI5r7SZHXqaYOnOBsUZxBcHzc=; b=F48GkXgKauApMzYFVp8ZXMrWDnWKiqG/ny66T7kCSH0LzLxVcuVTUxc8qUEk5rP5fw cciax9MsGb81qbFSbleQ+sLH4TSTEjmaEN9zBhw69K0aUi5evoPkA5zOl6GMLpXrXU6s f4ddHWVJQVpeBiD3/qBIxjhwPEKOUBziOE4Q6COYnBnab8sqNBRoJzJpjVbuK/Jg9ak8 C5Q8v28UuHmnKSpuTNgV/EnVp38SeJB8cY4qAzXItg7NjIFLtrro1aA7/GkIAX4dZ1xz DUPLNuMHbJgpoKRs36eKK6K8ygDGKLcbbsh4e0MBFDpowtfx5YjGUYeMeaD6frfnxhnb XZMA== X-Gm-Message-State: ALoCoQn82Vh7QUT0vap5fwifqQDN/FYJWdHdFbh3PTLu3FfTDJtUTQV0CilvNghv9DyumlzFIiP1 MIME-Version: 1.0 X-Received: by 10.60.246.104 with SMTP id xv8mr28292616oec.18.1391395287509; Sun, 02 Feb 2014 18:41:27 -0800 (PST) Received: by 10.182.104.169 with HTTP; Sun, 2 Feb 2014 18:41:27 -0800 (PST) In-Reply-To: <1391395062.13026.69.camel@revolution.hippie.lan> References: <1391371204.13026.43.camel@revolution.hippie.lan> <20140202230450.GA42331@cicely7.cicely.de> <1391395062.13026.69.camel@revolution.hippie.lan> Date: Sun, 2 Feb 2014 19:41:27 -0700 Message-ID: Subject: Re: wandboard / imx6 / exynos4 / cortex-a9 "wrong-endian bug" fixed From: Tom Everett To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-arm , Bernd Walter , ticso@cicely.de 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: Mon, 03 Feb 2014 02:41:29 -0000 I've got u-boot working for Wandboard using these patches: https://github.com/kientzle/crochet-freebsd/tree/master/board/WandboardQuad/files On Sun, Feb 2, 2014 at 7:37 PM, Ian Lepore wrote: > 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: > > > > https://github.com/kientzle/crochet-freebsd/issues/29 > > 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: > > patch -p0 > This was copied from Tim's beaglebone work and changed a bit for > wandboard. > > 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. > > -- Ian > > -- A better world shall emerge based on faith and understanding - Douglas MacArthur