diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-25 16:20:16 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-25 16:20:16 +0000 |
commit | 1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757 (patch) | |
tree | 03cebc9207908b7efd527c4fecfcc001de6f517c /target/linux/ifxmips/files-2.6.33/arch/mips/include | |
parent | e226157e654abacf6e3c311b84272dd2c4780a45 (diff) | |
download | mtk-20170518-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.zip mtk-20170518-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.gz mtk-20170518-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.bz2 |
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.h | 16 |
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 5b7786a..f014de0 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 */ }; |