From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST 2/2] uboot: make flask loading address host property Date: Fri, 27 Mar 2015 14:54:37 +0000 Message-ID: <1427468077.13935.169.camel@citrix.com> References: <1427197552-29042-1-git-send-email-wei.liu2@citrix.com> <1427197552-29042-3-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YbVfK-0001KE-OB for xen-devel@lists.xenproject.org; Fri, 27 Mar 2015 14:55:18 +0000 In-Reply-To: <1427197552-29042-3-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: xen-devel@lists.xenproject.org, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-24 at 11:45 +0000, Wei Liu wrote: > Please set host property 'UBootSetFlaskAddrR' to 0x1200000. For the new boards (both cubietruck and arndale) I think 0x41200000 is the correct choice. That's 2M after xen_addr_r (as 0x1200000 is on Marilith) and doesn't clash with anything. I've set those properties already in the new facility in anticipation of this patch hitting that before too long (otherwise I'll inevitably forget...). Ian.