From owner-svn-src-all@FreeBSD.ORG Sun Jun 21 03:32:27 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57431F66 for ; Sun, 21 Jun 2015 03:32:27 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (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 F336035B for ; Sun, 21 Jun 2015 03:32:26 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by wibdq8 with SMTP id dq8so47600402wib.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=N9C7F5Z8OTBOQ6qtnnDNkCM2zLppzNgskuYy6UfBBtzB/oo/bojoYZmdDTV5mV6Buf bJclqApfedLHVPJplyXHrplqlDXdzRZdJG2Y77LYp1ZziemaTNqCGHbEv6hrqoEG5TRZ QDgCyvglqUujSS416xOFTpsDu8fwQPgIWHfyIQ3aidy8/uEZInYOWeVWqRH+hBLv+YIs kTEzr6Nwjwlk1fpDfYPiinss5vje8HyipOhgmcWaBoC4jB9WegNJL1WScGziSlPwjYHS bWQPqAUKSJmqld0MG5VL6YwH2k79T/hiWLKvuivCDwIVnRFiROp4Miv/ujfEfdv8zn1u aeeA== X-Gm-Message-State: ALoCoQmE9q185IAvkvyk81RY1ABdkKnMECaqQpeL14Gcwtyjhl0de2nbOtRVf0gqH1uG+bAbDvOg 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 03:32:27 -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 >