From b8c867ed0961e22938c2be4903f13f46b52f84f7 Mon Sep 17 00:00:00 2001 From: Pierre Mallard Date: Fri, 12 Sep 2014 21:31:33 +0200 Subject: target-ppc : Add new processor type 440x5wDFPU This patch add a new processor type 440x5wDFPU for Virtex 5 PPC440 with an external APU FPU in double precision mode Signed-off-by: Pierre Mallard Signed-off-by: Alexander Graf --- target-ppc/cpu-models.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-ppc/cpu-models.c') diff --git a/target-ppc/cpu-models.c b/target-ppc/cpu-models.c index 52ac6ec..3f18996 100644 --- a/target-ppc/cpu-models.c +++ b/target-ppc/cpu-models.c @@ -309,6 +309,9 @@ #endif POWERPC_DEF("440-Xilinx", CPU_POWERPC_440_XILINX, 440x5, "PowerPC 440 Xilinx 5") + + POWERPC_DEF("440-Xilinx-w-dfpu", CPU_POWERPC_440_XILINX, 440x5wDFPU, + "PowerPC 440 Xilinx 5 With a Double Prec. FPU") #if defined(TODO) POWERPC_DEF("440A5", CPU_POWERPC_440A5, 440x5, "PowerPC 440 A5") -- cgit v1.1