From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Apr 2015 13:57:19 -0700 Subject: [U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map In-Reply-To: <1425690609-42982-1-git-send-email-agraf@suse.de> References: <1425690609-42982-1-git-send-email-agraf@suse.de> Message-ID: <5535682F.3030002@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/06/2015 05:10 PM, Alexander Graf wrote: > QEMU 2.3 changes the address layout of the CCSR map in the PV ppce500 machine > to reside in higher address space. > > Unfortunately, this exposed a glitch in u-boot for ppce500: While providing > a function to dynamically evaluate the CCSR region's position in physical > address space, we never used it. Plus we forgot to support 64bit physical > addresses. > > This patch fixes that mishap, making u-boot work fine with latest QEMU again. > > Signed-off-by: Alexander Graf > --- Applied to mpc85xx master, awaiting upstream. York