Skip to content

Commit

Permalink
arm64: Add defines for APM ARMv8 implementation
Browse files Browse the repository at this point in the history
This patch adds defines for APM CPU implementer ID and APM CPU part numbers in asm/cputype.h

Signed-off-by: Kumar Sankaran <ksankaran@apm.com>
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Feng Kan <fkan@apm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Vinayak Kale authored and Catalin Marinas committed Jun 20, 2013
1 parent c1db16d commit 4ad637a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/include/asm/cputype.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
})

#define ARM_CPU_IMP_ARM 0x41
#define ARM_CPU_IMP_APM 0x50

#define ARM_CPU_PART_AEM_V8 0xD0F0
#define ARM_CPU_PART_FOUNDATION 0xD000
#define ARM_CPU_PART_CORTEX_A57 0xD070

#define APM_CPU_PART_POTENZA 0x0000

#ifndef __ASSEMBLY__

/*
Expand Down

0 comments on commit 4ad637a

Please sign in to comment.