Re: [Qemu-devel] [PATCH target-arm v6 02/14] target-arm: cpu64: Add support for cortex-a53

2015-05-04 Thread Edgar E. Iglesias
On Fri, Apr 24, 2015 at 01:28:41PM -0700, Peter Crosthwaite wrote: > Add the ARM cortex A53 processor definition. Similar to A57, but with > different L1 I cache policy, phys addr size and different cache > geometries. The cache sizes is implementation configurable, but use > these values (from Xil

[Qemu-devel] [PATCH target-arm v6 02/14] target-arm: cpu64: Add support for cortex-a53

2015-04-24 Thread Peter Crosthwaite
Add the ARM cortex A53 processor definition. Similar to A57, but with different L1 I cache policy, phys addr size and different cache geometries. The cache sizes is implementation configurable, but use these values (from Xilinx Zynq MPSoC) as a default until cache size configurability is added. Si