From: Michal Simek Date: Mon, 24 Sep 2012 14:52:47 +0000 (+0200) Subject: ppc: Add Xilinx Virtex-5 FXT pvr value X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d66798cba7ff45647704ba827f23e61a4940d942;p=thirdparty%2Fu-boot.git ppc: Add Xilinx Virtex-5 FXT pvr value Signed-off-by: Michal Simek --- diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index dc009d66046..f59c4d7ddab 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -912,6 +912,8 @@ #define PVR_440SPe_RA 0x53521890 /* 440SPe rev A without RAID 6 support */ #define PVR_440SPe_6_RB 0x53421891 /* 440SPe rev B with RAID 6 support enabled */ #define PVR_440SPe_RB 0x53521891 /* 440SPe rev B without RAID 6 support */ +#define PVR_440x5_R1x 0x7ff21910 /* 440 rev 1.x in Xilinx Virtex-5 FXT FPGA */ +#define PVR_440x5_R20 0x7ff21911 /* 440 rev 2.0 in Xilinx Virtex-5 FXT FPGA */ #define PVR_460EX_SE_RA 0x130218A2 /* 460EX rev A with Security Engine */ #define PVR_460EX_RA 0x130218A3 /* 460EX rev A without Security Engine */ #define PVR_460EX_RB 0x130218A4 /* 460EX rev B with and without Sec Eng*/