From 54a50dae93fa3c0b0bd6188ecf1777474d55648e Mon Sep 17 00:00:00 2001 From: KONRAD Frederic Date: Mon, 7 Aug 2017 17:50:48 +0200 Subject: ppc64: introduce e6500 This introduces e6500 core. Signed-off-by: KONRAD Frederic Signed-off-by: David Gibson --- target/ppc/cpu-models.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/ppc/cpu-models.h') diff --git a/target/ppc/cpu-models.h b/target/ppc/cpu-models.h index b563c45..eaa6849 100644 --- a/target/ppc/cpu-models.h +++ b/target/ppc/cpu-models.h @@ -346,6 +346,7 @@ enum { CPU_POWERPC_e500v2_v30 = 0x80210030, CPU_POWERPC_e500mc = 0x80230020, CPU_POWERPC_e5500 = 0x80240020, + CPU_POWERPC_e6500 = 0x80400020, /* MPC85xx microcontrollers */ #define CPU_POWERPC_MPC8533_v10 CPU_POWERPC_e500v2_v21 #define CPU_POWERPC_MPC8533_v11 CPU_POWERPC_e500v2_v22 -- cgit v1.1