Re: [Qemu-devel] [PATCH arm-midr v3 1/2] ARM: Convert MIDR to a property

2014-01-23 Thread Andreas Färber
Am 23.01.2014 14:08, schrieb Peter Crosthwaite: > On Mon, Jan 20, 2014 at 10:09 AM, Alistair Francis > wrote: >> Convert the MIDR register to a property. This allows boards to later set >> a custom MIDR value. This has been done in such a way to maintain >> compatibility with all existing CPUs and

Re: [Qemu-devel] [PATCH arm-midr v3 1/2] ARM: Convert MIDR to a property

2014-01-23 Thread Peter Crosthwaite
On Mon, Jan 20, 2014 at 10:09 AM, Alistair Francis wrote: > Convert the MIDR register to a property. This allows boards to later set > a custom MIDR value. This has been done in such a way to maintain > compatibility with all existing CPUs and boards > > Signed-off-by: Alistair Francis Reviewed-

[Qemu-devel] [PATCH arm-midr v3 1/2] ARM: Convert MIDR to a property

2014-01-19 Thread Alistair Francis
Convert the MIDR register to a property. This allows boards to later set a custom MIDR value. This has been done in such a way to maintain compatibility with all existing CPUs and boards Signed-off-by: Alistair Francis --- I originally added the properties to the cpu->midr variable in a similar m