From owner-svn-src-head@FreeBSD.ORG Sat Jun 20 20:11:08 2015 Return-Path: Delivered-To: svn-src-head@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 E33506AD; Sat, 20 Jun 2015 20:11:08 +0000 (UTC) (envelope-from loos.br@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 83C3129B; Sat, 20 Jun 2015 20:11:08 +0000 (UTC) (envelope-from loos.br@gmail.com) Received: by lacny3 with SMTP id ny3so90933592lac.3; Sat, 20 Jun 2015 13:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iT401v/gMCBbjTrCb0PgAeqNAR9FwjMySytLdh5I7pw=; b=vLLySW4VCJIYKE4wXY7MapL6S6hfHAlbuSqtJ/7e7A4oiizBpCsjA0tzked31woFtG D+4E4JJsmjVvnVnqRNMnNz7ZtuUFiGglrrW0cQZJzXWinVnRybFkA4UfS7BFMifNqhpI mklAlFDT3Jourm+n1ceWuALWYJj3iF1VrIzhWq2jhy7nekt729GZA4rJz0vtYg95udIY HiwK6VwKWcjDSRxQdpiGtLBCvTR1KHgGwwMa7HQMGqFGmeCMYjBOcmrGp4PfTA6imstD WnjWIXFSZ3fVLPvgVJ6n0CeHE+gprc6jeacitNDvGXNONx89hpHrPK3RLGfSkqH2ehQS tcJg== MIME-Version: 1.0 X-Received: by 10.112.171.68 with SMTP id as4mr23504827lbc.64.1434831066457; Sat, 20 Jun 2015 13:11:06 -0700 (PDT) Received: by 10.112.36.98 with HTTP; Sat, 20 Jun 2015 13:11:06 -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 17:11:06 -0300 Message-ID: Subject: Re: svn commit: r284614 - head/sys/boot/uboot/lib From: Luiz Otavio O Souza To: Maxim Sobolev 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-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: Sat, 20 Jun 2015 20:11:09 -0000 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