]> Git Repo - qemu.git/commit - target-arm/helper.c
Add Cortex-A15 CPU definition
authorPeter Maydell <[email protected]>
Wed, 25 Jan 2012 12:42:29 +0000 (12:42 +0000)
committerPeter Maydell <[email protected]>
Wed, 25 Jan 2012 15:10:17 +0000 (15:10 +0000)
commit0b03bdfca179f87c2256c61ee908011890f9d4df
tree48a74350789dceaf5c834161d36655c082d2e191
parent0383ac006f6bfa60d5cb3d0ddf4a9e1d65f9c900
Add Cortex-A15 CPU definition

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 kernel which has been
compiled for an A15 without LPAE enabled.

Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/cpu.h
target-arm/helper.c
This page took 0.0261 seconds and 4 git commands to generate.