]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/processor.h
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
[u-boot] / include / asm-ppc / processor.h
index 15bfae8524d45cdf512dee5800cf6c6c45758987..71fadbc918b849b41d0a592ba7522fb36d06f4bc 100644 (file)
 #define PVR_440GP_RC   0x40120481
 #define PVR_440GX_RA   0x51B21850
 #define PVR_440GX_RB   0x51B21851
+#define PVR_440GX_RC   0x51B21892
 #define PVR_405EP_RB   0x51210950
 #define PVR_601                0x00010000
 #define PVR_602                0x00050000
 #define _MACH_sandpoint 0x00004000     /* Motorola SPS Processor eval board */
 #define _MACH_tqm860   0x00008000      /* TQM860/L */
 #define _MACH_tqm8xxL  0x00010000      /* TQM8xxL */
+#define _MACH_hidden_dragon 0x00020000 /* Motorola Hidden Dragon eval board */
 
 
 /* see residual.h for these */
@@ -1036,6 +1038,8 @@ void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
 #define have_of 0
 #elif defined(CONFIG_SANDPOINT)
 #define _machine _MACH_sandpoint
+#elif defined(CONFIG_HIDDEN_DRAGON)
+#define _machine _MACH_hidden_dragon
 #define have_of 0
 #else
 #error "Machine not defined correctly"