]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ppc: Add Xilinx Virtex-5 FXT pvr value
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 14:52:47 +0000 (16:52 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 25 Sep 2012 09:02:44 +0000 (11:02 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/powerpc/include/asm/processor.h

index dc009d660464670a5338a2ce43864e91d0f758cc..f59c4d7ddabd48dd81506257799b18b4679e0a9f 100644 (file)
 #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*/