Re: [Qemu-devel] [PATCH v2 2/9] Add Cortex-A15 CPU definition

2012-01-25 Thread Andreas Färber
Am 24.01.2012 13:39, schrieb Peter Maydell: > Add a definition of a Cortex-A15 CPU. Note that for the moment we do > not implement any of: > * Large Physical Address Extensions (LPAE) > * Virtualization Extensions > * Generic Timer > * TrustZone (this is also true of our existing Cortex-A9 mode

[Qemu-devel] [PATCH v2 2/9] Add Cortex-A15 CPU definition

2012-01-24 Thread Peter Maydell
Add a definition of a Cortex-A15 CPU. Note that for the moment we do not implement any of: * Large Physical Address Extensions (LPAE) * Virtualization Extensions * Generic Timer * TrustZone (this is also true of our existing Cortex-A9 model, etc) This CPU model is sufficient to boot a Linux ke