Re: [U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map

2015-04-20 Thread York Sun
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'

Re: [U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map

2015-03-09 Thread Scott Wood
On Sat, 2015-03-07 at 02:10 +0100, 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 CCS

[U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map

2015-03-07 Thread Alexander Graf
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. Pl