diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-09-04 17:38:31 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-09-26 06:51:43 +0200 |
commit | 0f8031a3334144246ecaa45c739a7c6c998a443f (patch) | |
tree | 4a48474f9fede0ea87f9e46eae7c23d21b64404e /arch/arm/mach-mvebu/include/mach/cpu.h | |
parent | a30d3e777741f4d4228b7d621ae3021b108da854 (diff) | |
download | u-boot-0f8031a3334144246ecaa45c739a7c6c998a443f.tar.gz |
ARM: mvebu: Add SoC IDs for Marvell's integrated CPUs
These SoCs are network packet processors (switch chips) with integrated
ARMv7 cores. They share a great deal of commonality with the Armada-XP
CPUs.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/cpu.h')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h index d241eea956..b67b77ae0d 100644 --- a/arch/arm/mach-mvebu/include/mach/cpu.h +++ b/arch/arm/mach-mvebu/include/mach/cpu.h @@ -65,6 +65,7 @@ enum { MVEBU_SOC_AXP, MVEBU_SOC_A375, MVEBU_SOC_A38X, + MVEBU_SOC_MSYS, MVEBU_SOC_UNKNOWN, }; |