From owner-svn-src-head@FreeBSD.ORG Sun Jun 21 03:32:33 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3777CFB0 for ; Sun, 21 Jun 2015 03:32:33 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBF2D360 for ; Sun, 21 Jun 2015 03:32:32 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by wibdq8 with SMTP id dq8so47600403wib.1 for ; Sat, 20 Jun 2015 20:32:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=kP+ldy45FCkrlRyS2pDcgld/3u/DT6I3u4wZobmYk2c=; b=UUMnYPcwMIS+KyR0hr/pjnzQ+VqcGZnLFFLLH73kwVWD18hGLuXHQwK05T4zm67USK azTNZDFR7oveykDcYIRTS5POARBO5rjxGc8FY98Kc7zHiZSmqxuEtvGzLHQzbj7Vf0Z8 0qV1kNN6Kcp1eqdPVHvdriGavqQH964DpP98aZz8rzdS9x5N5sTYi2bso/waijW9AfSm sEhiXITnb+0J7/4PkIcjjT4uhKHZtq219bFLHTkj+o00ShHqsUkttC1yfhPRMbGotlt2 cQpQAJkeRDMZnZT6vCXeAAznEtbkGAsT/3cbDj2Bm6O5GlGRGyWAhQjHNjE3n26mIyTM pgug== X-Gm-Message-State: ALoCoQkDafYbrb+BuIceW4bfkcf4VcSveM6QbbQMiO0h1fjdxzqz0IWFwaOnhYrkbAo8NUhx/Ip/ MIME-Version: 1.0 X-Received: by 10.180.109.136 with SMTP id hs8mr19678110wib.73.1434857545246; Sat, 20 Jun 2015 20:32:25 -0700 (PDT) Sender: sobomax@sippysoft.com Received: by 10.27.205.66 with HTTP; Sat, 20 Jun 2015 20:32:25 -0700 (PDT) In-Reply-To: References: <201506192224.t5JMOxpC097306@svn.freebsd.org> <1434755385.1415.114.camel@freebsd.org> <1434818987.1415.120.camel@freebsd.org> Date: Sat, 20 Jun 2015 20:32:25 -0700 X-Google-Sender-Auth: VEuB31i4xAbKZ1dFjeAynBuuTYU Message-ID: Subject: Re: svn commit: r284614 - head/sys/boot/uboot/lib From: Maxim Sobolev To: Luiz Otavio O Souza Cc: Ian Lepore , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 03:32:33 -0000 Kewl, have you bothered to report it back to u-boot guys by any chance? -Max On Sat, Jun 20, 2015 at 1:11 PM, Luiz Otavio O Souza wrote: > On Sat, Jun 20, 2015 at 4:42 PM, Maxim Sobolev wrote: > > No, what I am saying is that it sets "fdtaddr=4096" for the value of > 0x1000 > > and that drives btloader nuts. Dumb, yeah! On the positive note got > > redpitaya fully working (except lack of the I2C support and actual fpga > > support being unknown). But at least I can try to dual-boot it now. > > > > -Max > > Yeah, I'd to fix that for RPi 2 too: > > > https://svnweb.freebsd.org/ports/head/sysutils/u-boot-rpi2/files/patch-common_cmd__fdt.c?view=markup > > Luiz >