]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: CPU support
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 5 Mar 2012 11:49:28 +0000 (11:49 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 7 Sep 2012 15:14:30 +0000 (16:14 +0100)
commitfab16f09e3c83aa3483d2b98c9ce6d39dbdb8be3
tree7bb262ad71853e59ff2a4a6b8cdf2a1720e59c32
parent2328d2efa1752d75c707f730936a1f5cb21608f9
arm64: CPU support

This patch adds AArch64 CPU specific functionality. It assumes that the
implementation is generic to AArch64 and does not require specific
identification. Different CPU implementations may require the setting of
various ACTLR_EL1 bits but such information is not currently available
and it should ideally be pushed to firmware.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm64/include/asm/cputable.h [new file with mode: 0644]
arch/arm64/include/asm/cputype.h [new file with mode: 0644]
arch/arm64/include/asm/proc-fns.h [new file with mode: 0644]
arch/arm64/include/asm/processor.h [new file with mode: 0644]
arch/arm64/kernel/cputable.c [new file with mode: 0644]
arch/arm64/mm/proc.S [new file with mode: 0644]