summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/include
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-04-25 16:20:16 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-04-25 16:20:16 +0000
commit1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757 (patch)
tree03cebc9207908b7efd527c4fecfcc001de6f517c /target/linux/ifxmips/files-2.6.33/arch/mips/include
parente226157e654abacf6e3c311b84272dd2c4780a45 (diff)
downloadmaster-31e0f0ae-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.gz
master-31e0f0ae-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.bz2
master-31e0f0ae-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.zip
refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board detection
SVN-Revision: 21159
Diffstat (limited to 'target/linux/ifxmips/files-2.6.33/arch/mips/include')
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
index 5b7786a8b5..f014de0181 100644
--- a/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
@@ -1,11 +1,21 @@
#include <asm/mips_machine.h>
-enum ramips_mach_type {
+enum ifxmips_mach_type {
IFXMIPS_MACH_GENERIC,
- /* Danube based machines */
- IFXMIPS_MACH_EASY50712, /* danube evalkit */
+ /* Danube/Twinpass based machines */
+ IFXMIPS_MACH_EASY50712, /* Danube evalkit */
+ IFXMIPS_MACH_EASY4010, /* Twinpass evalkit */
IFXMIPS_MACH_ARV4519, /* Airties WAV-221 */
IFXMIPS_MACH_ARV452, /* Airties WAV-281, Arcor EasyboxA800 */
+
+ /* ASE based machines */
+ IFXMIPS_MACH_EASY50601, /* ASE wave board */
+
+ /* AR9 based machines */
+ IFXMIPS_MACH_EASY50822, /* AR9 eval board */
+
+ /* VR9 based machines */
+ IFXMIPS_MACH_EASY80920, /* VRX200 eval board */
};